Skip to content

Commit 3d7e1d9

Browse files
committed
Enable iOS entitlements for additional memory use:
- com.apple.developer.kernel.increased-memory-limit - com.apple.developer.kernel.extended-virtual-addressing
1 parent cdc7da7 commit 3d7e1d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diffusion/Diffusion.entitlements

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.developer.kernel.extended-virtual-addressing</key>
6+
<true/>
7+
<key>com.apple.developer.kernel.increased-memory-limit</key>
8+
<true/>
59
<key>com.apple.security.app-sandbox</key>
610
<true/>
711
<key>com.apple.security.files.user-selected.read-only</key>

0 commit comments

Comments
 (0)