Skip to content

Commit

Permalink
Update Buy SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur committed Feb 29, 2024
1 parent 1ba8807 commit 96b267f
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
repositoryURL = "https://github.com/Shopify/mobile-buy-sdk-ios";
requirement = {
kind = exactVersion;
version = 11.1.0;
version = 11.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Shopify/mobile-buy-sdk-ios",
"state" : {
"revision" : "e6e85dcf8f9eb95baaa8336ad3d7967ea8c36ade",
"version" : "11.1.0"
"revision" : "3a6ecdce6b9e8f356078fbdc2b738ac32cd18153",
"version" : "11.3.0"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
{
"pins" : [
{
"identity" : "mobile-buy-sdk-ios",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Shopify/mobile-buy-sdk-ios",
"state" : {
"revision" : "e6e85dcf8f9eb95baaa8336ad3d7967ea8c36ade",
"version" : "11.3.0"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
"state" : {
"revision" : "b1090ecd269dddd96bda0df24ca3f1aa78f33578",
"version" : "0.52.4"
"revision" : "ea6d3ca895b49910f790e98e4b4ca658e0fe490e",
"version" : "0.54.0"
}
}
],
Expand Down
19 changes: 13 additions & 6 deletions Samples/SwiftUIExample/SwiftUIExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
6A8A1E582B909C0B00427FC8 /* Buy in Frameworks */ = {isa = PBXBuildFile; productRef = 6A8A1E572B909C0B00427FC8 /* Buy */; };
6A71777C2B90DEB000ED3B99 /* ShopifyCheckoutSheetKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6A71777B2B90DEB000ED3B99 /* ShopifyCheckoutSheetKit */; };
6A71777E2B90DECF00ED3B99 /* Buy in Frameworks */ = {isa = PBXBuildFile; productRef = 6A71777D2B90DECF00ED3B99 /* Buy */; };
6AC6C3902B9089B60007EA2E /* ProductViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6AC6C38F2B9089B60007EA2E /* ProductViewModel.swift */; };
6ACED4192B909C5C00AC6947 /* ShopifyCheckoutSheetKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6ACED4182B909C5C00AC6947 /* ShopifyCheckoutSheetKit */; };
6ACED41B2B90A7FE00AC6947 /* CartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ACED41A2B90A7FE00AC6947 /* CartView.swift */; };
Expand Down Expand Up @@ -55,8 +56,9 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6A71777E2B90DECF00ED3B99 /* Buy in Frameworks */,
6A71777C2B90DEB000ED3B99 /* ShopifyCheckoutSheetKit in Frameworks */,
6ACED4192B909C5C00AC6947 /* ShopifyCheckoutSheetKit in Frameworks */,
6A8A1E582B909C0B00427FC8 /* Buy in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -145,8 +147,9 @@
);
name = SwiftUIExample;
packageProductDependencies = (
6A8A1E572B909C0B00427FC8 /* Buy */,
6ACED4182B909C5C00AC6947 /* ShopifyCheckoutSheetKit */,
6A71777B2B90DEB000ED3B99 /* ShopifyCheckoutSheetKit */,
6A71777D2B90DECF00ED3B99 /* Buy */,
);
productName = SwiftUIExample;
productReference = 86C569BF2B15DA2B00F26028 /* SwiftUIExample.app */;
Expand Down Expand Up @@ -463,7 +466,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUIExample/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = A7XGC83MZE;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -494,7 +497,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"SwiftUIExample/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = A7XGC83MZE;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -653,7 +656,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6A8A1E572B909C0B00427FC8 /* Buy */ = {
6A71777B2B90DEB000ED3B99 /* ShopifyCheckoutSheetKit */ = {
isa = XCSwiftPackageProductDependency;
productName = ShopifyCheckoutSheetKit;
};
6A71777D2B90DECF00ED3B99 /* Buy */ = {
isa = XCSwiftPackageProductDependency;
package = 6A4C495D2B9090C4003C7D89 /* XCRemoteSwiftPackageReference "mobile-buy-sdk-ios" */;
productName = Buy;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,18 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Shopify/mobile-buy-sdk-ios",
"state" : {
"revision" : "3a6ecdce6b9e8f356078fbdc2b738ac32cd18153",
"revision" : "e6e85dcf8f9eb95baaa8336ad3d7967ea8c36ade",
"version" : "11.3.0"
}
},
{
"identity" : "swiftlintplugin",
"kind" : "remoteSourceControl",
"location" : "https://github.com/lukepistrol/SwiftLintPlugin",
"state" : {
"revision" : "ea6d3ca895b49910f790e98e4b4ca658e0fe490e",
"version" : "0.54.0"
}
}
],
"version" : 2
Expand Down

This file was deleted.

0 comments on commit 96b267f

Please sign in to comment.