Skip to content

Commit 8fb9688

Browse files
authored
fix: bump IONCameraLib to 1.0.3 to resolve iOS 15 SwiftUI core crash (#46)
1 parent 11abcbe commit 8fb9688

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CapacitorCamera.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}',
1414
s.ios.deployment_target = '15.0'
1515
s.dependency 'Capacitor'
16-
s.dependency 'IONCameraLib', spec='~> 1.0.0'
16+
s.dependency 'IONCameraLib', spec='~> 1.0.3'
1717
s.swift_version = '5.1'
1818
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
],
1212
dependencies: [
1313
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"),
14-
.package(url: "https://github.com/ionic-team/ion-ios-camera.git", from: "1.0.0")
14+
.package(url: "https://github.com/ionic-team/ion-ios-camera.git", from: "1.0.3")
1515
],
1616
targets: [
1717
.target(

example-app/package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)