Skip to content

Commit 6b38eb1

Browse files
committed
Fix platform version replaced in project_tools.sh.
1 parent c41f8cb commit 6b38eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/scripts/project_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function add_permission_label() {
3333
python add-line.py -i ../ios/Runner/Info.plist -s '<key>UILaunchStoryboardName</key>' -t ' <string>$(PRODUCT_NAME) Camera Usage!</string>'
3434
python add-line.py -i ../ios/Runner/Info.plist -s '<key>UILaunchStoryboardName</key>' -t ' <key>NSMicrophoneUsageDescription</key>'
3535
python add-line.py -i ../ios/Runner/Info.plist -s '<key>UILaunchStoryboardName</key>' -t ' <string>$(PRODUCT_NAME) Microphone Usage!</string>'
36-
python add-line.py -i ../ios/Podfile -s "#platform :ios, '9.0'" -t "platform :ios, '10.0'" -r
36+
python add-line.py -i ../ios/Podfile -s "# platform :ios, '9.0'" -t "platform :ios, '10.0'" -r
3737
echo ""
3838
echo "Add permission labels to AndroidManifest.xml."
3939
echo ""

0 commit comments

Comments
 (0)