Skip to content

Commit

Permalink
Release 6.0.0 rc.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven0351 authored Feb 12, 2024
1 parent 2ac2ed8 commit fe3c5b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Pre-Release
on:
push:
branches:
- 'release/**'
- "release/**"

jobs:
build:
runs-on: macos-12
runs-on: macos-14
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_14.1.app
- uses: actions/checkout@v3
- run: sudo xcode-select --switch /Applications/Xcode_15.1.app
- uses: actions/checkout@v4
- name: Install build dependencies
run: |
gem install cocoapods xcpretty
Expand All @@ -24,4 +24,3 @@ jobs:
uses: EndBug/add-and-commit@v9
- name: Create Draft Release
run: ghr -token ${{ secrets.GITHUB_TOKEN }} -name ${{ env.RELEASE_VERSION }} -draft -replace ${{ env.RELEASE_VERSION }} frameworks

8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let package = Package(
targets: [
.binaryTarget(
name: "Capacitor",
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.5.0/Capacitor.xcframework.zip",
checksum: "2cf0dab8d0a329f2921fab39836bb8105e2b0726522e9c442f460396643ed850"
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/6.0.0-rc.0/Capacitor.xcframework.zip",
checksum: "40931648c794e29ade96907e7e25747cac89ad6dc0841263be35c69108732a06"
),
.binaryTarget(
name: "Cordova",
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/5.5.0/Cordova.xcframework.zip",
checksum: "0238c2e10596f241483c49d853ef59d938bd303ecbe83922b78824d1523431fe"
url: "https://github.com/ionic-team/capacitor-swift-pm/releases/download/6.0.0-rc.0/Cordova.xcframework.zip",
checksum: "0f3eed00c80e54a50eb10c0c2c65c7f09ed0a3d4bddd2b95537f32cc3d41186f"
)
]
)

0 comments on commit fe3c5b6

Please sign in to comment.