bin/nixenvironment in nixenvironment-0.0.105 vs bin/nixenvironment in nixenvironment-0.0.106

- old
+ new

@@ -47,10 +47,10 @@ global_option ('--deploy_password VALUE') { |value| $deploy_password = value } global_option ('--deploy_itunesconnect_username VALUE') { |value| $deploy_itunesconnect_username = value } global_option ('--deploy_team_name VALUE') { |value| $deploy_team_name = value } global_option ('--icons_path VALUE') { |value| $icons_path = value } global_option ('--xctest_destination_device VALUE') { |value| $xctest_destination_device = value } -global_option ('--configuration_files_path VALUE') { |value| $configuration_files_path = value } +global_option (['-cfp', '--configuration_files_path VALUE']) { |value| $configuration_files_path = value } global_option ('--code_coverage_configuration VALUE') { |value| $code_coverage_configuration = value } global_option ('--code_coverage_output_directory VALUE') { |value| $code_coverage_output_directory = value } global_option ('--env_var_prefix VALUE') { |value| $env_var_prefix = value } global_option ('--bundle_id VALUE') { |value| $bundle_id = value } global_option ('--resigned_bundle_id VALUE') { |value| $resigned_bundle_id = value } \ No newline at end of file