Solian/macos/Runner/DebugProfile.entitlements

27 lines
804 B
Plaintext
Raw Normal View History

2024-05-18 10:17:16 +00:00
<?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>
2024-06-09 15:00:11 +00:00
<key>com.apple.developer.aps-environment</key>
<string>development</string>
2024-07-21 16:04:12 +00:00
<key>com.apple.developer.usernotifications.communication</key>
<true/>
2024-05-18 10:17:16 +00:00
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
2024-06-09 15:00:11 +00:00
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
2024-06-09 15:00:11 +00:00
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
2024-06-01 16:28:34 +00:00
<key>com.apple.security.network.client</key>
<true/>
2024-05-18 10:17:16 +00:00
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>