Skip to content

Commit

Permalink
Update for 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moonsense-ci committed Oct 31, 2022
1 parent 5092ae2 commit 34fbd0a
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
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.2.1/MoonsenseSDK.xcframework-1.2.1.zip",
checksum: "2d76f92420694aea7b487fcc4d008e15a4f68471e611672fde7bbaf3a7705d3e"
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.2.2/MoonsenseSDK.xcframework-1.2.2.zip",
checksum: "05381b0da248e69f03157e02d24e1b17a3dbfbabe629a54f0c9a13c3d49662bc"
),
.binaryTarget(
name: "MoonsenseSDK-static",
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.2.1/MoonsenseSDK-static.xcframework-1.2.1.zip",
checksum: "f7f3373ee3c14202695425c6a6614e6548498761b4d14e14d9906c1089a6bb45"
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.2.2/MoonsenseSDK-static.xcframework-1.2.2.zip",
checksum: "5093bfe17d8525c83afea5ca034c6483e799b4bbf6aacdbe43d21b7440e9968e"
)
]
)

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.2.1/MoonsenseCoreSDK.xcframework-1.2.1.zip",
checksum: "ac4437a2359b0af3a735ad64b760f7346d3136256d818805c8ff50a2023fce70"))
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.2.2/MoonsenseCoreSDK.xcframework-1.2.2.zip",
checksum: "2d668a908902b18fc0ae70383357bd0ddd1821cc57bb66ee9d4448c0db39fe5c"))

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.2.1/MoonsenseCoreSDK-static.xcframework-1.2.1.zip",
checksum: "a25f60e1a23e87c647f67e0be18107604e6194cc4bcc44612923b33160ecd870"))
url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.2.2/MoonsenseCoreSDK-static.xcframework-1.2.2.zip",
checksum: "3e216e2537c09cc5ed928731235bff288ffe03a5b48df52a962519a02b06a178"))
}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `MoonsenseSDK-static.xcframework` contains the statically linked variant of

## Version History

