From 018ea35ec39b48cdd16c7a529868183aece080b5 Mon Sep 17 00:00:00 2001 From: Andre Destro Date: Mon, 27 Apr 2026 18:24:14 +0100 Subject: [PATCH] fix: bump IONCameraLib to 1.0.4 to apply presentationStyle in chooseFromGallery --- CapacitorCamera.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CapacitorCamera.podspec b/CapacitorCamera.podspec index fe9aea4..5517855 100644 --- a/CapacitorCamera.podspec +++ b/CapacitorCamera.podspec @@ -13,6 +13,6 @@ Pod::Spec.new do |s| s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}', s.ios.deployment_target = '15.0' s.dependency 'Capacitor' - s.dependency 'IONCameraLib', spec='~> 1.0.3' + s.dependency 'IONCameraLib', spec='~> 1.0.4' s.swift_version = '5.1' end diff --git a/Package.swift b/Package.swift index 55c4a19..e59ef72 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0"), - .package(url: "https://github.com/ionic-team/ion-ios-camera.git", from: "1.0.3") + .package(url: "https://github.com/ionic-team/ion-ios-camera.git", from: "1.0.4") ], targets: [ .target(