Skip to content

Commit

Permalink
[macOS] New e2e_summary benchmark fails without Cocoapods. (#118754)
Browse files Browse the repository at this point in the history
* Add gems as a dep - fails without

* Add missing entitlements to run app on macos

Co-authored-by: a-wallen <stephenwallen@google.com>
  • Loading branch information
a-wallen and a-wallen committed Jan 19, 2023
1 parent 0bbb5ec commit d53cc4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ci.yaml
Expand Up @@ -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"]
Expand All @@ -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"]
Expand Down
Expand Up @@ -8,5 +8,7 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>
Expand Up @@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit d53cc4a

Please sign in to comment.