| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?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>fast16cc</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>1.0.1</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>prefs</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>82</string>
- <key>ITSAppUsesNonExemptEncryption</key>
- <false/>
- <key>LSApplicationCategoryType</key>
- <string>public.app-category.healthcare-fitness</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>NSCameraUsageDescription</key>
- <string>Your camera is used to take photos of your food.</string>
- <key>NSContactsUsageDescription</key>
- <string>Allow $(PRODUCT_NAME) to access your contacts</string>
- <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
- <string>Your location info is used to calculate your local sunrise and sunset times.</string>
- <key>NSLocationAlwaysUsageDescription</key>
- <string>Your location info is used to calculate your local sunrise and sunset times.</string>
- <key>NSLocationWhenInUseUsageDescription</key>
- <string>Your location info is used to calculate your local sunrise and sunset times.</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>Allow $(PRODUCT_NAME) to access your microphone</string>
- <key>NSMotionUsageDescription</key>
- <string>Allow $(PRODUCT_NAME) to access your device's accelerometer</string>
- <key>NSPhotoLibraryAddUsageDescription</key>
- <string>So you can add or update your profile picture, which helps you stand out on the upcoming Community Leaderboard.</string>
- <key>NSPhotoLibraryUsageDescription</key>
- <string>So you can add or update your profile picture, which helps you stand out on the upcoming Community Leaderboard.</string>
- <key>NSUserNotificationsUsageDescription</key>
- <string>You'll get reminders at your scheduled times.</string>
- <key>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UIUserInterfaceStyle</key>
- <string>Light</string>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
- </dict>
- </plist>
|