Skip to content

Commit

Permalink
Add xcodebuild run config to IDEA project
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Sep 25, 2023
1 parent 9945346 commit 6a05b72
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .run/xcodebuild.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="xcodebuild" type="ShConfigurationType">
<option name="SCRIPT_TEXT" value="xcodebuild -scheme KotlinLogos build" />
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
<option name="SCRIPT_PATH" value="xcodebuild -scheme KotlinLogos build" />
<option name="SCRIPT_OPTIONS" value="" />
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$/KotlinLogos" />
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
<option name="INTERPRETER_PATH" value="/bin/zsh" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="EXECUTE_IN_TERMINAL" value="true" />
<option name="EXECUTE_SCRIPT_FILE" value="false" />
<envs />
<method v="2" />
</configuration>
</component>

0 comments on commit 6a05b72

Please sign in to comment.