1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
- <dict >
5
- <key >CADisableMinimumFrameDurationOnPhone </key >
6
- <true />
7
- <key >CFBundleDevelopmentRegion </key >
8
- <string >$(DEVELOPMENT_LANGUAGE) </string >
9
- <key >CFBundleDisplayName </key >
10
- <string >speech-to-text </string >
11
- <key >CFBundleExecutable </key >
12
- <string >$(EXECUTABLE_NAME) </string >
13
- <key >CFBundleIdentifier </key >
14
- <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
15
- <key >CFBundleInfoDictionaryVersion </key >
16
- <string >6.0 </string >
17
- <key >CFBundleName </key >
18
- <string >$(PRODUCT_NAME) </string >
19
- <key >CFBundlePackageType </key >
20
- <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
21
- <key >CFBundleShortVersionString </key >
22
- <string >1.0.0 </string >
23
- <key >CFBundleSignature </key >
24
- <string >???? </string >
25
- <key >NSMicrophoneUsageDescription </key >
26
- < string > We need your permission to use the microphone. </ string >
27
- < key > CFBundleURLTypes </ key >
28
- < array >
29
- < dict >
30
- < key > CFBundleURLSchemes </ key >
31
- < array >
32
- < string > com.anonymous.speechtotext </ string >
33
- </array >
34
- </ dict >
35
- </ array >
36
- <key >CFBundleVersion </key >
37
- <string >1 </string >
38
- <key >LSMinimumSystemVersion </key >
39
- < string > 12.0 </ string >
40
- <key >LSRequiresIPhoneOS </key >
41
- < true / >
42
- <key >NSAppTransportSecurity </key >
43
- < dict >
44
- <key >NSAllowsArbitraryLoads </key >
45
- < false />
46
- < key > NSAllowsLocalNetworking </ key >
47
- < true / >
48
- </ dict >
49
- <key >UILaunchStoryboardName </key >
50
- <string >SplashScreen </string >
51
- <key >UIRequiredDeviceCapabilities </key >
52
- <array >
53
- <string >arm64 </string >
54
- </array >
55
- <key >UIRequiresFullScreen </key >
56
- <false />
57
- <key >UIStatusBarStyle </key >
58
- <string >UIStatusBarStyleDefault </string >
59
- <key >UISupportedInterfaceOrientations </key >
60
- <array >
61
- <string >UIInterfaceOrientationPortrait </string >
62
- <string >UIInterfaceOrientationPortraitUpsideDown </string >
63
- </array >
64
- <key >UISupportedInterfaceOrientations~ipad </key >
65
- <array >
66
- <string >UIInterfaceOrientationPortrait </string >
67
- <string >UIInterfaceOrientationPortraitUpsideDown </string >
68
- <string >UIInterfaceOrientationLandscapeLeft </string >
69
- <string >UIInterfaceOrientationLandscapeRight </string >
70
- </array >
71
- <key >UIUserInterfaceStyle </key >
72
- <string >Light </string >
73
- <key >UIViewControllerBasedStatusBarAppearance </key >
74
- <false />
75
- </dict >
76
- </plist >
4
+ <dict >
5
+ <key >CADisableMinimumFrameDurationOnPhone </key >
6
+ <true />
7
+ <key >CFBundleDevelopmentRegion </key >
8
+ <string >$(DEVELOPMENT_LANGUAGE) </string >
9
+ <key >CFBundleDisplayName </key >
10
+ <string >speech-to-text </string >
11
+ <key >CFBundleExecutable </key >
12
+ <string >$(EXECUTABLE_NAME) </string >
13
+ <key >CFBundleIdentifier </key >
14
+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
15
+ <key >CFBundleInfoDictionaryVersion </key >
16
+ <string >6.0 </string >
17
+ <key >CFBundleName </key >
18
+ <string >$(PRODUCT_NAME) </string >
19
+ <key >CFBundlePackageType </key >
20
+ <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
21
+ <key >CFBundleShortVersionString </key >
22
+ <string >1.0.0 </string >
23
+ <key >CFBundleSignature </key >
24
+ <string >???? </string >
25
+ <key >CFBundleURLTypes </key >
26
+ < array >
27
+ < dict >
28
+ < key > CFBundleURLSchemes </ key >
29
+ < array >
30
+ < string > com.anonymous.speechtotext </ string >
31
+ </ array >
32
+ </ dict >
33
+ </array >
34
+ < key > CFBundleVersion </ key >
35
+ < string > 1 </ string >
36
+ <key >LSMinimumSystemVersion </key >
37
+ <string >12.0 </string >
38
+ <key >LSRequiresIPhoneOS </key >
39
+ < true / >
40
+ <key >NSAppTransportSecurity </key >
41
+ < dict >
42
+ <key >NSAllowsArbitraryLoads </key >
43
+ < false / >
44
+ <key >NSAllowsLocalNetworking </key >
45
+ < true />
46
+ </ dict >
47
+ < key > NSMicrophoneUsageDescription </ key >
48
+ < string > We need your permission to use the microphone. </ string >
49
+ <key >UILaunchStoryboardName </key >
50
+ <string >SplashScreen </string >
51
+ <key >UIRequiredDeviceCapabilities </key >
52
+ <array >
53
+ <string >arm64 </string >
54
+ </array >
55
+ <key >UIRequiresFullScreen </key >
56
+ <false />
57
+ <key >UIStatusBarStyle </key >
58
+ <string >UIStatusBarStyleDefault </string >
59
+ <key >UISupportedInterfaceOrientations </key >
60
+ <array >
61
+ <string >UIInterfaceOrientationPortrait </string >
62
+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
63
+ </array >
64
+ <key >UISupportedInterfaceOrientations~ipad </key >
65
+ <array >
66
+ <string >UIInterfaceOrientationPortrait </string >
67
+ <string >UIInterfaceOrientationPortraitUpsideDown </string >
68
+ <string >UIInterfaceOrientationLandscapeLeft </string >
69
+ <string >UIInterfaceOrientationLandscapeRight </string >
70
+ </array >
71
+ <key >UIUserInterfaceStyle </key >
72
+ <string >Light </string >
73
+ <key >UIViewControllerBasedStatusBarAppearance </key >
74
+ <false />
75
+ </dict >
76
+ </plist >
0 commit comments