updated icon, remove build incrememnter

This commit is contained in:
neon443
2025-06-02 19:05:48 +01:00
parent 2917e389bc
commit 04dff0860c
15 changed files with 4 additions and 23 deletions

View File

@@ -6,25 +6,6 @@
parallelizeBuildables = "YES" parallelizeBuildables = "YES"
buildImplicitDependencies = "YES" buildImplicitDependencies = "YES"
buildArchitectures = "Automatic"> 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.&#10;#!/bin/bash&#10;&#10;CONFIG_FILE=&quot;${SRCROOT}/Config.xcconfig&quot;&#10;BUILD_KEY=&quot;BUILD_ID&quot;&#10;&#10;if [ ! -f &quot;$CONFIG_FILE&quot; ]; then&#10; echo &quot;Error: $CONFIG_FILE not found!&quot;&#10; exit 1&#10;fi&#10;&#10;# Extract current value&#10;CURRENT_VALUE=$(grep &quot;^${BUILD_KEY}&quot; &quot;$CONFIG_FILE&quot; | cut -d &apos;=&apos; -f2 | tr -d &apos; &apos;)&#10;&#10;if [[ -z &quot;$CURRENT_VALUE&quot; ]]; then&#10; echo &quot;Error: ${BUILD_KEY} not found in $CONFIG_FILE&quot;&#10; exit 1&#10;fi&#10;&#10;# Increment value&#10;NEW_VALUE=$((CURRENT_VALUE + 1))&#10;&#10;# Replace in file&#10;sed -i &apos;&apos; &quot;s/^${BUILD_KEY} *= *.*/${BUILD_KEY} = ${NEW_VALUE}/&quot; &quot;$CONFIG_FILE&quot;&#10;&#10;echo &quot;Updated ${BUILD_KEY} to ${NEW_VALUE}&quot;&#10;&#10;"
shellToInvoke = "/bin/sh">
<EnvironmentBuildable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A966B4D52DE0841000C721A5"
BuildableName = "DockPhobia.app"
BlueprintName = "DockPhobia"
ReferencedContainer = "container:DockPhobia.xcodeproj">
</BuildableReference>
</EnvironmentBuildable>
</ActionContent>
</ExecutionAction>
</PostActions>
<BuildActionEntries> <BuildActionEntries>
<BuildActionEntry <BuildActionEntry
buildForTesting = "YES" buildForTesting = "YES"

View File

@@ -13,7 +13,7 @@
"size" : "16x16" "size" : "16x16"
}, },
{ {
"filename" : "DockPhobiaAppIcon32 1.png", "filename" : "DockPhobiaAppIcon32.png",
"idiom" : "mac", "idiom" : "mac",
"scale" : "1x", "scale" : "1x",
"size" : "32x32" "size" : "32x32"
@@ -31,7 +31,7 @@
"size" : "128x128" "size" : "128x128"
}, },
{ {
"filename" : "DockPhobiaAppIcon256 1.png", "filename" : "DockPhobiaAppIcon256.png",
"idiom" : "mac", "idiom" : "mac",
"scale" : "2x", "scale" : "2x",
"size" : "128x128" "size" : "128x128"
@@ -49,7 +49,7 @@
"size" : "256x256" "size" : "256x256"
}, },
{ {
"filename" : "DockPhobiaAppIcon512 1.png", "filename" : "DockPhobiaAppIcon512.png",
"idiom" : "mac", "idiom" : "mac",
"scale" : "1x", "scale" : "1x",
"size" : "512x512" "size" : "512x512"

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 560 KiB

After

Width:  |  Height:  |  Size: 820 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 131 KiB

After

Width:  |  Height:  |  Size: 190 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

View File

@@ -92,7 +92,7 @@
<rect key="frame" x="18" y="60" width="136" height="14"/> <rect key="frame" x="18" y="60" width="136" height="14"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="May reduce performance" id="Orh-5m-Me2"> <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="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>

View File

Binary file not shown.