2020-04-25 15:09:08 +02: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">
|
2020-04-26 20:11:14 +02:00
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>en</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
|
|
|
<string>Campus</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
|
|
|
<string>$(MARKETING_VERSION)</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
|
|
<string>????</string>
|
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>campus-insat</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleVersion</key>
|
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
|
<key>FacebookAdvertiserIDCollectionEnabled</key>
|
|
|
|
<false/>
|
|
|
|
<key>FacebookAutoInitEnabled</key>
|
|
|
|
<false/>
|
|
|
|
<key>FacebookAutoLogAppEventsEnabled</key>
|
|
|
|
<false/>
|
|
|
|
<key>LSRequiresIPhoneOS</key>
|
|
|
|
<true/>
|
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
2020-04-28 08:31:11 +02:00
|
|
|
<true/>
|
2020-04-26 20:11:14 +02:00
|
|
|
<key>NSExceptionDomains</key>
|
|
|
|
<dict>
|
|
|
|
<key>localhost</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>NSCameraUsageDescription</key>
|
2020-06-17 14:48:32 +02:00
|
|
|
<string>Allow Campus to use the camera to scan QRCodes</string>
|
2020-05-28 11:43:51 +02:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>MaterialCommunityIcons.ttf</string>
|
|
|
|
</array>
|
2020-04-26 20:11:14 +02:00
|
|
|
<key>UILaunchStoryboardName</key>
|
2020-07-15 17:15:33 +02:00
|
|
|
<string>Launch Screen</string>
|
2020-04-26 20:11:14 +02:00
|
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
|
|
<array>
|
|
|
|
<string>armv7</string>
|
|
|
|
</array>
|
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
|
<true/>
|
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
|
<array>
|
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
|
|
</array>
|
|
|
|
<key>UIUserInterfaceStyle</key>
|
|
|
|
<string>Automatic</string>
|
|
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
|
<false/>
|
|
|
|
</dict>
|
|
|
|
</plist>
|