From fd2d1878a2a5d6547fd524f8ff649e94975c4bee Mon Sep 17 00:00:00 2001 From: Jakub Mroz Date: Thu, 20 Nov 2025 16:16:51 +0100 Subject: [PATCH 1/2] chore: update Gemfile.lock Signed-off-by: Jakub Mroz --- example/Gemfile.lock | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index d3116fb..6adf9b0 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,10 +1,7 @@ GEM remote: https://rubygems.org/ specs: - CFPropertyList (3.0.7) - base64 - nkf - rexml + CFPropertyList (3.0.9) activesupport (6.1.7.10) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) @@ -17,7 +14,6 @@ GEM httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) atomos (0.1.3) - base64 (0.3.0) benchmark (0.5.0) bigdecimal (3.3.1) claide (1.1.0) @@ -79,7 +75,6 @@ GEM nanaimo (0.3.0) nap (1.1.0) netrc (0.11.0) - nkf (0.2.0) public_suffix (4.0.7) rexml (3.4.4) ruby-macho (2.5.1) @@ -113,4 +108,4 @@ RUBY VERSION ruby 2.6.10p210 BUNDLED WITH - 1.17.2 + 2.4.22 From cfa41333e955beda0058384c2f3e75bdd3d58334 Mon Sep 17 00:00:00 2001 From: Jakub Mroz Date: Thu, 20 Nov 2025 16:56:33 +0100 Subject: [PATCH 2/2] chore: add Cactus pod to Podfile and update Podfile.lock Signed-off-by: Jakub Mroz --- example/ios/Podfile | 2 ++ example/ios/Podfile.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/example/ios/Podfile b/example/ios/Podfile index 5f7c378..05ccab4 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -19,6 +19,8 @@ end target 'CactusExample' do config = use_native_modules! + pod 'Cactus', :path => '../..' + use_react_native!( :path => config[:reactNativePath], # An absolute path to your application root. diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index eec3884..e43fa5a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2625,6 +2625,6 @@ SPEC CHECKSUMS: Yoga: fa23995c18b65978347b096d0836f4f5093df545 ZIPFoundation: dfd3d681c4053ff7e2f7350bc4e53b5dba3f5351 -PODFILE CHECKSUM: e920e5314af7e3deb524b3a80ec0380486972889 +PODFILE CHECKSUM: f6f976a05ca5f1414ab0b1c221a5818fa2acfa60 COCOAPODS: 1.15.2