Проверил возможность не указывать кавычки в файле настроек
This commit is contained in:
parent
f42e2fce3c
commit
609ed72335
|
|
@ -4,7 +4,7 @@ version=0.0.0 # комментарий в тойже строке
|
|||
configs = 'appstore, staging'
|
||||
|
||||
# ios platform settings
|
||||
ios.sln_config = 'Release|iPhone'
|
||||
ios.sln_config = Release|iPhone
|
||||
ios.steps = 'scripts/IosSteps.txt'
|
||||
ios.setup_steps = 'IosSetupSteps.txt'
|
||||
ios.assembly_name = 'CoolApp'
|
||||
|
|
|
|||
Loading…
Reference in New Issue