Mixonomer-iOS/Mixonomer/Mixonomer.entitlements

17 lines
476 B
Plaintext
Raw Normal View History

<?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>
2022-12-09 08:51:42 +00:00
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.aps-environment</key>
<string>development</string>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
2022-08-10 17:12:53 +01:00
<key>keychain-access-groups</key>
<array/>
</dict>
</plist>