File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 " "
You can’t perform that action at this time.
0 commit comments