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:
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"}
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
......@@ -2449,7 +2450,8 @@ targets:
properties:
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"}
{"dependency": "xcode", "version": "14a5294e"},
{"dependency": "gems", "version": "v3.3.14"}
]
tags: >
["devicelab", "hostonly", "mac"]
......
......@@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
......@@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</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