The latest release of the SDK is `1.2.1`. 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.2.2`. Details about the current and past releases can be found [here](https://github.com/moonsense/moonsense-ios-sdk/releases/).

## Prerequisites

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.2.1/MoonsenseSDK.xcframework-1.2.1.zip)
* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.2.1/MoonsenseSDK-static.xcframework-1.2.1.zip)
* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.2.1/MoonsenseSDK.doccarchive-1.2.1.zip)
* [`MoonsenseSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.2.2/MoonsenseSDK.xcframework-1.2.2.zip)
* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.2.2/MoonsenseSDK-static.xcframework-1.2.2.zip)
* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.2.2/MoonsenseSDK.doccarchive-1.2.2.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.2.1/MoonsenseSDK.xcframework-1.2.1.zip
curl -n -o MoonsenseSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.2.2/MoonsenseSDK.xcframework-1.2.2.zip
```

## Usage
Expand Down
30 changes: 15 additions & 15 deletions SampleApp/SampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,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 */; };
3E8A11BC79DDA605097804F6 /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 64BD9FC23B17C7540BD7D8D6 /* MoonsenseSDK-static */; };
F8D4D9A596DBC9B75A670BC8 /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 93F97F2C4C40280546424732 /* MoonsenseSDK */; };
89401354C6E627BFAC89609C /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 17B8740D3DF58B06F66326A6 /* MoonsenseSDK */; };
CCC8D554E6B0ED640022532A /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 42465124D041DC9E2476A2C5 /* MoonsenseSDK-static */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -54,15 +54,15 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3E8A11BC79DDA605097804F6 /* MoonsenseSDK-static in Frameworks */,
CCC8D554E6B0ED640022532A /* MoonsenseSDK-static in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
24E0512726CED02800D243E0 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F8D4D9A596DBC9B75A670BC8 /* MoonsenseSDK in Frameworks */,
89401354C6E627BFAC89609C /* MoonsenseSDK in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -118,7 +118,7 @@
);
name = "SampleApp-Static";
packageProductDependencies = (
64BD9FC23B17C7540BD7D8D6 /* MoonsenseSDK-static */,
42465124D041DC9E2476A2C5 /* MoonsenseSDK-static */,
);
productName = SampleApp;
productReference = 245DB37D26FA545B003A5B73 /* SampleApp-Static.app */;
Expand All @@ -139,7 +139,7 @@
);
name = SampleApp;
packageProductDependencies = (
93F97F2C4C40280546424732 /* MoonsenseSDK */,
17B8740D3DF58B06F66326A6 /* MoonsenseSDK */,
);
productName = SampleApp;
productReference = 24E0512A26CED02800D243E0 /* SampleApp.app */;
Expand Down Expand Up @@ -171,7 +171,7 @@
);
mainGroup = 24E0512126CED02800D243E0;
packageReferences = (
2F67E91CA7EBD8136E278959 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
EFA4CD38CEB881A4245FBFA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
);
productRefGroup = 24E0512B26CED02800D243E0 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -510,26 +510,26 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
2F67E91CA7EBD8136E278959 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
EFA4CD38CEB881A4245FBFA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.2.1;
minimumVersion = 1.2.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
64BD9FC23B17C7540BD7D8D6 /* MoonsenseSDK-static */ = {
17B8740D3DF58B06F66326A6 /* MoonsenseSDK */ = {
isa = XCSwiftPackageProductDependency;
package = 2F67E91CA7EBD8136E278959 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseSDK-static";
package = EFA4CD38CEB881A4245FBFA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseSDK;
};
93F97F2C4C40280546424732 /* MoonsenseSDK */ = {
42465124D041DC9E2476A2C5 /* MoonsenseSDK-static */ = {
isa = XCSwiftPackageProductDependency;
package = 2F67E91CA7EBD8136E278959 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseSDK;
package = EFA4CD38CEB881A4245FBFA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseSDK-static";
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
8 changes: 4 additions & 4 deletions SampleCoreApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ The `SampleCoreApp` project demonstrates the use of the Moonsense iOS Core SDK w

At this time, the `MoonsenseCoreSDK.xcframework.zip`, `MoonsenseCoreSDK-static.xcframework.zip` and `MoonsenseCoreSDK.doccarchive.zip` artifacts must 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.2.1/MoonsenseCoreSDK.xcframework-1.2.1.zip)
* [`MoonsenseCoreSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.2.1/MoonsenseCoreSDK-static.xcframework-1.2.1.zip)
* [`MoonsenseCoreSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.doccarchive/versions/1.2.1/MoonsenseCoreSDK.doccarchive-1.2.1.zip)
* [`MoonsenseCoreSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.2.2/MoonsenseCoreSDK.xcframework-1.2.2.zip)
* [`MoonsenseCoreSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.2.2/MoonsenseCoreSDK-static.xcframework-1.2.2.zip)
* [`MoonsenseCoreSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.doccarchive/versions/1.2.2/MoonsenseCoreSDK.doccarchive-1.2.2.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.2.1/MoonsenseCoreSDK.xcframework-1.2.1.zip
curl -n -o MoonsenseCoreSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.2.2/MoonsenseCoreSDK.xcframework-1.2.2.zip
```

## Terms Of Service
Expand Down
30 changes: 15 additions & 15 deletions SampleCoreApp/SampleCoreApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
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 */; };
7073AB3136E994EBBCFD51E6 /* MoonsenseCoreSDK in Frameworks */ = {isa = PBXBuildFile; productRef = B77973A4F3BD9E76125CC6DF /* MoonsenseCoreSDK */; };
BC02E9E1A068BA036AE99575 /* MoonsenseCoreSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = E91903E743F90B34DB5B92BD /* MoonsenseCoreSDK-static */; };
46CF11E0FF8814A20B5455E5 /* MoonsenseCoreSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 62FF8043EF6F95A79A3B6E26 /* MoonsenseCoreSDK-static */; };
C134CFF7F46D420B7DB31ED6 /* MoonsenseCoreSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 7C948CF97482F366F4A6D9F4 /* MoonsenseCoreSDK */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -77,7 +77,7 @@
files = (
241EF61D27DBA4CF00CE8DFF /* CoreServices.framework in Frameworks */,
241EF61727DBA35B00CE8DFF /* GCDWebServers in Frameworks */,
BC02E9E1A068BA036AE99575 /* MoonsenseCoreSDK-static in Frameworks */,
46CF11E0FF8814A20B5455E5 /* MoonsenseCoreSDK-static in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -87,7 +87,7 @@
files = (
241EF61C27DBA4C500CE8DFF /* CoreServices.framework in Frameworks */,
241EF60C27DB9F1700CE8DFF /* GCDWebServers in Frameworks */,
7073AB3136E994EBBCFD51E6 /* MoonsenseCoreSDK in Frameworks */,
C134CFF7F46D420B7DB31ED6 /* MoonsenseCoreSDK in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -191,7 +191,7 @@
name = "SampleCoreApp-Static";
packageProductDependencies = (
241EF61627DBA35B00CE8DFF /* GCDWebServers */,
E91903E743F90B34DB5B92BD /* MoonsenseCoreSDK-static */,
62FF8043EF6F95A79A3B6E26 /* MoonsenseCoreSDK-static */,
);
productName = SampleCoreApp;
productReference = 245DB37D26FA545B003A5B73 /* SampleCoreApp-Static.app */;
Expand All @@ -213,7 +213,7 @@
name = SampleCoreApp;
packageProductDependencies = (
241EF60B27DB9F1700CE8DFF /* GCDWebServers */,
B77973A4F3BD9E76125CC6DF /* MoonsenseCoreSDK */,
7C948CF97482F366F4A6D9F4 /* MoonsenseCoreSDK */,
);
productName = SampleCoreApp;
productReference = 24E0512A26CED02800D243E0 /* SampleCoreApp.app */;
Expand Down Expand Up @@ -246,7 +246,7 @@
mainGroup = 24E0512126CED02800D243E0;
packageReferences = (
241EF60A27DB9F1700CE8DFF /* XCRemoteSwiftPackageReference "GCDWebServer" */,
CEA44B3296EED5CF30A90B7C /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
8DDF42A1327EF4BA7D913525 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
);
productRefGroup = 24E0512B26CED02800D243E0 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -605,12 +605,12 @@
minimumVersion = 3.0.0;
};
};
CEA44B3296EED5CF30A90B7C /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
8DDF42A1327EF4BA7D913525 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.2.1;
minimumVersion = 1.2.2;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand All @@ -626,15 +626,15 @@
package = 241EF60A27DB9F1700CE8DFF /* XCRemoteSwiftPackageReference "GCDWebServer" */;
productName = GCDWebServers;
};
B77973A4F3BD9E76125CC6DF /* MoonsenseCoreSDK */ = {
62FF8043EF6F95A79A3B6E26 /* MoonsenseCoreSDK-static */ = {
isa = XCSwiftPackageProductDependency;
package = CEA44B3296EED5CF30A90B7C /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseCoreSDK;
package = 8DDF42A1327EF4BA7D913525 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseCoreSDK-static";
};
E91903E743F90B34DB5B92BD /* MoonsenseCoreSDK-static */ = {
7C948CF97482F366F4A6D9F4 /* MoonsenseCoreSDK */ = {
isa = XCSwiftPackageProductDependency;
package = CEA44B3296EED5CF30A90B7C /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseCoreSDK-static";
package = 8DDF42A1327EF4BA7D913525 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = MoonsenseCoreSDK;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down
16 changes: 8 additions & 8 deletions SamplePaymentSDK/SamplePaymentSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
24AADF8D2739C57200474E5C /* CVVEntryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24AADF8B2739C57200474E5C /* CVVEntryView.swift */; };
24AADF8E2739C57200474E5C /* CVVEntryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 24AADF8C2739C57200474E5C /* CVVEntryView.xib */; };
24AADF9F273DC34200474E5C /* StringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24AADF9E273DC34200474E5C /* StringExtensions.swift */; };
DF05F17C8CB80D6D14FEAB37 /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = B019FA9BF9A712859675EF4B /* MoonsenseSDK-static */; };
59E5C2EF077F5BA68D89DD2F /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = B3744355BAE545CBAD3DCF15 /* MoonsenseSDK-static */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -59,7 +59,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DF05F17C8CB80D6D14FEAB37 /* MoonsenseSDK-static in Frameworks */,
59E5C2EF077F5BA68D89DD2F /* MoonsenseSDK-static in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -202,7 +202,7 @@
);
name = SamplePaymentSDK;
packageProductDependencies = (
B019FA9BF9A712859675EF4B /* MoonsenseSDK-static */,
B3744355BAE545CBAD3DCF15 /* MoonsenseSDK-static */,
);
productName = SamplePaymentSDK;
productReference = 24889C8427171ECE00F70CCF /* SamplePaymentSDK.framework */;
Expand Down Expand Up @@ -233,7 +233,7 @@
);
mainGroup = 24889C7A27171ECE00F70CCF;
packageReferences = (
D9D6C1389125F70D5383CCA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
212894D88B2872678A8FB709 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */,
);
productRefGroup = 24889C8527171ECE00F70CCF /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -490,20 +490,20 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
D9D6C1389125F70D5383CCA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
212894D88B2872678A8FB709 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.2.1;
minimumVersion = 1.2.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
B019FA9BF9A712859675EF4B /* MoonsenseSDK-static */ = {
B3744355BAE545CBAD3DCF15 /* MoonsenseSDK-static */ = {
isa = XCSwiftPackageProductDependency;
package = D9D6C1389125F70D5383CCA2 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
package = 212894D88B2872678A8FB709 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */;
productName = "MoonsenseSDK-static";
};
/* End XCSwiftPackageProductDependency section */
Expand Down

0 comments on commit 34fbd0a

Please sign in to comment.