Проверил возможность не указывать кавычки в файле настроек

This commit is contained in:
rzaitov 2013-11-13 19:29:39 +04:00
parent f42e2fce3c
commit 609ed72335
1 changed files with 1 additions and 1 deletions

View File

@ -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'