Skip to content

Commit 808562f

Browse files
committed
Rebuild android dir in demo app
1 parent e25f498 commit 808562f

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

examples/speech-to-text/android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<uses-permission android:name="android.permission.INTERNET"/>
33
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
4+
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
45
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
56
<uses-permission android:name="android.permission.VIBRATE"/>
67
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
7-
<uses-permission android:name="android.permission.RECORD_AUDIO" />
88
<queries>
99
<intent>
1010
<action android:name="android.intent.action.VIEW"/>

examples/speech-to-text/ios/speechtotext.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
);
374374
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
375375
PRODUCT_BUNDLE_IDENTIFIER = com.anonymous.speechtotext;
376-
PRODUCT_NAME = speechtotext;
376+
PRODUCT_NAME = "speechtotext";
377377
SWIFT_OBJC_BRIDGING_HEADER = "speechtotext/speechtotext-Bridging-Header.h";
378378
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
379379
SWIFT_VERSION = 5.0;
@@ -407,7 +407,7 @@
407407
);
408408
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
409409
PRODUCT_BUNDLE_IDENTIFIER = com.anonymous.speechtotext;
410-
PRODUCT_NAME = speechtotext;
410+
PRODUCT_NAME = "speechtotext";
411411
SWIFT_OBJC_BRIDGING_HEADER = "speechtotext/speechtotext-Bridging-Header.h";
412412
SWIFT_VERSION = 5.0;
413413
TARGETED_DEVICE_FAMILY = "1,2";
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
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>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

Comments
 (0)