Skip to content
Snippets Groups Projects

Backgroudn update

Merged wieseoli requested to merge backgroudn-update into master
Files
14
@@ -17,7 +17,7 @@
@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>0.8.7</string>
<string>0.8.8</string>
<key>CFBundleSignature</key>
<key>CFBundleSignature</key>
<string>????</string>
<string>????</string>
<key>CFBundleURLTypes</key>
<key>CFBundleURLTypes</key>
@@ -32,7 +32,7 @@
@@ -32,7 +32,7 @@
</dict>
</dict>
</array>
</array>
<key>CFBundleVersion</key>
<key>CFBundleVersion</key>
<string>0.8.7</string>
<string>0.8.8</string>
<key>LSRequiresIPhoneOS</key>
<key>LSRequiresIPhoneOS</key>
<true/>
<true/>
<key>NSAppTransportSecurity</key>
<key>NSAppTransportSecurity</key>
@@ -78,6 +78,10 @@
@@ -78,6 +78,10 @@
<string>We need access to your camera to verify contacts with a QR code.</string>
<string>We need access to your camera to verify contacts with a QR code.</string>
<key>NSContactsUsageDescription</key>
<key>NSContactsUsageDescription</key>
<string>To resolve the mailaddresses to your contacts, we need to access them</string>
<string>To resolve the mailaddresses to your contacts, we need to access them</string>
 
<key>UIBackgroundModes</key>
 
<array>
 
<string>fetch</string>
 
</array>
<key>UILaunchStoryboardName</key>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<key>UIMainStoryboardFile</key>
Loading