File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ matrix:
33
33
- export PATH=$GRADLE_HOME/bin:$PATH
34
34
- git clone https://github.com/flutter/flutter.git -b stable --depth 1
35
35
script :
36
- - ./flutter/bin/flutter -v build apk
36
+ - ./flutter/bin/flutter -v build apk -t lib/main_prod.dart
37
37
38
38
- os : osx
39
39
language : generic
@@ -48,7 +48,7 @@ matrix:
48
48
- brew install ios-deploy
49
49
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
50
50
script :
51
- - ./flutter/bin/flutter -v build ios --no-codesign
51
+ - ./flutter/bin/flutter -v build ios -t lib/main_prod.dart - -no-codesign
52
52
53
53
cache :
54
54
directories :
Original file line number Diff line number Diff line change 24
24
- Flutter
25
25
26
26
DEPENDENCIES:
27
- - Flutter (from `.symlinks/flutter/ios`)
27
+ - Flutter (from `.symlinks/flutter/ios-release `)
28
28
- flutter_stetho (from `.symlinks/plugins/flutter_stetho/ios`)
29
29
- image_picker (from `.symlinks/plugins/image_picker/ios`)
30
30
- launch_review (from `.symlinks/plugins/launch_review/ios`)
@@ -41,7 +41,7 @@ SPEC REPOS:
41
41
42
42
EXTERNAL SOURCES:
43
43
Flutter:
44
- :path: ".symlinks/flutter/ios"
44
+ :path: ".symlinks/flutter/ios-release "
45
45
flutter_stetho:
46
46
:path: ".symlinks/plugins/flutter_stetho/ios"
47
47
image_picker:
Original file line number Diff line number Diff line change 266
266
inputPaths = (
267
267
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
268
268
"${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
269
- "${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
269
+ "${PODS_ROOT}/../.symlinks/flutter/ios-release /Flutter.framework",
270
270
"${BUILT_PRODUCTS_DIR}/flutter_stetho/flutter_stetho.framework",
271
271
"${BUILT_PRODUCTS_DIR}/image_picker/image_picker.framework",
272
272
"${BUILT_PRODUCTS_DIR}/launch_review/launch_review.framework",
You can’t perform that action at this time.
0 commit comments