diff options
| author | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2025-12-08 20:12:09 -0500 |
| commit | 7c8b5676fecffe5468810b703c579acb6a5fd256 (patch) | |
| tree | 0c4ff107dfd012a4d03500f41f3607aff1d52616 /macos/Runner/DebugProfile.entitlements | |
First commit
Diffstat (limited to 'macos/Runner/DebugProfile.entitlements')
| -rwxr-xr-x | macos/Runner/DebugProfile.entitlements | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macos/Runner/DebugProfile.entitlements b/macos/Runner/DebugProfile.entitlements new file mode 100755 index 0000000..51d0967 --- /dev/null +++ b/macos/Runner/DebugProfile.entitlements @@ -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.cs.allow-jit</key>
+ <true/>
+ <key>com.apple.security.network.server</key>
+ <true/>
+</dict>
+</plist>
|
