xamarin-macios/tests/bcl-test/BCLTests/Info-watchos-extension.plis...

44 строки
1.3 KiB
XML

<?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>CFBundleDisplayName</key>
<string>%APPLICATION NAME%-watch</string>
<key>CFBundleIdentifier</key>
<string>%BUNDLE INDENTIFIER%-watch.watchkitapp.watchkitextension</string>
<key>CFBundleName</key>
<string>TestApp</string>
<key>MinimumOSVersion</key>
<string>2</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true />
</dict>
<key>UIDeviceFamily</key>
<array>
<integer>4</integer>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiresFullScreen</key>
<true />
<key>RemoteInterfacePrincipleClass</key>
<string>InterfaceController</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>WKAppBundleIdentifier</key>
<string>%BUNDLE INDENTIFIER%-watch.watchkitapp</string>
</dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.watchkit</string>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>