2017-07-19 15:27:52 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-08-27 00:43:36 +04:00
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2014-04-22 22:50:22 +04:00
|
|
|
<key>CFBundleIconFiles</key>
|
|
|
|
<array>
|
|
|
|
<string>Resources/icon-57.png</string>
|
|
|
|
<string>Resources/icon-114.png</string>
|
|
|
|
<string>Resources/icon-72.png</string>
|
|
|
|
<string>Resources/icon-144.png</string>
|
|
|
|
<string>Resources/icon-29.png</string>
|
|
|
|
<string>Resources/icon-58.png</string>
|
|
|
|
<string>Resources/icon-50.png</string>
|
|
|
|
<string>Resources/icon-100.png</string>
|
|
|
|
</array>
|
2011-08-27 00:43:36 +04:00
|
|
|
<key>NSMainNibFile~ipad</key>
|
|
|
|
<string>MainWindow</string>
|
|
|
|
<key>UIDeviceFamily</key>
|
|
|
|
<array>
|
2014-04-22 22:50:22 +04:00
|
|
|
<integer>2</integer>
|
2011-08-27 00:43:36 +04:00
|
|
|
</array>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
|
</array>
|
2015-01-19 18:09:40 +03:00
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Popovers</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.your-company.popovers</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>1</string>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>1</string>
|
2014-04-22 22:50:22 +04:00
|
|
|
<key>MinimumOSVersion</key>
|
2017-07-19 15:27:52 +03:00
|
|
|
<string>9.0</string>
|
2015-01-19 18:09:40 +03:00
|
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
</array>
|
2011-08-27 00:43:36 +04:00
|
|
|
</dict>
|
|
|
|
</plist>
|