updated icon, remove build incrememnter
@@ -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"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"size" : "16x16"
|
||||
},
|
||||
{
|
||||
"filename" : "DockPhobiaAppIcon32 1.png",
|
||||
"filename" : "DockPhobiaAppIcon32.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "32x32"
|
||||
@@ -31,7 +31,7 @@
|
||||
"size" : "128x128"
|
||||
},
|
||||
{
|
||||
"filename" : "DockPhobiaAppIcon256 1.png",
|
||||
"filename" : "DockPhobiaAppIcon256.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x",
|
||||
"size" : "128x128"
|
||||
@@ -49,7 +49,7 @@
|
||||
"size" : "256x256"
|
||||
},
|
||||
{
|
||||
"filename" : "DockPhobiaAppIcon512 1.png",
|
||||
"filename" : "DockPhobiaAppIcon512.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x",
|
||||
"size" : "512x512"
|
||||
|
||||
|
Before Width: | Height: | Size: 560 KiB After Width: | Height: | Size: 820 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.0 KiB |
|
Before Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 190 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.0 KiB |
BIN
DockPhobia/Resources/Assets.xcassets/DockPhobiaAppIcon.png
Normal file
|
After Width: | Height: | Size: 820 KiB |
@@ -92,7 +92,7 @@
|
||||
<rect key="frame" x="18" y="60" width="136" height="14"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="May reduce performance" id="Orh-5m-Me2">
|
||||
<font key="font" metaFont="system" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
|
||||