Skip to content

Commit a011e2c

Browse files
committed
fix(ios): bump ion-ios-camera to 1.0.1 to fix iOS 15/16 crash on launch
1 parent a7df43c commit a011e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1'
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.1")
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)