Unverified Commit d53cc4a1 authored by Alex Wallen's avatar Alex Wallen Committed by GitHub

[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: 's avatara-wallen <stephenwallen@google.com>
parent 0bbb5ec0
...@@ -2435,7 +2435,8 @@ targets: ...@@ -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: ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment