diff --git a/.github/workflows/wrkstrm-color-swift.yml b/.github/workflows/wrkstrm-color-swift.yml index 80cea0d..70cce6c 100644 --- a/.github/workflows/wrkstrm-color-swift.yml +++ b/.github/workflows/wrkstrm-color-swift.yml @@ -1,13 +1,13 @@ name: "\U0001F3CE️ Swift Build| WrkstrmColor" on: - pull_request: - branches: - - main push: branches: - main paths: - '**' + pull_request: + branches: + - main jobs: swift-build: strategy: @@ -22,7 +22,7 @@ jobs: submodules: recursive - name: Cache Swift PM dependencies id: cache-spm - uses: actions/cache@v2 + uses: actions/cache@v3 with: key: ${{ runner.os }}-spm-WrkstrmColor-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/wrkstrm-color-tests-swift.yml b/.github/workflows/wrkstrm-color-tests-swift.yml index 65a2c03..f0afe24 100644 --- a/.github/workflows/wrkstrm-color-tests-swift.yml +++ b/.github/workflows/wrkstrm-color-tests-swift.yml @@ -22,12 +22,12 @@ jobs: submodules: recursive - name: Cache Swift PM dependencies id: cache-spm - uses: actions/cache@v2 + uses: actions/cache@v3 with: - restore-keys: ${{ runner.os }}-spm-WrkstrmColor- path: apple/WrkstrmColor/.build key: ${{ runner.os }}-spm-WrkstrmColor-${{ hashFiles('**/Package.resolved') }} + restore-keys: ${{ runner.os }}-spm-WrkstrmColor- - name: Check cache run: 'echo ''Cache hit: ${{ steps.cache-spm.outputs.cache-hit }}''' - name: Setup Xcode diff --git a/.swiftpm/xcode/xcuserdata/rismay.xcuserdatad/xcschemes/xcschememanagement.plist b/.swiftpm/xcode/xcuserdata/rismay.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..9b3aaad --- /dev/null +++ b/.swiftpm/xcode/xcuserdata/rismay.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + WrkstrmColor.xcscheme_^#shared#^_ + + orderHint + 30 + + + +