Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ jobs:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Select Xcode 26.2
run: |
sudo xcode-select -s /Applications/Xcode_26.2.app/Contents/Developer
xcrun xcodebuild -version

- name: Display Current Xcode Information
run: |
echo "Xcode Path: $(xcode-select -p)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Pod::Spec.new do |s|
s.source_files = "ios/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "ShopifyCheckoutSheetKit", "~> 3.8.0"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "~> 3.8.0"
s.dependency "ShopifyCheckoutSheetKit", "= 3.8.1"
s.dependency "ShopifyCheckoutSheetKit/AcceleratedCheckouts", "= 3.8.1"

if fabric_enabled
# Use React Native's helper if available, otherwise add dependencies directly
Expand Down
2 changes: 1 addition & 1 deletion modules/@shopify/checkout-sheet-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/checkout-sheet-kit",
"license": "MIT",
"version": "3.8.0",
"version": "3.8.1",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
18 changes: 9 additions & 9 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNShopifyCheckoutSheetKit (3.8.0):
- RNShopifyCheckoutSheetKit (3.8.1):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2605,8 +2605,8 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ShopifyCheckoutSheetKit (~> 3.8.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (~> 3.8.0)
- ShopifyCheckoutSheetKit (= 3.8.1)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (= 3.8.1)
- SocketRocket
- Yoga
- RNVectorIcons (10.3.0):
Expand Down Expand Up @@ -2638,11 +2638,11 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- ShopifyCheckoutSheetKit (3.8.0):
- ShopifyCheckoutSheetKit/Core (= 3.8.0)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.8.0):
- ShopifyCheckoutSheetKit (3.8.1):
- ShopifyCheckoutSheetKit/Core (= 3.8.1)
- ShopifyCheckoutSheetKit/AcceleratedCheckouts (3.8.1):
- ShopifyCheckoutSheetKit/Core
- ShopifyCheckoutSheetKit/Core (3.8.0)
- ShopifyCheckoutSheetKit/Core (3.8.1)
- SocketRocket (0.7.1)
- Yoga (0.0.0)

Expand Down Expand Up @@ -2996,9 +2996,9 @@ SPEC CHECKSUMS:
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 288616f9c66ff4b0911f3862ffcf4104482a2adc
RNScreens: 3fc29af06302e1f1c18a7829fe57cbc2c0259912
RNShopifyCheckoutSheetKit: 5587e0fc360607d832f7f10f8436883d1db4b5ef
RNShopifyCheckoutSheetKit: 55c669c863d50711ea32bc42d89bf92a8e2aad7f
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
ShopifyCheckoutSheetKit: 5253ca4da4c4f31069286509693930d02b4150d8
ShopifyCheckoutSheetKit: f3bddd39ab853667aaae0fa324eec301ff1c751a
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498

Expand Down
Loading