Skip to content

Commit

Permalink
chore: Fix new user script sandboxing breaking the builds, as its sto…
Browse files Browse the repository at this point in the history
…pping filesystem access, blocking git and PlistBuddy from being able to increment the build
  • Loading branch information
othyn committed Oct 6, 2024
1 parent b2437bf commit 2145c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions auto-clicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@
DEVELOPMENT_TEAM = ZN3SU624TP;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "auto-clicker/Build Assets/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Auto Clicker";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
Expand Down Expand Up @@ -808,6 +809,7 @@
DEVELOPMENT_TEAM = ZN3SU624TP;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = "auto-clicker/Build Assets/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "Auto Clicker";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
Expand Down
2 changes: 1 addition & 1 deletion auto-clicker/Build Assets/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>f709367</string>
<string>b2437bf</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 2145c4d

Please sign in to comment.