|
17 | 17 | <key>CFBundlePackageType</key> |
18 | 18 | <string>APPL</string> |
19 | 19 | <key>CFBundleShortVersionString</key> |
20 | | - <string>7.0.1</string> |
| 20 | + <string>7.1.0</string> |
21 | 21 | <key>CFBundleSignature</key> |
22 | 22 | <string>????</string> |
23 | 23 | <key>CFBundleURLTypes</key> |
|
34 | 34 | </dict> |
35 | 35 | </array> |
36 | 36 | <key>CFBundleVersion</key> |
37 | | - <string>533</string> |
| 37 | + <string>534</string> |
38 | 38 | <key>ITSAppUsesNonExemptEncryption</key> |
39 | | - <false/> |
| 39 | + <false /> |
40 | 40 | <key>LSRequiresIPhoneOS</key> |
41 | | - <true/> |
| 41 | + <true /> |
42 | 42 | <key>LSSupportsOpeningDocumentsInPlace</key> |
43 | | - <true/> |
| 43 | + <true /> |
44 | 44 | <key>NSAppTransportSecurity</key> |
45 | 45 | <dict> |
46 | 46 | <key>NSAllowsArbitraryLoads</key> |
47 | | - <false/> |
| 47 | + <false /> |
48 | 48 | <key>NSAllowsLocalNetworking</key> |
49 | | - <true/> |
| 49 | + <true /> |
50 | 50 | <key>NSExceptionDomains</key> |
51 | 51 | <dict> |
52 | 52 | <key>localhost</key> |
53 | 53 | <dict> |
54 | 54 | <key>NSExceptionAllowsInsecureHTTPLoads</key> |
55 | | - <true/> |
| 55 | + <true /> |
56 | 56 | </dict> |
57 | 57 | </dict> |
58 | 58 | </dict> |
|
61 | 61 | <key>NSDocumentsFolderUsageDescription</key> |
62 | 62 | <string>Quiet uses the document directory for storing files and images sent through the app.</string> |
63 | 63 | <key>NSLocationWhenInUseUsageDescription</key> |
64 | | - <string></string> |
| 64 | + <string /> |
65 | 65 | <key>NSPhotoLibraryLimitedAccessAPISupport</key> |
66 | | - <true/> |
| 66 | + <true /> |
67 | 67 | <key>NSPhotoLibraryUsageDescription</key> |
68 | 68 | <string>Quiet access photos for sending images through the app.</string> |
69 | 69 | <key>QuietKeychainAccessGroup</key> |
|
90 | 90 | <string>remote-notification</string> |
91 | 91 | </array> |
92 | 92 | <key>UIFileSharingEnabled</key> |
93 | | - <true/> |
| 93 | + <true /> |
94 | 94 | <key>UILaunchStoryboardName</key> |
95 | 95 | <string>LaunchScreen</string> |
96 | 96 | <key>UIRequiredDeviceCapabilities</key> |
|
104 | 104 | <string>UIInterfaceOrientationLandscapeRight</string> |
105 | 105 | </array> |
106 | 106 | <key>UIViewControllerBasedStatusBarAppearance</key> |
107 | | - <false/> |
| 107 | + <false /> |
108 | 108 | </dict> |
109 | 109 | </plist> |
0 commit comments