mirror of
https://github.com/neon443/DockPhobia.git
synced 2026-03-11 06:49:12 +00:00
icon changes
This commit is contained in:
21
.github/workflows/xcode.yml
vendored
Normal file
21
.github/workflows/xcode.yml
vendored
Normal 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
BIN
DockPhobia/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user