|
| 1 | +# Application Details |
| 2 | +## Application Name in short |
| 3 | +build.app.name=Flutter-Mirrorfly-SampleApp |
| 4 | +build.docker.repo = fly-nexus.contus.us:8445 |
| 5 | +build.docker.container = mirrorfly-flutter |
| 6 | +build.docker.dev.image = mirrorfly-flutter-dev |
| 7 | +build.docker.qa.image = mirrorfly-flutter-qa |
| 8 | +build.docker.uat.image = mirrorfly-flutter-uat |
| 9 | +build.docker.live.image =mirrorfly-flutter-live |
| 10 | +build.docker.dev.node=mirrorfly-flutter-Dev-19 |
| 11 | +build.docker.qa.node=mirrorfly-flutter-Qa-19 |
| 12 | +build.docker.uat.node=mirrorfly-flutter-UAT-19 |
| 13 | +build.docker.live.node=mirrorfly-flutter-Live |
| 14 | +build.docker.namespace = mirrorfly |
| 15 | +## Module name of the application. |
| 16 | +## Module name should be unique in this application |
| 17 | +build.app.moduleName=flutter-uikit |
| 18 | +## Application Platform (Ex: Android, iOS, laravel, node, magento, python) |
| 19 | +build.app.platform=Flutter |
| 20 | +## XCode project name is your project folder name, .xcworkspace name |
| 21 | +## Example "SampleTinyPlayer" and its workspace name is SampleTinyPlayer.xcworkspace |
| 22 | +## Only for iOS projects |
| 23 | +build.app.xcodeProjectName= |
| 24 | +## Folder name, where the application code is found |
| 25 | +## This is project's folder name. Some developers will have whole project inside a folder |
| 26 | +## and some developers will have everything in root |
| 27 | +## Provide folder name if applicable without slashes (\ or /), else leave empty |
| 28 | +build.app.folderName= |
| 29 | +## Provide language (swift or objectivec) |
| 30 | +## Only for iOS projects |
| 31 | +build.app.language= |
| 32 | +## Build email notification details |
| 33 | +## Email of the developers (Leave empty if Not Applicable) |
| 34 | +## Android Developers |
| 35 | + |
| 36 | +## iOS Developers |
| 37 | + |
| 38 | +# Flutter Developers |
| 39 | + |
| 40 | +## Web Developers |
| 41 | +build.email.dev.web= |
| 42 | +## Include your TL's and BA team |
| 43 | + |
| 44 | +## Build number and Date |
| 45 | +## Will be manipulated automatically during auto build |
| 46 | +## Do not change these values manually |
| 47 | +build.number=#BUILD_NO# |
| 48 | +build.date=#BUILD_DATE# |
0 commit comments