Skip to content

Commit

Permalink
auto signing
Browse files Browse the repository at this point in the history
  • Loading branch information
rinat-enikeev committed Nov 30, 2023
1 parent a1aee57 commit 2238873
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/firebase_frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: SPM Cache
uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
path: ~/Library/Developer/Xcode/DerivedData/frameworks*/SourcePackages/
key: ${{ runner.os }}-spm-${{ hashFiles('frameworks.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
Expand All @@ -88,8 +88,7 @@ jobs:
cp -f ~/Library/MobileDevice/Provisioning\ Profiles/match_AdHoc_com.ruuvi.station.mobileprovision \
"$HOME/Library/MobileDevice/Provisioning Profiles/$uuid.mobileprovision"
xcodebuild -project frameworks.xcodeproj -scheme station -configuration Debug -archivePath ./Build/Station_Dev.xcarchive archive CODE_SIGN_STYLE=Manual CODE_SIGN_IDENTITY="Apple Distribution: Ruuvi Innovations Oy (4MUYJ4YYH4)" PROVISIONING_PROFILE="$uuid"
xcodebuild -project frameworks.xcodeproj -scheme station -configuration Debug -archivePath ./Build/Station_Dev.xcarchive archive CODE_SIGN_IDENTITY="Apple Distribution: Ruuvi Innovations Oy (4MUYJ4YYH4)"
- name: Export IPA
env:
EXPORT_PLIST: ${{ secrets.ADHOC_EXPORT_OPTIONS }}
Expand Down

0 comments on commit 2238873

Please sign in to comment.