You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.3 KiB
44 lines
1.3 KiB
<?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>UIDeviceFamily</key>
|
|
<array>
|
|
<integer>1</integer>
|
|
<integer>2</integer>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>YOUR CUSTOM MESSAGE</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>Wallah</string>
|
|
<key>MinimumOSVersion</key>
|
|
<string>8.0</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>OrderStacks</string>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>XSAppIconAssets</key>
|
|
<string>Assets.xcassets/AppIcon.appiconset</string>
|
|
<key>CFBundleName</key>
|
|
<string>OrderStacks</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>fr.iut.clermont.orderstacks</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.1.0</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.1.0</string>
|
|
<key>UIRequiresFullScreen</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|