mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
updated icon, remove build incrememnter
This commit is contained in:
@@ -6,25 +6,6 @@
|
||||
parallelizeBuildables = "YES"
|
||||
buildImplicitDependencies = "YES"
|
||||
buildArchitectures = "Automatic">
|
||||
<PostActions>
|
||||
<ExecutionAction
|
||||
ActionType = "Xcode.IDEStandardExecutionActionsCore.ExecutionActionType.ShellScriptAction">
|
||||
<ActionContent
|
||||
title = "Run Script"
|
||||
scriptText = "# Type a script or drag a script file from your workspace to insert its path. #!/bin/bash CONFIG_FILE="${SRCROOT}/Config.xcconfig" BUILD_KEY="BUILD_ID" if [ ! -f "$CONFIG_FILE" ]; then echo "Error: $CONFIG_FILE not found!" exit 1 fi # Extract current value CURRENT_VALUE=$(grep "^${BUILD_KEY}" "$CONFIG_FILE" | cut -d '=' -f2 | tr -d ' ') if [[ -z "$CURRENT_VALUE" ]]; then echo "Error: ${BUILD_KEY} not found in $CONFIG_FILE" exit 1 fi # Increment value NEW_VALUE=$((CURRENT_VALUE + 1)) # Replace in file sed -i '' "s/^${BUILD_KEY} *= *.*/${BUILD_KEY} = ${NEW_VALUE}/" "$CONFIG_FILE" echo "Updated ${BUILD_KEY} to ${NEW_VALUE}" "
|
||||
shellToInvoke = "/bin/sh">
|
||||
<EnvironmentBuildable>
|
||||
<BuildableReference
|
||||
BuildableIdentifier = "primary"
|
||||
BlueprintIdentifier = "A966B4D52DE0841000C721A5"
|
||||
BuildableName = "DockPhobia.app"
|
||||
BlueprintName = "DockPhobia"
|
||||
ReferencedContainer = "container:DockPhobia.xcodeproj">
|
||||
</BuildableReference>
|
||||
</EnvironmentBuildable>
|
||||
</ActionContent>
|
||||
</ExecutionAction>
|
||||
</PostActions>
|
||||
<BuildActionEntries>
|
||||
<BuildActionEntry
|
||||
buildForTesting = "YES"
|
||||
|
||||
Reference in New Issue
Block a user