chatsecureios / ChatSecure / Info.plist @ 8358d691
History | View | Annotate | Download (3.22 KB)
1 |
<?xml version="1.0" encoding="UTF-8"?> |
---|---|
2 |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
3 |
<plist version="1.0"> |
4 |
<dict> |
5 |
<key>CFBundleDevelopmentRegion</key> |
6 |
<string>en</string> |
7 |
<key>CFBundleExecutable</key> |
8 |
<string>$(EXECUTABLE_NAME)</string> |
9 |
<key>CFBundleIdentifier</key> |
10 |
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
11 |
<key>CFBundleInfoDictionaryVersion</key> |
12 |
<string>6.0</string> |
13 |
<key>CFBundleName</key> |
14 |
<string>$(PRODUCT_NAME)</string> |
15 |
<key>CFBundlePackageType</key> |
16 |
<string>APPL</string> |
17 |
<key>CFBundleShortVersionString</key> |
18 |
<string>4.3.0</string> |
19 |
<key>CFBundleSignature</key> |
20 |
<string>????</string> |
21 |
<key>CFBundleURLTypes</key> |
22 |
<array> |
23 |
<dict> |
24 |
<key>CFBundleTypeRole</key> |
25 |
<string>Editor</string> |
26 |
<key>CFBundleURLName</key> |
27 |
<string>com.chrisballinger.ChatSecure</string> |
28 |
<key>CFBundleURLSchemes</key> |
29 |
<array> |
30 |
<string>chatsecure</string> |
31 |
<string>fb447241325394334</string> |
32 |
<string>ha52f2393da517e1c89b36ac1df60924ca</string> |
33 |
<string>xmpp</string> |
34 |
</array> |
35 |
</dict> |
36 |
</array> |
37 |
<key>CFBundleVersion</key> |
38 |
<string>113</string> |
39 |
<key>FacebookAppID</key> |
40 |
<string>447241325394334</string> |
41 |
<key>FacebookDisplayName</key> |
42 |
<string>ChatSecure</string> |
43 |
<key>ITSAppUsesNonExemptEncryption</key> |
44 |
<true/> |
45 |
<key>ITSEncryptionExportComplianceCode</key> |
46 |
<string>51d17d3e-5e07-49ad-a308-9625d81e411f</string> |
47 |
<key>LSApplicationQueriesSchemes</key> |
48 |
<array> |
49 |
<string>twitter</string> |
50 |
<string>fb</string> |
51 |
<string>googlechrome-x-callback</string> |
52 |
</array> |
53 |
<key>LSRequiresIPhoneOS</key> |
54 |
<true/> |
55 |
<key>NSAppTransportSecurity</key> |
56 |
<dict> |
57 |
<key>NSAllowsLocalNetworking</key> |
58 |
<true/> |
59 |
<key>NSExceptionDomains</key> |
60 |
<dict> |
61 |
<key>localhost</key> |
62 |
<dict> |
63 |
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key> |
64 |
<true/> |
65 |
</dict> |
66 |
</dict> |
67 |
</dict> |
68 |
<key>NSCameraUsageDescription</key> |
69 |
<string>Access to the camera is required to send photos and scan QR codes.</string> |
70 |
<key>NSMicrophoneUsageDescription</key> |
71 |
<string>Access to the microphone is needed to send voice messages.</string> |
72 |
<key>NSPhotoLibraryUsageDescription</key> |
73 |
<string>Access to the photo library is required to send your existing photos.</string> |
74 |
<key>UIAppFonts</key> |
75 |
<array> |
76 |
<string>FontAwesome.ttf</string> |
77 |
<string>OTRResources.bundle/MaterialIcons-Regular.ttf</string> |
78 |
<string>OTRResources.bundle/ios-icon-font.ttf</string> |
79 |
</array> |
80 |
<key>UIBackgroundModes</key> |
81 |
<array> |
82 |
<string>fetch</string> |
83 |
<string>remote-notification</string> |
84 |
</array> |
85 |
<key>UILaunchStoryboardName</key> |
86 |
<string>LaunchScreen</string> |
87 |
<key>UIRequiredDeviceCapabilities</key> |
88 |
<array> |
89 |
<string>armv7</string> |
90 |
</array> |
91 |
<key>UISupportedInterfaceOrientations</key> |
92 |
<array> |
93 |
<string>UIInterfaceOrientationPortrait</string> |
94 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
95 |
<string>UIInterfaceOrientationLandscapeRight</string> |
96 |
</array> |
97 |
<key>UISupportedInterfaceOrientations~ipad</key> |
98 |
<array> |
99 |
<string>UIInterfaceOrientationPortrait</string> |
100 |
<string>UIInterfaceOrientationPortraitUpsideDown</string> |
101 |
<string>UIInterfaceOrientationLandscapeLeft</string> |
102 |
<string>UIInterfaceOrientationLandscapeRight</string> |
103 |
</array> |
104 |
<key>UIViewControllerBasedStatusBarAppearance</key> |
105 |
<false/> |
106 |
</dict> |
107 |
</plist> |