Skip to content

Commit 2f5d1ab

Browse files
committed
Fix #46 - Fix entitlements for iOS >= 13 (afawk)
1 parent 3c13cb7 commit 2f5d1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entitlements.plist

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<dict>
55
<key>platform-application</key>
66
<true/>
7+
<key>com.apple.private.security.container-required</key>
8+
<false/>
79
</dict>
810
</plist>

0 commit comments

Comments
 (0)