Skip to content

Commit

Permalink
Upgrade to 0.15.4, set local dependency (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanj-tyro authored Jul 3, 2024
1 parent e44598f commit d5947aa
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let package = Package(
]
),
.binaryTarget(name: "TyroTapToPaySDK",
url: "https://tap-to-pay.connect.tyro.com/tyro/0.15.1/TyroTapToPaySDK.xcframework.zip",
checksum: "99aaf47c930e58595fbb1c2320c4c53922850972ae79cfbdf143827c09de0a97"),
url: "https://tap-to-pay.connect.tyro.com/tyro/0.15.4/TyroTapToPaySDK.xcframework.zip",
checksum: "839353122fdb54c62960d7de8156664ce47dc703df98a7dc6777da974882c309"),
.binaryTarget(name: "MobileConfiguration",
url: "https://tap-to-pay.connect.tyro.com/ss/1.0.10.0/SSMobileConfiguration.xcframework.zip",
checksum: "60e8d21797cf534875ba31416bb96744b470b69d37c72656e8b432273cffc124"),
Expand Down
18 changes: 18 additions & 0 deletions SampleApp/SampleApp/Tyro-Embedded-Sample-App-Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<false/>
<key>UISceneConfigurations</key>
<dict/>
</dict>
<key>UILaunchScreen</key>
<dict>
<key>UIImageRespectsSafeAreaInsets</key>
<true/>
</dict>
</dict>
</plist>
27 changes: 11 additions & 16 deletions SampleApp/Tyro Embedded Sample App.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
archiveVersion = 1;
classes = {
};
objectVersion = 56;
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
6395409C2C251191004D6C9A /* TyroTapToPaySDKPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 6395409B2C251191004D6C9A /* TyroTapToPaySDKPackage */; };
63042F4D2C34C79E0012F5D0 /* TyroTapToPaySDKPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 63042F4C2C34C79E0012F5D0 /* TyroTapToPaySDKPackage */; };
639540B02C25485E004D6C9A /* ContentViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6395409E2C25485E004D6C9A /* ContentViewModel.swift */; };
639540B12C25485E004D6C9A /* CloseButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 639540A02C25485E004D6C9A /* CloseButton.swift */; };
639540B22C25485E004D6C9A /* ResetButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 639540A12C25485E004D6C9A /* ResetButton.swift */; };
Expand Down Expand Up @@ -53,7 +53,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6395409C2C251191004D6C9A /* TyroTapToPaySDKPackage in Frameworks */,
63042F4D2C34C79E0012F5D0 /* TyroTapToPaySDKPackage in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -182,7 +182,7 @@
);
name = "Tyro Embedded Sample App";
packageProductDependencies = (
6395409B2C251191004D6C9A /* TyroTapToPaySDKPackage */,
63042F4C2C34C79E0012F5D0 /* TyroTapToPaySDKPackage */,
);
productName = SampleApp;
productReference = 63B6C01C2C2505FF001FCC3C /* Tyro Embedded Sample App.app */;
Expand Down Expand Up @@ -213,7 +213,7 @@
);
mainGroup = 63B6C0132C2505FF001FCC3C;
packageReferences = (
6395409A2C251191004D6C9A /* XCRemoteSwiftPackageReference "tyro-tap-to-pay-sdk-ios" */,
63042F4B2C34C79E0012F5D0 /* XCLocalSwiftPackageReference ".." */,
);
productRefGroup = 63B6C01D2C2505FF001FCC3C /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -486,21 +486,16 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
6395409A2C251191004D6C9A /* XCRemoteSwiftPackageReference "tyro-tap-to-pay-sdk-ios" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/tyro/tyro-tap-to-pay-sdk-ios";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.15.1;
};
/* Begin XCLocalSwiftPackageReference section */
63042F4B2C34C79E0012F5D0 /* XCLocalSwiftPackageReference ".." */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ..;
};
/* End XCRemoteSwiftPackageReference section */
/* End XCLocalSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6395409B2C251191004D6C9A /* TyroTapToPaySDKPackage */ = {
63042F4C2C34C79E0012F5D0 /* TyroTapToPaySDKPackage */ = {
isa = XCSwiftPackageProductDependency;
package = 6395409A2C251191004D6C9A /* XCRemoteSwiftPackageReference "tyro-tap-to-pay-sdk-ios" */;
productName = TyroTapToPaySDKPackage;
};
/* End XCSwiftPackageProductDependency section */
Expand Down

0 comments on commit d5947aa

Please sign in to comment.