Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/xcode-select/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
preferred_path:
description: Preferred DEVELOPER_DIR path.
required: false
default: /Applications/Xcode_26.2.app/Contents/Developer
default: /Applications/Xcode_26.3.app/Contents/Developer
fallback_path:
description: Fallback DEVELOPER_DIR path when preferred path is unavailable.
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-ui-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ permissions:

jobs:
ui_smoke_tests:
runs-on: macos-15
runs-on: macos-26
timeout-minutes: 20
outputs:
ui_status: ${{ steps.parse_summary.outputs.ui_status }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
unit_tests:
runs-on: macos-15
runs-on: macos-26
timeout-minutes: 20
outputs:
unit_status: ${{ steps.finalize.outputs.unit_status }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,18 @@ jobs:
needs:
- classify_changes
if: ${{ github.event_name == 'pull_request' && github.base_ref == 'main' && needs.classify_changes.outputs.code_relevant == 'true' }}
runs-on: macos-15
runs-on: ${{ matrix.runs_on }}
timeout-minutes: 25
strategy:
fail-fast: false
matrix:
include:
- label: arm64
arch: arm64
runs_on: macos-26
- label: intel64
arch: x86_64
runs_on: macos-26-intel
permissions:
contents: read
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,17 @@ jobs:
build_dmg:
name: build-dmg (${{ matrix.label }})
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
runs-on: macos-15
runs-on: ${{ matrix.runs_on }}
strategy:
fail-fast: false
matrix:
include:
- label: arm64
arch: arm64
runs_on: macos-26
- label: intel64
arch: x86_64
runs_on: macos-26-intel
steps:
- name: Checkout
uses: actions/checkout@v6
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions VoidDisplay/AppIcon.icon/icon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"fill" : {
"solid" : "extended-gray:0.10370,1.00000"
},
"groups" : [
{
"layers" : [
{
"blend-mode" : "normal",
"fill" : "automatic",
"glass" : false,
"image-name" : "AppIcon_1024x1024.png",
"name" : "AppIcon_1024x1024"
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}
68 changes: 0 additions & 68 deletions VoidDisplay/Assets.xcassets/AppIcon.appiconset/Contents.json

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/imgs/AppIcon_1024x1024.psd
Binary file not shown.