File tree Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Expand file tree Collapse file tree 3 files changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ target 'ReactNative' do
2828 :new_arch_enabled => true
2929 )
3030
31+ # Pod dependency should be inside the target block
32+ pod "RNShopifyCheckoutSheetKit" , :path => "../../modules/@shopify/checkout-sheet-kit"
33+
3134 target 'ReactNativeTests' do
3235 inherit! :complete
3336 end
@@ -41,19 +44,5 @@ target 'ReactNative' do
4144 :mac_catalyst_enabled => false ,
4245 :ccache_enabled => true
4346 )
44-
45- # WORKAROUND
46- # This fixes issues with the 'React-Core-AccessibilityResources' dependency when archiving the sample app in XCode:
47- installer . pods_project . targets . each do |target |
48- if target . name == "React-Core-AccessibilityResources"
49- target . remove_from_project
50- end
51-
52- if target . name == "React-Core-RCTI18nStrings"
53- target . remove_from_project
54- end
55- end
5647 end
5748end
58-
59- pod "RNShopifyCheckoutSheetKit" , :path => "../../modules/@shopify/checkout-sheet-kit"
Original file line number Diff line number Diff line change @@ -2888,6 +2888,6 @@ SPEC CHECKSUMS:
28882888 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
28892889 Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498
28902890
2891- PODFILE CHECKSUM: 42a4ad42b0177ca0f927363d8f2b6059c6dd77c7
2891+ PODFILE CHECKSUM: f2daae5c793dd9545ae6e55c038d9108806ba98c
28922892
28932893COCOAPODS: 1.15.2
Original file line number Diff line number Diff line change 55 <key >com.apple.developer.associated-domains</key >
66 <array >
77 <string >webcredentials:myshopify.com</string >
8- <string >applinks:myshopify.com</string >
8+ <string >applinks:myshopify.com</string >
99 </array >
1010 <key >com.apple.developer.in-app-payments</key >
11- <true />
11+ <array >
12+ <string >merchant.com.shopify.example.CheckoutKitReactNative.ApplePay</string >
13+ </array >
1214</dict >
1315</plist >
You can’t perform that action at this time.
0 commit comments