In this directory you will find sample projects which implement the ShopifyCheckoutSheetKit
library in various ways.
Each project directory contains a Storefront.xcconfig.example
file. Simply rename it to Storefront.xcconfig
and update the contained values to match your Shopify storefront.
This project demonstrates how to use the Mobile Buy SDK in conjunction with the ShopifyCheckoutSheetKit
library.
To get started you will first need to generate the an entitlements
file for the app. You can do so by running the following command from the root directory.
./Scripts/setup_entitlements
This project demonstrates how to use the ShopifyCheckoutSheetKit
library with a custom built Storefront GraphQL API client.