mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
36 lines
1.2 KiB
Text
36 lines
1.2 KiB
Text
|
<?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>NSPhotoLibraryAddUsageDescription</key>
|
||
|
<string>Saving screenshot</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>ClassiCube</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>com.classicube.client.ios</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>ClassiCube</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>LSRequiresIPhoneOS</key>
|
||
|
<true/>
|
||
|
<key>UILaunchStoryboardName</key>
|
||
|
<string>LaunchScreen</string>
|
||
|
<key>UISupportedInterfaceOrientations</key>
|
||
|
<array>
|
||
|
<string>UIInterfaceOrientationPortrait</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>
|
||
|
</dict>
|
||
|
</plist>
|