Skip to content

Commit

Permalink
Update for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsense-ci committed Feb 1, 2023
1 parent 6ad46f8 commit 877341f
Show file tree
Hide file tree
Showing 17 changed files with 69 additions and 69 deletions.
16 changes: 8 additions & 8 deletions Package.swift
Expand Up @@ -19,25 +19,25 @@ let package = Package(
targets: [
.binaryTarget(
name: "MoonsenseSDK",
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.4.0/MoonsenseSDK.xcframework-1.4.0.zip",
checksum: "f840f4b52a920403088e5007e162b57f0647edf0a468771018300ad321c0017e"
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.5.0/MoonsenseSDK.xcframework-1.5.0.zip",
checksum: "108fe821c1ef3820b8432f0a2da740aa261824f9ff9237cc0d23089f44d20b2a"
),
.binaryTarget(
name: "MoonsenseSDK-static",
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.4.0/MoonsenseSDK-static.xcframework-1.4.0.zip",
checksum: "6dea042fe33b484b53a1320fc9138275f017044d0752443f104b311d3f30f471"
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.5.0/MoonsenseSDK-static.xcframework-1.5.0.zip",
checksum: "bb5f55e02174c853a36c302dfc5b1ffeacc719eeb57fbd8d4ddd9e89a2adacd5"
)
]
)

if ProcessInfo.processInfo.environment["MOONSENSE_INCLUDE_CORE_PACKAGES"] != nil {
package.products.append(Product.library(name: "MoonsenseCoreSDK", targets: ["MoonsenseCoreSDK"]))
package.targets.append(Target.binaryTarget(name: "MoonsenseCoreSDK",
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.4.0/MoonsenseCoreSDK.xcframework-1.4.0.zip",
checksum: "b597bcd413314d8d4788e53db710e282a3c50ea345353c22e2ef83225ed301e2"))
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.5.0/MoonsenseCoreSDK.xcframework-1.5.0.zip",
checksum: "37a753b9a8488ab08d1bcfb80a6d06555a357be539012a631dd7fc27ad832f09"))

package.products.append(Product.library(name: "MoonsenseCoreSDK-static", targets: ["MoonsenseCoreSDK-static"]))
package.targets.append(Target.binaryTarget(name: "MoonsenseCoreSDK-static",
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.4.0/MoonsenseCoreSDK-static.xcframework-1.4.0.zip",
checksum: "7bdca40a13206777c0a677c4f6a93342e8597fe9ef802b09b141c04c8c9fc7d0"))
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.5.0/MoonsenseCoreSDK-static.xcframework-1.5.0.zip",
checksum: "d9a437164c65d31a3af6ebc0147e161a9de7bee4c84b4bb93ac966011188f544"))
}
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -23,11 +23,11 @@ The `MoonsenseSDK-static.xcframework` contains the statically linked variant of

## Version History

The latest release of the SDK is `1.4.0`. Details about the current and past releases can be found [here](https://github.com/moonsense/moonsense-ios-sdk/releases/).
The latest release of the SDK is `1.5.0`. Details about the current and past releases can be found [here](https://github.com/moonsense/moonsense-ios-sdk/releases/).

## Prerequisites

- Xcode 13.0+
- Xcode 14.0+
- Swift projects must use Swift 5.0 or greater
- Deployment target of iOS 11.0 or greater

Expand Down Expand Up @@ -57,16 +57,16 @@ Cocoapods distribution is not currently available but will be supported in an up

The `MoonsenseSDK.xcframework.zip`, `MoonsenseSDK-static.xcframework.zip` and `MoonsenseSDK.doccarchive.zip` artifacts can also be manually integrated into your project. You can download the latest versions from the following links:

* [`MoonsenseSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.4.0/MoonsenseSDK.xcframework-1.4.0.zip)
* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.4.0/MoonsenseSDK-static.xcframework-1.4.0.zip)
* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.4.0/MoonsenseSDK.doccarchive-1.4.0.zip)
* [`MoonsenseSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.5.0/MoonsenseSDK.xcframework-1.5.0.zip)
* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.5.0/MoonsenseSDK-static.xcframework-1.5.0.zip)
* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.5.0/MoonsenseSDK.doccarchive-1.5.0.zip)

Once downloaded, unzip the files and drop the expanded files into your project.

*Note:* The downloads require the authorization token as outlined above. For best results download the artifacts using `curl` with the `-n` option. For example:

