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

57 строки
1.8 KiB
Plaintext
Исходник Обычный вид История

2016-05-26 16:06:52 +03: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>
<key>CFBundleDisplayName</key>
<string>MonoTouchTest</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.monotouch-test</string>
<key>CFBundleName</key>
<string>MonoTouchTest</string>
2016-05-26 16:06:52 +03:00
<key>MinimumOSVersion</key>
<string>6.0</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>Testing tastes</string>
<key>NSCameraUsageDescription</key>
<string>Smile!</string>
<key>NSContactsUsageDescription</key>
<string>Testing friends</string>
<key>NSHomeKitUsageDescription</key>
<string>Testing roofs</string>
<key>NSMicrophoneUsageDescription</key>
<string>Testing mike</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Testing lens</string>
2016-05-26 16:06:52 +03:00
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiresFullScreen</key>
<true/>
2016-05-26 16:06:52 +03:00
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcons.appiconset</string>
</dict>
</plist>