Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ns-vasilev committed Dec 30, 2023
1 parent dc5ed78 commit 711c93f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

# Beta:
# name: ${{ matrix.name }}
# runs-on: macos-13
# runs-on: firebreak
# env:
# DEVELOPER_DIR: "/Applications/Xcode_15.0.app/Contents/Developer"
# timeout-minutes: 10
Expand Down
12 changes: 12 additions & 0 deletions Tests/FlareTests/UnitTestHostApp/UnitTestHostApp.entitlements
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>aps-environment</key>
<string>development</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ targets:
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.spacecode.flare
CODE_SIGN_ENTITLEMENTS: Tests/FlareTests/UnitTestHostApp/UnitTestHostApp.entitlements
scheme:
testTargets:
- FlareTests
Expand Down

0 comments on commit 711c93f

Please sign in to comment.