```
curl -n -o MoonsenseSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.4.0/MoonsenseSDK.xcframework-1.4.0.zip
curl -n -o MoonsenseSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.5.0/MoonsenseSDK.xcframework-1.5.0.zip
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/README.md
Expand Up @@ -4,7 +4,7 @@ The `SampleApp` project demonstrates the use of the Moonsense iOS SDK within a s

## Prerequisites

- Xcode 13.0+
- Xcode 14.0+
- Swift projects must use Swift 5.0 or greater
- Deployment target of iOS 11.0 or greater

Expand Down
32 changes: 16 additions & 16 deletions SampleApp/SampleApp.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
09FFB1D1293C7EDDB6922A12 /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = B81CA7228C2547E2727998B6 /* MoonsenseSDK-static */; };
245DB36F26FA545B003A5B73 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E0513126CED02800D243E0 /* ViewController.swift */; };
245DB37026FA545B003A5B73 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E0512D26CED02800D243E0 /* AppDelegate.swift */; };
245DB37126FA545B003A5B73 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24E0512F26CED02800D243E0 /* SceneDelegate.swift */; };
Expand All @@ -19,8 +20,7 @@
24E0513526CED02800D243E0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513326CED02800D243E0 /* Main.storyboard */; };
24E0513726CED02A00D243E0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513626CED02A00D243E0 /* Assets.xcassets */; };
24E0513A26CED02A00D243E0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513826CED02A00D243E0 /* LaunchScreen.storyboard */; };
3E865A5973D0FD4480C04350 /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 4A7F94D6736C70E174DEC4EF /* MoonsenseSDK-static */; };
575F870A7229461AB6E77724 /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = ABAACAAB1A8E232166CB6D17 /* MoonsenseSDK */; };
F349982D9A5E85E5E17E50A7 /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 47B71C1A9000FD698F2F6265 /* MoonsenseSDK */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -54,15 +54,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3E865A5973D0FD4480C04350 /* MoonsenseSDK-static in Frameworks */,
09FFB1D1293C7EDDB6922A12 /* MoonsenseSDK-static in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
24E0512726CED02800D243E0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
575F870A7229461AB6E77724 /* MoonsenseSDK in Frameworks */,
F349982D9A5E85E5E17E50A7 /* MoonsenseSDK in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -118,7 +118,7 @@
);
name = "SampleApp-Static";
packageProductDependencies = (
4A7F94D6736C70E174DEC4EF /* MoonsenseSDK-static */,
B81CA7228C2547E2727998B6 /* MoonsenseSDK-static */,
);
productName = SampleApp;
productReference = 245DB37D26FA545B003A5B73 /* SampleApp-Static.app */;
Expand All @@ -139,7 +139,7 @@
);
name = SampleApp;
packageProductDependencies = (
ABAACAAB1A8E232166CB6D17 /* MoonsenseSDK */,
47B71C1A9000FD698F2F6265 /* MoonsenseSDK */,
);
productName = SampleApp;
productReference = 24E0512A26CED02800D243E0 /* SampleApp.app */;
Expand All @@ -153,7 +153,7 @@
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1300;
LastUpgradeCheck = 1400;
LastUpgradeCheck = 1420;
ORGANIZATIONNAME = "Moonsense, Inc.";
TargetAttributes = {
24E0512926CED02800D243E0 = {
Expand All @@ -171,7 +171,7 @@
);
mainGroup = 24E0512126CED02800D243E0;
packageReferences = (
314DED63BCC1CADCFF6BCEEA /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
FDFC7BCE0A09F73D3BF4C738 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
);
productRefGroup = 24E0512B26CED02800D243E0 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -510,26 +510,26 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
314DED63BCC1CADCFF6BCEEA /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
FDFC7BCE0A09F73D3BF4C738 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.4.0;
minimumVersion = 1.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
4A7F94D6736C70E174DEC4EF /* MoonsenseSDK-static */ = {
47B71C1A9000FD698F2F6265 /* MoonsenseSDK */ = {
isa = XCSwiftPackageProductDependency;
package = 314DED63BCC1CADCFF6BCEEA /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseSDK-static";
package = FDFC7BCE0A09F73D3BF4C738 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseSDK;
};
ABAACAAB1A8E232166CB6D17 /* MoonsenseSDK */ = {
B81CA7228C2547E2727998B6 /* MoonsenseSDK-static */ = {
isa = XCSwiftPackageProductDependency;
package = 314DED63BCC1CADCFF6BCEEA /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseSDK;
package = FDFC7BCE0A09F73D3BF4C738 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseSDK-static";
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
10 changes: 5 additions & 5 deletions SampleCoreApp/README.md
Expand Up @@ -4,7 +4,7 @@ The `SampleCoreApp` project demonstrates the use of the Moonsense iOS Core SDK w

## Prerequisites

- Xcode 13.0+
- Xcode 14.0+
- Swift projects must use Swift 5.0 or greater
- Deployment target of iOS 11.0 or greater

Expand All @@ -30,16 +30,16 @@ The Moonsense iOS Core SDK is available as a Swift Package provided that your `R

