Skip to content

Commit

Permalink
Add keychain entitlement for macOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Oct 16, 2023
1 parent 6886a7d commit 6307c4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ShieldHost/ShieldHost.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = ShieldHost/ShieldHost.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 7J5T2VZQJW;
Expand Down Expand Up @@ -644,7 +644,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = ShieldHost/ShieldHost.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 7J5T2VZQJW;
Expand Down
5 changes: 4 additions & 1 deletion ShieldHost/ShieldHost/ShieldHost.entitlements
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?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/>
<dict>
<key>keychain-access-groups</key>
<array/>
</dict>
</plist>

0 comments on commit 6307c4c

Please sign in to comment.