xamarin-macios/tests/monotouch-test/Entitlements.plist

21 строка
692 B
Plaintext

<?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.developer.ubiquity-kvstore-identifier</key>
<string>$(TeamIdentifierPrefix)com.xamarin.monotouch-test</string>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.xamarin.monotouch-test</string>
</array>
<key>com.apple.developer.pass-type-identifiers</key>
<array>
<string> A93A5CM278.tests/monotouch-test/Entitlements.plist</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>