The `MoonsenseCoreSDK.xcframework.zip`, `MoonsenseCoreSDK-static.xcframework.zip` and `MoonsenseCoreSDK.doccarchive.zip` artifacts can also be manually integrated into your project. You can download the latest versions from the following links:

* [`MoonsenseCoreSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.4.0/MoonsenseCoreSDK.xcframework-1.4.0.zip)
* [`MoonsenseCoreSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.4.0/MoonsenseCoreSDK-static.xcframework-1.4.0.zip)
* [`MoonsenseCoreSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.doccarchive/versions/1.4.0/MoonsenseCoreSDK.doccarchive-1.4.0.zip)
* [`MoonsenseCoreSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.5.0/MoonsenseCoreSDK.xcframework-1.5.0.zip)
* [`MoonsenseCoreSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.5.0/MoonsenseCoreSDK-static.xcframework-1.5.0.zip)
* [`MoonsenseCoreSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.doccarchive/versions/1.5.0/MoonsenseCoreSDK.doccarchive-1.5.0.zip)

Once downloaded, unzip the files and drop the expanded files into your project.

*Note:* The downloads require the authorization token as outlined in the main [`README.md`](../README.md/#configuring-netrc-for-authorizing-downloads). For best results download the artifacts using `curl` with the `-n` option. For example:

```
curl -n -o MoonsenseCoreSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.4.0/MoonsenseCoreSDK.xcframework-1.4.0.zip
curl -n -o MoonsenseCoreSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.5.0/MoonsenseCoreSDK.xcframework-1.5.0.zip
```

## Terms Of Service
Expand Down
26 changes: 13 additions & 13 deletions SampleCoreApp/SampleCoreApp.xcodeproj/project.pbxproj
Expand Up @@ -33,8 +33,8 @@
24E0513526CED02800D243E0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513326CED02800D243E0 /* Main.storyboard */; };
24E0513726CED02A00D243E0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513626CED02A00D243E0 /* Assets.xcassets */; };
24E0513A26CED02A00D243E0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 24E0513826CED02A00D243E0 /* LaunchScreen.storyboard */; };
35E72FEF896558767AB8F588 /* MoonsenseCoreSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 4EEC42986E49A912639F6029 /* MoonsenseCoreSDK */; };
D204D5132E65255F986A5594 /* MoonsenseCoreSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 69C3B2009AB52B8641BEF270 /* MoonsenseCoreSDK-static */; };
2B759EFB71E8892C6C553017 /* MoonsenseCoreSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 8B7DA805CEEF062A7AA48D90 /* MoonsenseCoreSDK */; };
D2AFDCF3370FE07F361363C1 /* MoonsenseCoreSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 9AD174BC406983A23916B647 /* MoonsenseCoreSDK-static */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -77,7 +77,7 @@
files = (
241EF61D27DBA4CF00CE8DFF /* CoreServices.framework in Frameworks */,
241EF61727DBA35B00CE8DFF /* GCDWebServers in Frameworks */,
D204D5132E65255F986A5594 /* MoonsenseCoreSDK-static in Frameworks */,
D2AFDCF3370FE07F361363C1 /* MoonsenseCoreSDK-static in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -87,7 +87,7 @@
files = (
241EF61C27DBA4C500CE8DFF /* CoreServices.framework in Frameworks */,
241EF60C27DB9F1700CE8DFF /* GCDWebServers in Frameworks */,
35E72FEF896558767AB8F588 /* MoonsenseCoreSDK in Frameworks */,
2B759EFB71E8892C6C553017 /* MoonsenseCoreSDK in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -191,7 +191,7 @@
name = "SampleCoreApp-Static";
packageProductDependencies = (
241EF61627DBA35B00CE8DFF /* GCDWebServers */,
69C3B2009AB52B8641BEF270 /* MoonsenseCoreSDK-static */,
9AD174BC406983A23916B647 /* MoonsenseCoreSDK-static */,
);
productName = SampleCoreApp;
productReference = 245DB37D26FA545B003A5B73 /* SampleCoreApp-Static.app */;
Expand All @@ -213,7 +213,7 @@
name = SampleCoreApp;
packageProductDependencies = (
241EF60B27DB9F1700CE8DFF /* GCDWebServers */,
4EEC42986E49A912639F6029 /* MoonsenseCoreSDK */,
8B7DA805CEEF062A7AA48D90 /* MoonsenseCoreSDK */,
);
productName = SampleCoreApp;
productReference = 24E0512A26CED02800D243E0 /* SampleCoreApp.app */;
Expand Down Expand Up @@ -246,7 +246,7 @@
mainGroup = 24E0512126CED02800D243E0;
packageReferences = (
241EF60A27DB9F1700CE8DFF /* XCRemoteSwiftPackageReference "GCDWebServer" */,
D348B56264443A0FD72424D3 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
270B129154D68B14AF88B2E8 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
);
productRefGroup = 24E0512B26CED02800D243E0 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -605,12 +605,12 @@
minimumVersion = 3.0.0;
};
};
D348B56264443A0FD72424D3 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
270B129154D68B14AF88B2E8 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.4.0;
minimumVersion = 1.5.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand All @@ -626,14 +626,14 @@
package = 241EF60A27DB9F1700CE8DFF /* XCRemoteSwiftPackageReference "GCDWebServer" */;
productName = GCDWebServers;
};
4EEC42986E49A912639F6029 /* MoonsenseCoreSDK */ = {
8B7DA805CEEF062A7AA48D90 /* MoonsenseCoreSDK */ = {
isa = XCSwiftPackageProductDependency;
package = D348B56264443A0FD72424D3 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
package = 270B129154D68B14AF88B2E8 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseCoreSDK;
};
69C3B2009AB52B8641BEF270 /* MoonsenseCoreSDK-static */ = {
9AD174BC406983A23916B647 /* MoonsenseCoreSDK-static */ = {
isa = XCSwiftPackageProductDependency;
package = D348B56264443A0FD72424D3 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
package = 270B129154D68B14AF88B2E8 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseCoreSDK-static";
};
/* End XCSwiftPackageProductDependency section */
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
6 changes: 3 additions & 3 deletions SampleCoreApp/SampleCoreApp/Acme/Client/AcmeSDK.swift
Expand Up @@ -14,7 +14,7 @@ import MoonsenseCoreSDK
///
/// In this case we associate a Moonsense Session with corresponding Acme Session.
///
/// This example also demonstrates the handling of the Bundle data received via the `MoonsenseCoreDelegate`.
/// This example also demonstrates the handling of the Bundle data received via the `MoonsenseDelegate`.
class AcmeSDK {
private enum Constants {
static let acmeServerHost = "localhost"
Expand Down Expand Up @@ -88,8 +88,8 @@ class AcmeSDK {
}()
}

extension AcmeSDK: MoonsenseCoreDelegate {
func sessionDidCreateBundle(_ session: Session, bundle: MoonsenseCoreSDK.Bundle) {
extension AcmeSDK: MoonsenseDelegate {
func sessionDidCreateBundle(_ session: Session, bundle: MoonsenseBundle) {
guard let acmeSession = sessionMap[session.localID] else {
return
}
Expand Down
2 changes: 1 addition & 1 deletion SamplePaymentApp/README.md
Expand Up @@ -4,7 +4,7 @@ The `SamplePaymentApp` demonstrates how a Third Party `.xcframework` which inclu

## Prerequisites

- Xcode 13.0+
- Xcode 14.0+
- Swift projects must use Swift 5.0 or greater
- Deployment target of iOS 11.0 or greater

Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1410"
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion SamplePaymentApp/SamplePaymentApp/UI/ViewController.swift
Expand Up @@ -93,7 +93,7 @@ class ViewController: UIViewController {
toastLabel.textAlignment = .center;
toastLabel.text = message
toastLabel.alpha = 1.0
toastLabel.clipsToBounds = true
toastLabel.clipsToBounds = true

self.view.addSubview(toastLabel)

Expand Down
2 changes: 1 addition & 1 deletion SamplePaymentSDK/README.md
Expand Up @@ -6,7 +6,7 @@ The `SamplePaymentSDK` provides an example Swipe to Buy experience which is reco

## Prerequisites

- Xcode 13.0+
- Xcode 14.0+
- Swift projects must use Swift 5.0 or greater
- Deployment target of iOS 11.0 or greater

Expand Down

0 comments on commit 877341f

Please sign in to comment.