14 lines
317 B
Plaintext
14 lines
317 B
Plaintext
# global settings
|
|
build_tool = '/Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool'
|
|
version = '0.0.0'
|
|
|
|
# ios platform settings
|
|
ios.steps = 'IosSteps.txt'
|
|
|
|
# android platform settings
|
|
android.steps = 'AndroidSteps.txt'
|
|
|
|
# config settings
|
|
ios.appstore.app_name = 'CoolApp'
|
|
ios.staging.app_name = 'CoolApp staging'
|