icon changes

This commit is contained in:
neon443
2025-06-02 20:29:39 +01:00
3 changed files with 21 additions and 0 deletions

21
.github/workflows/xcode.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Xcode - Build and Analyze
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build and analyse default scheme using xcodebuild command
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
env:
scheme: ${{ 'default' }}
run: |
xcodebuild archive

BIN
DockPhobia/.DS_Store vendored
View File

Binary file not shown.

View File

Binary file not shown.