Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d53cc4a

Browse files
a-wallena-wallen
and
a-wallen
authored
[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 <[email protected]>
1 parent 0bbb5ec commit d53cc4a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,8 @@ targets:
24352435
properties:
24362436
dependencies: >-
24372437
[
2438-
{"dependency": "xcode", "version": "14a5294e"}
2438+
{"dependency": "xcode", "version": "14a5294e"},
2439+
{"dependency": "gems", "version": "v3.3.14"}
24392440
]
24402441
tags: >
24412442
["devicelab", "hostonly", "mac"]
@@ -2449,7 +2450,8 @@ targets:
24492450
properties:
24502451
dependencies: >-
24512452
[
2452-
{"dependency": "xcode", "version": "14a5294e"}
2453+
{"dependency": "xcode", "version": "14a5294e"},
2454+
{"dependency": "gems", "version": "v3.3.14"}
24532455
]
24542456
tags: >
24552457
["devicelab", "hostonly", "mac"]

dev/benchmarks/macrobenchmarks/macos/Runner/DebugProfile.entitlements

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
<true/>
99
<key>com.apple.security.network.server</key>
1010
<true/>
11+
<key>com.apple.security.network.client</key>
12+
<true/>
1113
</dict>
1214
</plist>

dev/benchmarks/macrobenchmarks/macos/Runner/Release.entitlements

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<dict>
55
<key>com.apple.security.app-sandbox</key>
66
<true/>
7+
<key>com.apple.security.network.client</key>
8+
<true/>
79
</dict>
810
</plist>

0 commit comments

Comments
 (0)