feat(stage-tamagotchi): switch back to .icon app icon for macOS builds

This commit is contained in:
Makito
2026-02-08 15:33:15 +09:00
parent c6e2cff609
commit 0f3c9cd9a7
7 changed files with 124 additions and 3 deletions
+2 -2
View File
@@ -129,10 +129,10 @@ jobs:
# security set-key-partition-list -S apple-tool:,apple: -k "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH
# security list-keychain -d user -s $KEYCHAIN_PATH
- name: macOS Show Xcode 26.1
- name: macOS Select Xcode 26.2
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-26'
run: |
sudo xcode-select -s /Applications/Xcode_26.1.app
sudo xcode-select -s /Applications/Xcode_26.2.app
xcodebuild -version
- name: macOS Show Toolchain
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

@@ -0,0 +1,121 @@
{
"fill-specializations": [
{
"value": {
"solid": "srgb:0.98027,0.97642,0.98455,1.00000"
}
},
{
"appearance": "dark",
"value": {
"solid": "srgb:0.39461,0.38835,0.42874,1.00000"
}
}
],
"groups": [
{
"blend-mode": "normal",
"blur-material": null,
"layers": [
{
"image-name": "Ear_R.png",
"name": "Ear R"
}
],
"name": "Ear R",
"shadow": {
"kind": "layer-color",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
},
{
"blend-mode": "darken",
"blur-material": 0,
"layers": [
{
"blend-mode": "normal",
"fill": "automatic",
"glass": true,
"hidden": false,
"image-name": "Hard_Shadow.png",
"name": "Hard Shadow"
}
],
"lighting": "individual",
"name": "Hard Shadow",
"shadow": {
"kind": "layer-color",
"opacity": 0.8
},
"specular": false,
"translucency": {
"enabled": false,
"value": 1
}
},
{
"blend-mode": "normal",
"blur-material": null,
"layers": [
{
"fill": "none",
"glass-specializations": [
{
"value": true
},
{
"appearance": "tinted",
"value": true
}
],
"hidden": false,
"image-name": "Body.png",
"name": "Hair + Face"
}
],
"lighting": "individual",
"name": "Body",
"shadow": {
"kind": "neutral",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
},
{
"blur-material": null,
"layers": [
{
"glass": true,
"hidden": false,
"image-name": "Ear_L.png",
"name": "Ear L"
}
],
"name": "Ear L",
"shadow": {
"kind": "layer-color",
"opacity": 0.5
},
"specular": true,
"translucency": {
"enabled": false,
"value": 0.5
}
}
],
"supported-platforms": {
"circles": [
"watchOS"
],
"squares": "shared"
}
}
+1 -1
View File
@@ -53,7 +53,7 @@ mac:
notarize: false
hardenedRuntime: false
executableName: airi
icon: icon.icns
icon: icon.icon
dmg:
artifactName: ${productName}-${version}-darwin-${arch}.${ext}