File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,32 @@ steps:
3737 path: audio_soloud
3838 flutter: pub upgrade --major-versions
3939
40+ - name: Update iOS deployment target
41+ path: audio_soloud/ios/Podfile
42+ patch-u: |
43+ --- b/audio_soloud/ios/Podfile
44+ +++ a/audio_soloud/ios/Podfile
45+ @@ -1,5 +1,5 @@
46+ -# Uncomment this line to define a global platform for your project
47+ -# platform :ios, '12.0'
48+ +# SoLoud requires iOS 13.0 minimum, Flutter only requires 12.0
49+ +platform :ios, '13.0'
50+
51+ # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
52+ ENV['COCOAPODS_DISABLE_STATS'] = 'true'
53+
54+ - name: Update macOS deployment target
55+ path: audio_soloud/macos/Podfile
56+ patch-u: |
57+ --- b/audio_soloud/macos/Podfile
58+ +++ a/audio_soloud/macos/Podfile
59+ @@ -1,4 +1,4 @@
60+ -platform :osx, '10.14'
61+ +platform :osx, '10.15'
62+
63+ # CocoaPods analytics sends network stats synchronously affecting flutter build latency.
64+ ENV['COCOAPODS_DISABLE_STATS'] = 'true'
65+
4066 - name: Create lib/audio directory
4167 mkdir: audio_soloud/lib/audio
4268
You can’t perform that action at this time.
0 commit comments