|
17 | 17 | <key>CFBundlePackageType</key> |
18 | 18 | <string>APPL</string> |
19 | 19 | <key>CFBundleShortVersionString</key> |
20 | | - <string>6.0.0</string> |
| 20 | + <string>6.0.1</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>458</string> |
| 37 | + <string>459</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>UIAppFonts</key> |
|
84 | 84 | <string>Rubik-SemiBoldItalic.ttf</string> |
85 | 85 | </array> |
86 | 86 | <key>UIBackgroundModes</key> |
87 | | - <array/> |
| 87 | + <array /> |
88 | 88 | <key>UIFileSharingEnabled</key> |
89 | | - <true/> |
| 89 | + <true /> |
90 | 90 | <key>UILaunchStoryboardName</key> |
91 | 91 | <string>LaunchScreen</string> |
92 | 92 | <key>UIRequiredDeviceCapabilities</key> |
|
100 | 100 | <string>UIInterfaceOrientationLandscapeRight</string> |
101 | 101 | </array> |
102 | 102 | <key>UIViewControllerBasedStatusBarAppearance</key> |
103 | | - <false/> |
| 103 | + <false /> |
104 | 104 | </dict> |
105 | 105 | </plist> |
0 commit comments