-
Notifications
You must be signed in to change notification settings - Fork 4
/
flavorizr.yaml
44 lines (43 loc) · 1.03 KB
/
flavorizr.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# IMPORTANT
# To keep integration test working, after excecuting flavorizr for creating more schemas
# you need to remove FLUTTER_TARGET line from all .xcconfig files on ios/Flutter directory
flavors:
dev:
app:
name: 'Template Dev'
android:
applicationId: 'com.xmartlabs.template.dev'
ios:
bundleId: 'com.xmartlabs.template.dev'
variables:
FLUTTER_TARGET:
value: 'lib/main.dart'
staging:
app:
name: 'Template Sta'
android:
applicationId: 'com.xmartlabs.template.sta'
ios:
bundleId: 'com.xmartlabs.template.sta'
variables:
FLUTTER_TARGET:
value: 'lib/main.dart'
prod:
app:
name: 'Template'
android:
applicationId: 'com.xmartlabs.template'
ios:
bundleId: 'com.xmartlabs.template'
variables:
FLUTTER_TARGET:
value: 'lib/main.dart'
instructions:
- assets:download
- assets:extract
- android:buildGradle
- ios:xcconfig
- ios:buildTargets
- ios:schema
- ios:plist
- assets:clean