Skip to content

Commit 08c795c

Browse files
remove apple sandbox stuff, but now you can't publish to apple store because apple
1 parent f3ab1fa commit 08c795c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

macos/Runner/DebugProfile.entitlements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
5+
<!-- <key>com.apple.security.app-sandbox</key>
6+
<true/> -->
77
<key>com.apple.security.cs.allow-jit</key>
88
<true/>
99
<key>com.apple.security.network.server</key>

macos/Runner/Release.entitlements

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>com.apple.security.app-sandbox</key>
6-
<true/>
5+
<!-- <key>com.apple.security.app-sandbox</key>
6+
<true/> -->
77
<key>com.apple.security.files.user-selected.read-write</key>
88
<true/>
99
</dict>

0 commit comments

Comments
 (0)