зеркало из https://github.com/xamarin/ios-samples.git
29 строки
795 B
Plaintext
29 строки
795 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>CFBundleIdentifier</key>
|
|
<string>com.xamarin.imageview</string>
|
|
<key>UIDeviceFamily</key>
|
|
<array>
|
|
<integer>1</integer>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>Image View</string>
|
|
<key>MinimumOSVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleIconFiles</key>
|
|
<array>
|
|
<string>Icon</string>
|
|
<string>Icon@2x</string>
|
|
<string>Icon-60@2x</string>
|
|
</array>
|
|
</dict>
|
|
</plist>
|