112 lines
3.9 KiB
Plaintext
Executable File
112 lines
3.9 KiB
Plaintext
Executable File
<?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>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>E-TWOW Connect</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIcons</key>
|
|
<dict />
|
|
<key>CFBundleIcons~ipad</key>
|
|
<dict />
|
|
<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>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.etwowconnect</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>worldconnect</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
|
<key>LSRequiresIPhoneOS</key>
|
|
<true />
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true />
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>Our app uses bluetooth to find, connect and transfer data between different devices</string>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>Our app uses bluetooth to find, connect and transfer data between different devices</string>
|
|
<key>NSCameraUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to the camera to take pictures and record videos that
|
|
you can share in the app.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to your location to record the distance traveled with
|
|
the scooter and your route history.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to your location to record the distance traveled with
|
|
the scooter and your route history.</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to your location to record the distance traveled with
|
|
the scooter and your route history.</string>
|
|
<key>NSMicrophoneUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to the microphone to record and share audible videos.</string>
|
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to Photos to browse and share photos and videos from
|
|
your library.</string>
|
|
<key>NSPhotoLibraryUsageDescription</key>
|
|
<string>E-TWOW Connect needs access to Photos to browse and share photos and videos from
|
|
your library.</string>
|
|
<key>UIAppFonts</key>
|
|
<array>
|
|
<string>Lato-Black.ttf</string>
|
|
<string>Lato-Light.ttf</string>
|
|
<string>Lato-BlackItalic.ttf</string>
|
|
<string>Lato-LightItalic.ttf</string>
|
|
<string>Lato-Bold.ttf</string>
|
|
<string>Lato-BoldItalic.ttf</string>
|
|
<string>Lato-Italic.ttf</string>
|
|
<string>Lato-Regular.ttf</string>
|
|
<string>Lato-Thin.ttf</string>
|
|
<string>Lato-ThinItalic.ttf</string>
|
|
</array>
|
|
<key>UIBackgroundModes</key>
|
|
<array>
|
|
<string>bluetooth-central</string>
|
|
<string>remote-notification</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>UIRequiredDeviceCapabilities</key>
|
|
<array>
|
|
<string>armv7</string>
|
|
</array>
|
|
<key>UIRequiresFullScreen</key>
|
|
<true />
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
</array>
|
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
<false />
|
|
</dict>
|
|
</plist> |