[macOS] New e2e_summary benchmark fails without Cocoapods. (#118754)
* Add gems as a dep - fails without * Add missing entitlements to run app on macos Co-authored-by: a-wallen <stephenwallen@google.com>
This commit is contained in:
parent
0bbb5ec0c2
commit
d53cc4a10f
6
.ci.yaml
6
.ci.yaml
@ -2435,7 +2435,8 @@ targets:
|
|||||||
properties:
|
properties:
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "xcode", "version": "14a5294e"}
|
{"dependency": "xcode", "version": "14a5294e"},
|
||||||
|
{"dependency": "gems", "version": "v3.3.14"}
|
||||||
]
|
]
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "hostonly", "mac"]
|
["devicelab", "hostonly", "mac"]
|
||||||
@ -2449,7 +2450,8 @@ targets:
|
|||||||
properties:
|
properties:
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "xcode", "version": "14a5294e"}
|
{"dependency": "xcode", "version": "14a5294e"},
|
||||||
|
{"dependency": "gems", "version": "v3.3.14"}
|
||||||
]
|
]
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "hostonly", "mac"]
|
["devicelab", "hostonly", "mac"]
|
||||||
|
@ -8,5 +8,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.network.server</key>
|
<key>com.apple.security.network.server</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.network.client</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
@ -4,5 +4,7 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>com.apple.security.app-sandbox</key>
|
<key>com.apple.security.app-sandbox</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.network.client</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user