Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- id: packages
uses: ./.github/actions/changed-packages
with:
files: ${{ steps.catjson.outputs.FILES_JSON }}
files: ${{ steps.catjson.outputs.FILES_JSON }}

lint-scripts:
runs-on: macos-15
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
strategy:
matrix:
xcode:
- /Applications/Xcode_16.app
- /Applications/Xcode_26.0.app
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- run: sudo xcode-select --switch ${{ matrix.xcode }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
matrix:
plugin: ${{ fromJson(github.event.inputs.plugins) }}
steps:
- run: sudo xcode-select --switch /Applications/Xcode_16.app
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
- run: xcrun simctl list > /dev/null
- run: xcodebuild -downloadPlatform iOS
- uses: actions/setup-node@v6
with:
node-version: 22
- uses: actions/checkout@v5
- name: Install Cocoapods
run: |
run: |
gem install cocoapods
- name: Deploy to Cocoapods
run: |
Expand Down
2 changes: 1 addition & 1 deletion action-sheet/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["ActionSheetPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions action-sheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion app-launcher/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["AppLauncherPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions app-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion app/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["AppPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
10 changes: 5 additions & 5 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/cli": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -64,7 +64,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion browser/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["BrowserPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion camera/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["CameraPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions camera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorCamera.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion clipboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["ClipboardPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions clipboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion device/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["DevicePlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions device/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorDevice.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -66,7 +66,7 @@
"uvu": "^0.5.6"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion dialog/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["DialogPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion local-notifications/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["LocalNotificationsPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
10 changes: 5 additions & 5 deletions local-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/cli": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/cli": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -64,7 +64,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
8 changes: 4 additions & 4 deletions motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"eslint": "^8.57.1",
Expand All @@ -53,7 +53,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion network/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["CAPNetworkPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
8 changes: 4 additions & 4 deletions network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"publish:cocoapod": "pod trunk push ./CapacitorNetwork.podspec --allow-warnings"
},
"devDependencies": {
"@capacitor/android": "next",
"@capacitor/core": "next",
"@capacitor/android": "^8.0.0",
"@capacitor/core": "^8.0.0",
"@capacitor/docgen": "0.3.0",
"@capacitor/ios": "next",
"@capacitor/ios": "^8.0.0",
"@ionic/eslint-config": "^0.4.0",
"@ionic/prettier-config": "^4.0.0",
"@ionic/swiftlint-config": "^2.0.0",
Expand All @@ -63,7 +63,7 @@
"typescript": "^5.9.3"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": ">=8.0.0"
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config",
Expand Down
2 changes: 1 addition & 1 deletion preferences/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
targets: ["PreferencesPlugin"])
],
dependencies: [
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta")
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0")
],
targets: [
.target(
Expand Down
Loading
Loading