Skip to content

Commit

Permalink
Merge pull request #103 from Aryamirsepasi/main
Browse files Browse the repository at this point in the history
added the .entitlements file
  • Loading branch information
theJayTea authored Jan 18, 2025
2 parents f18a4eb + d18d315 commit 3ec4a68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
1 change: 0 additions & 1 deletion macOS/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ fastlane/test_output
# Secrets
*.keychain
*.mobileprovision
*.entitlements

# Temporary files
*.swp
Expand Down
12 changes: 12 additions & 0 deletions macOS/writing-tools/writing_tools.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.files.user-selected.read-write</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
</dict>
</plist>

0 comments on commit 3ec4a68

Please sign in to comment.