forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflavorizr.yaml
More file actions
29 lines (29 loc) · 940 Bytes
/
Copy pathflavorizr.yaml
File metadata and controls
29 lines (29 loc) · 940 Bytes
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
flavors:
prod:
app:
name: "Omi"
icon: "assets/images/app_launcher_icon.png"
android:
applicationId: "com.friend.ios"
icon: "assets/images/app_launcher_icon.png"
firebase:
config: "app/android/app/src/prod/google-services.json"
ios:
bundleId: "com.friend-app-with-wearable.ios12"
icon: "assets/images/app_launcher_icon.png"
firebase:
config: "app/ios/Config/Prod/GoogleService-Info.plist"
dev:
app:
name: "Omi Dev"
icon: "assets/images/app_launcher_icon.png"
android:
icon: "assets/images/app_launcher_icon.png"
applicationId: "com.friend.ios.dev"
firebase:
config: "app/android/app/src/dev/google-services.json"
ios:
bundleId: "com.friend-app-with-wearable.ios12.development"
icon: "assets/images/app_launcher_icon.png"
firebase:
config: "app/ios/Config/Dev/GoogleService-Info.plist"