11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33<plist version =" 1.0" >
4- <dict >
5- <key >CFBundleDevelopmentRegion </key >
6- <string >en </string >
7- <key >CFBundleDisplayName </key >
8- <string >ChatSample </string >
9- <key >CFBundleExecutable </key >
10- <string >$(EXECUTABLE_NAME) </string >
11- <key >CFBundleIdentifier </key >
12- <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13- <key >CFBundleInfoDictionaryVersion </key >
14- <string >6.0 </string >
15- <key >CFBundleName </key >
16- <string >$(PRODUCT_NAME) </string >
17- <key >CFBundlePackageType </key >
18- <string >APPL </string >
19- <key >CFBundleShortVersionString </key >
20- <string >1.11.0 </string >
21- <key >CFBundleSignature </key >
22- <string >???? </string >
23- <key >CFBundleVersion </key >
24- <string >154 </string >
25- <key >FirebaseAppDelegateProxyEnabled </key >
26- <true />
27- <key >ITSAppUsesNonExemptEncryption </key >
28- <false />
29- <key >LSRequiresIPhoneOS </key >
30- <true />
31- <key >NSAppTransportSecurity </key >
324 <dict >
33- <key >NSAllowsArbitraryLoads </key >
34- <false />
35- <key >NSAllowsLocalNetworking </key >
36- <true />
5+ <key >CFBundleDevelopmentRegion </key >
6+ <string >en </string >
7+ <key >CFBundleDisplayName </key >
8+ <string >ChatSample </string >
9+ <key >CFBundleExecutable </key >
10+ <string >$(EXECUTABLE_NAME) </string >
11+ <key >CFBundleIdentifier </key >
12+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
13+ <key >CFBundleInfoDictionaryVersion </key >
14+ <string >6.0 </string >
15+ <key >CFBundleName </key >
16+ <string >$(PRODUCT_NAME) </string >
17+ <key >CFBundlePackageType </key >
18+ <string >APPL </string >
19+ <key >CFBundleShortVersionString </key >
20+ <string >1.11.0 </string >
21+ <key >CFBundleSignature </key >
22+ <string >???? </string >
23+ <key >CFBundleVersion </key >
24+ <string >154 </string >
25+ <key >FirebaseAppDelegateProxyEnabled </key >
26+ <true />
27+ <key >ITSAppUsesNonExemptEncryption </key >
28+ <false />
29+ <key >LSRequiresIPhoneOS </key >
30+ <true />
31+ <key >NSAppTransportSecurity </key >
32+ <dict >
33+ <key >NSAllowsArbitraryLoads </key >
34+ <false />
35+ <key >NSAllowsLocalNetworking </key >
36+ <true />
37+ </dict >
38+ <key >NSCameraUsageDescription </key >
39+ <string >$(PRODUCT_NAME) would like to use your camera to share image in a message. </string >
40+ <key >NSLocationAlwaysAndWhenInUseUsageDescription </key >
41+ <string >$(PRODUCT_NAME) would like share live location always in a message. </string >
42+ <key >NSLocationWhenInUseUsageDescription </key >
43+ <string >$(PRODUCT_NAME) would like share live location when in use in a message. </string >
44+ <key >NSMicrophoneUsageDescription </key >
45+ <string >$(PRODUCT_NAME) would like to use your microphone for voice recording. </string >
46+ <key >NSPhotoLibraryUsageDescription </key >
47+ <string >$(PRODUCT_NAME) would like access to your photo gallery to share image in a message. </string >
48+ <key >UILaunchStoryboardName </key >
49+ <string >LaunchScreen </string >
50+ <key >UIRequiredDeviceCapabilities </key >
51+ <array >
52+ <string >arm64 </string >
53+ </array >
54+ <key >UISupportedInterfaceOrientations </key >
55+ <array >
56+ <string >UIInterfaceOrientationPortrait </string >
57+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
58+ </array >
59+ <key >UIViewControllerBasedStatusBarAppearance </key >
60+ <false />
3761 </dict >
38- <key >NSCameraUsageDescription </key >
39- <string >$(PRODUCT_NAME) would like to use your camera to share image in a message. </string >
40- <key >NSLocationAlwaysAndWhenInUseUsageDescription </key >
41- <string >$(PRODUCT_NAME) would like share live location always in a message. </string >
42- <key >NSLocationWhenInUseUsageDescription </key >
43- <string >$(PRODUCT_NAME) would like share live location when in use in a message. </string >
44- <key >NSMicrophoneUsageDescription </key >
45- <string >$(PRODUCT_NAME) would like to use your microphone for voice recording. </string >
46- <key >NSPhotoLibraryUsageDescription </key >
47- <string >$(PRODUCT_NAME) would like access to your photo gallery to share image in a message. </string >
48- <key >RCTNewArchEnabled </key >
49- <true />
50- <key >UIBackgroundModes </key >
51- <array >
52- <string >fetch </string >
53- <string >remote-notification </string >
54- </array >
55- <key >UILaunchStoryboardName </key >
56- <string >LaunchScreen </string >
57- <key >UIRequiredDeviceCapabilities </key >
58- <array >
59- <string >arm64 </string >
60- </array >
61- <key >UISupportedInterfaceOrientations </key >
62- <array >
63- <string >UIInterfaceOrientationPortrait </string >
64- <string >UIInterfaceOrientationPortraitUpsideDown </string >
65- </array >
66- <key >UIViewControllerBasedStatusBarAppearance </key >
67- <false />
68- </dict >
69- </plist >
62+ </plist >
0 commit comments