-
Notifications
You must be signed in to change notification settings - Fork 8
/
build.properties
62 lines (59 loc) · 2.84 KB
/
build.properties
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Application Details
## Application Name in short
build.app.name=Flutter-Mirrorfly-SampleApp
build.dev.apk.name=dev
build.qa.apk.name=qa
build.uat.apk.name=uat
build.apk.name=UIKitRelease
## Module name of the application.
## Module name should be unique in this application
build.app.moduleName=flutter-uikit
## Application Platform (Ex: Android, iOS, laravel, node, magento, python)
build.app.platform=Flutter
## XCode project name is your project folder name, .xcworkspace name
## Example "SampleTinyPlayer" and its workspace name is SampleTinyPlayer.xcworkspace
## Only for iOS projects
build.app.xcodeProjectName=
## Folder name, where the application code is found
## This is project's folder name. Some developers will have whole project inside a folder
## and some developers will have everything in root
## Provide folder name if applicable without slashes (\ or /), else leave empty
build.app.folderName=
## Provide language (swift or objectivec)
## Only for iOS projects
build.app.language=
## FIREBASE APP DISTRIBUTION:
## For more info, visit: https://firebase.google.com/docs/app-distribution
## Set true if Firebase Beta Distribution via Fastlane is required
build.app.firebase.beta=false
## Set Beta Firebase Distribution URL for inviting users to install your App
build.app.firebase.beta.url=
## Set true if Firebase Dev Distribution via Fastlane is required
build.app.firebase.dev=true
## Set Dev Firebase Distribution URL for inviting users to install your App
build.app.firebase.dev.url=https://appdistribution.firebase.dev/i/9370244b9c4f625a
## Set true if Firebase QA Distribution via Fastlane is required
build.app.firebase.qa=true
## Set QA Firebase Distribution URL for inviting users to install your App
build.app.firebase.qa.url=https://appdistribution.firebase.dev/i/1a615d535bf8466d
## Set true if Firebase UAT Distribution via Fastlane is required
build.app.firebase.uat=true
## Set UAT Firebase Distribution URL for inviting users to install your App
build.app.firebase.uat.url=https://appdistribution.firebase.dev/i/9370244b9c4f625a
## Build email notification details
## Email of the developers (Leave empty if Not Applicable)
## Android Developers
## iOS Developers
## Web Developers
build.email.dev.web=
## Run automation test cases (Ex: true||false)
build.automation.test=true
## Include your TL's and BA team
## Build number and Date
## Will be manipulated automatically during auto build
## Do not change these values manually
build.number=#BUILD_NO#