Skip to content
Snippets Groups Projects

Hockey app integration

Merged wieseoli requested to merge HockeyApp_Integration into master
10 files
+ 970
31
Compare changes
  • Side-by-side
  • Inline
Files
10
 
<?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>HockeyAppId</key>
 
<string>3c5abb2acef4445eb82062c870b05b7e</string>
 
<key>CFBundleDevelopmentRegion</key>
 
<string>en</string>
 
<key>CFBundleDisplayName</key>
 
<string>Letterbox</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>0.5</string>
 
<key>CFBundleSignature</key>
 
<string>????</string>
 
<key>CFBundleVersion</key>
 
<string>0.5</string>
 
<key>LSRequiresIPhoneOS</key>
 
<true/>
 
<key>NSAppTransportSecurity</key>
 
<dict>
 
<key>NSExceptionDomains</key>
 
<dict>
 
<key>fu-berlin.de</key>
 
<dict>
 
<key>NSIncludesSubdomains</key>
 
<true/>
 
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
 
<true/>
 
<key>NSTemporaryExceptionMinimumTLSVersion</key>
 
<string>TLSv1.0</string>
 
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
 
<false/>
 
</dict>
 
<key>mail.zedat.fu-berlin.de</key>
 
<dict>
 
<key>NSIncludesSubdomains</key>
 
<true/>
 
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
 
<true/>
 
<key>NSTemporaryExceptionMinimumTLSVersion</key>
 
<string>TLSv1.0</string>
 
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
 
<false/>
 
</dict>
 
<key>zedat.fu-berlin.de</key>
 
<dict>
 
<key>NSIncludesSubdomains</key>
 
<true/>
 
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
 
<true/>
 
<key>NSTemporaryExceptionMinimumTLSVersion</key>
 
<string>TLSv1.0</string>
 
<key>NSTemporaryExceptionRequiresForwardSecrecy</key>
 
<false/>
 
</dict>
 
</dict>
 
</dict>
 
<key>NSCameraUsageDescription</key>
 
<string>We need access to your camera to verify contacts with a QR code.</string>
 
<key>NSContactsUsageDescription</key>
 
<string>To resolve the mailaddresses to your contacts, we need to access them</string>
 
<key>UILaunchStoryboardName</key>
 
<string>LaunchScreen</string>
 
<key>UIMainStoryboardFile</key>
 
<string>Main</string>
 
<key>UIRequiredDeviceCapabilities</key>
 
<array>
 
<string>armv7</string>
 
</array>
 
<key>UISupportedInterfaceOrientations</key>
 
<array>
 
<string>UIInterfaceOrientationPortrait</string>
 
<string>UIInterfaceOrientationLandscapeLeft</string>
 
<string>UIInterfaceOrientationLandscapeRight</string>
 
</array>
 
</dict>
 
</plist>
Loading