Skip to content

Commit a937ed3

Browse files
change capacitor version to 7.0.0-rc.0
1 parent 4bdecb6 commit a937ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

IonicPortals.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.authors = { 'Ionic Team' => '[email protected]' }
1010
s.source = { git: 'https://github.com/ionic-team/ionic-portals-ios.git', tag: s.version.to_s }
1111
s.source_files = 'Sources/IonicPortals/**/*.swift'
12-
s.dependency 'Capacitor', '~> 7.0'
12+
s.dependency 'Capacitor', '~> 7.0.0-rc.0'
1313
s.dependency 'IonicLiveUpdates', '>= 0.5.0', '< 0.6.0'
1414
s.swift_version = '5.7'
1515
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
)
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "7.0.0")),
15+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm", .upToNextMajor(from: "7.0.0-rc.0")),
1616
.package(url: "https://github.com/ionic-team/ionic-live-updates-releases", "0.5.0"..<"0.6.0"),
1717
.package(url: "https://github.com/pointfreeco/swift-clocks", .upToNextMajor(from: "1.0.2"))
1818
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"build": "npm run build:docs && npm run build:transform",
6-
"build:docs": "xcodebuild docbuild -scheme IonicPortals -derivedDataPath DerivedData -destination 'platform=iOS Simulator,name=iPhone 15'",
6+
"build:docs": "xcodebuild docbuild -scheme IonicPortals -derivedDataPath DerivedData -destination 'platform=iOS Simulator,name=iPhone 16 Pro'",
77
"build:transform": "mv DerivedData/Build/Products/Debug-iphonesimulator/IonicPortals.doccarchive public"
88
}
99
}

0 commit comments

Comments
 (0)