[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:
Alex Wallen 2023-01-19 00:04:22 -08:00 committed by GitHub
parent 0bbb5ec0c2
commit d53cc4a10f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -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"]

View File

@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>