Skip to content

Commit 77bb93b

Browse files
chore: Use Capacitor 8 stable version (#2452)
Co-authored-by: Eric Horodyski <[email protected]>
1 parent 8152fc1 commit 77bb93b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+108
-108
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- id: packages
4747
uses: ./.github/actions/changed-packages
4848
with:
49-
files: ${{ steps.catjson.outputs.FILES_JSON }}
49+
files: ${{ steps.catjson.outputs.FILES_JSON }}
5050

5151
lint-scripts:
5252
runs-on: macos-15
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
matrix:
109109
xcode:
110-
- /Applications/Xcode_16.app
110+
- /Applications/Xcode_26.0.app
111111
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
112112
steps:
113113
- run: sudo xcode-select --switch ${{ matrix.xcode }}

.github/workflows/publish-ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
matrix:
1616
plugin: ${{ fromJson(github.event.inputs.plugins) }}
1717
steps:
18-
- run: sudo xcode-select --switch /Applications/Xcode_16.app
18+
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
1919
- run: xcrun simctl list > /dev/null
2020
- run: xcodebuild -downloadPlatform iOS
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version: 22
2424
- uses: actions/checkout@v5
2525
- name: Install Cocoapods
26-
run: |
26+
run: |
2727
gem install cocoapods
2828
- name: Deploy to Cocoapods
2929
run: |

action-sheet/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["ActionSheetPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
1414
],
1515
targets: [
1616
.target(

action-sheet/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings"
4848
},
4949
"devDependencies": {
50-
"@capacitor/android": "next",
51-
"@capacitor/core": "next",
50+
"@capacitor/android": "^8.0.0",
51+
"@capacitor/core": "^8.0.0",
5252
"@capacitor/docgen": "0.3.0",
53-
"@capacitor/ios": "next",
53+
"@capacitor/ios": "^8.0.0",
5454
"@ionic/eslint-config": "^0.4.0",
5555
"@ionic/prettier-config": "^4.0.0",
5656
"@ionic/swiftlint-config": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"typescript": "^5.9.3"
6464
},
6565
"peerDependencies": {
66-
"@capacitor/core": "next"
66+
"@capacitor/core": ">=8.0.0"
6767
},
6868
"prettier": "@ionic/prettier-config",
6969
"swiftlint": "@ionic/swiftlint-config",

app-launcher/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["AppLauncherPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
1414
],
1515
targets: [
1616
.target(

app-launcher/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings"
4848
},
4949
"devDependencies": {
50-
"@capacitor/android": "next",
51-
"@capacitor/core": "next",
50+
"@capacitor/android": "^8.0.0",
51+
"@capacitor/core": "^8.0.0",
5252
"@capacitor/docgen": "0.3.0",
53-
"@capacitor/ios": "next",
53+
"@capacitor/ios": "^8.0.0",
5454
"@ionic/eslint-config": "^0.4.0",
5555
"@ionic/prettier-config": "^4.0.0",
5656
"@ionic/swiftlint-config": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"typescript": "^5.9.3"
6464
},
6565
"peerDependencies": {
66-
"@capacitor/core": "next"
66+
"@capacitor/core": ">=8.0.0"
6767
},
6868
"prettier": "@ionic/prettier-config",
6969
"swiftlint": "@ionic/swiftlint-config",

app/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["AppPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
1414
],
1515
targets: [
1616
.target(

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings"
4848
},
4949
"devDependencies": {
50-
"@capacitor/android": "next",
51-
"@capacitor/cli": "next",
52-
"@capacitor/core": "next",
50+
"@capacitor/android": "^8.0.0",
51+
"@capacitor/cli": "^8.0.0",
52+
"@capacitor/core": "^8.0.0",
5353
"@capacitor/docgen": "0.3.0",
54-
"@capacitor/ios": "next",
54+
"@capacitor/ios": "^8.0.0",
5555
"@ionic/eslint-config": "^0.4.0",
5656
"@ionic/prettier-config": "^4.0.0",
5757
"@ionic/swiftlint-config": "^2.0.0",
@@ -64,7 +64,7 @@
6464
"typescript": "^5.9.3"
6565
},
6666
"peerDependencies": {
67-
"@capacitor/core": "next"
67+
"@capacitor/core": ">=8.0.0"
6868
},
6969
"prettier": "@ionic/prettier-config",
7070
"swiftlint": "@ionic/swiftlint-config",

browser/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["BrowserPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
1414
],
1515
targets: [
1616
.target(

browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings"
4848
},
4949
"devDependencies": {
50-
"@capacitor/android": "next",
51-
"@capacitor/core": "next",
50+
"@capacitor/android": "^8.0.0",
51+
"@capacitor/core": "^8.0.0",
5252
"@capacitor/docgen": "0.3.0",
53-
"@capacitor/ios": "next",
53+
"@capacitor/ios": "^8.0.0",
5454
"@ionic/eslint-config": "^0.4.0",
5555
"@ionic/prettier-config": "^4.0.0",
5656
"@ionic/swiftlint-config": "^2.0.0",
@@ -63,7 +63,7 @@
6363
"typescript": "^5.9.3"
6464
},
6565
"peerDependencies": {
66-
"@capacitor/core": "next"
66+
"@capacitor/core": ">=8.0.0"
6767
},
6868
"prettier": "@ionic/prettier-config",
6969
"swiftlint": "@ionic/swiftlint-config",

0 commit comments

Comments
 (0)