Skip to content

Commit

Permalink
Merge pull request #13 from krzyzanowskim/marcin/disable-sandbox-mac
Browse files Browse the repository at this point in the history
Disable Sandbox for macOS
  • Loading branch information
joshdholtz authored Sep 11, 2022
2 parents 89f9398 + 919b7dc commit 00f0f47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions Examples/Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
Expand Down
10 changes: 7 additions & 3 deletions Examples/Demo/macOS/macOS.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
<!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>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<key>com.apple.security.network.client</key>
<key>com.apple.security.personal-information.photos-library</key>
<true/>
</dict>
</plist>

0 comments on commit 00f0f47

Please sign in to comment.