18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
# global settings
|
|
build_tool = '/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool'
|
|
version = '0.0.0'
|
|
|
|
# ios platform settings
|
|
ios.steps = 'scripts/IosSteps.txt'
|
|
|
|
# android platform settings
|
|
# android.steps = 'AndroidSteps.txt'
|
|
|
|
# config settings
|
|
ios.appstore.build_ready = 'true'
|
|
ios.appstore.app_name = 'CoolApp'
|
|
ios.appstore.sln_config = 'Release|iPhone'
|
|
|
|
#ios.staging.build_ready = 'true'
|
|
ios.staging.app_name = 'CoolApp staging'
|