File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
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" -t " platform :ios" -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 " "
@@ -45,6 +45,7 @@ function add_permission_label() {
4545 python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s " <application" -t ' <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />'
4646 python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s " <application" -t ' <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />'
4747 python add-line.py -i ../android/app/src/main/AndroidManifest.xml -s " <application" -t ' <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />'
48+ if [ -d " macos" ]; then
4849 echo " "
4950 echo " Add permission labels to macOS."
5051 echo " "
@@ -66,6 +67,7 @@ function add_permission_label() {
6667 python add-line.py -i ../macos/Runner/Release.entitlements -s ' </dict>' -t ' <true/>'
6768 python add-line.py -i ../macos/Runner/Release.entitlements -s ' </dict>' -t ' <key>com.apple.security.network.client</key>'
6869 python add-line.py -i ../macos/Runner/Release.entitlements -s ' </dict>' -t ' <true/>'
70+ fi
6971}
7072
7173if [ " $CMD " == " create" ];
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
88
99dependencies :
1010 crypto : ^2.1.2
11- flutter_webrtc : ^0.3.3
11+ flutter_webrtc : ^0.4.0
1212 parser_error : ^0.1.1
1313 sdp_transform : ^0.2.0
1414 uuid : ^2.0.2
You can’t perform that action at this time.
0 commit comments