diff --git a/Package.swift b/Package.swift index 1faccb5..b1b6840 100644 --- a/Package.swift +++ b/Package.swift @@ -18,13 +18,13 @@ let package = Package( targets: [ .binaryTarget( name: "MoonsenseSDK", - url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.0.0/MoonsenseSDK.xcframework-1.0.0.zip", - checksum: "32c9095f28ea48d6b91743d11798750aed13c87b17d685dca19b67b9e4fcb734" + url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.1.0/MoonsenseSDK.xcframework-1.1.0.zip", + checksum: "4f0d9a2d0e238bcde47ee04e3bdb38a59f74490636487e2deb8de13d95e82517" ), .binaryTarget( name: "MoonsenseSDK-static", - url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.0.0/MoonsenseSDK-static.xcframework-1.0.0.zip", - checksum: "a6ac835c57d9f05d73278974522e39b67904161d3781d54b973a63dd5f8715cc" + url: "https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.1.0/MoonsenseSDK-static.xcframework-1.1.0.zip", + checksum: "799063b699b4574225edd7773331fab42d57f4b7fbce1684035d23a6c00a380f" ) ] ) diff --git a/README.md b/README.md index 59e24f3..93c09ab 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The `MoonsenseSDK-static.xcframework` contains the statically linked variant of ## Version History -The latest release of the SDK is `1.0.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.1.0`. Details about the current and past releases can be found [here](https://github.com/moonsense/moonsense-ios-sdk/releases/). ## Prerequisites @@ -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.0.0/MoonsenseSDK.xcframework-1.0.0.zip) -* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.0.0/MoonsenseSDK-static.xcframework-1.0.0.zip) -* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.0.0/MoonsenseSDK.doccarchive-1.0.0.zip) +* [`MoonsenseSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.1.0/MoonsenseSDK.xcframework-1.1.0.zip) +* [`MoonsenseSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK-static.xcframework/versions/1.1.0/MoonsenseSDK-static.xcframework-1.1.0.zip) +* [`MoonsenseSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.doccarchive/versions/1.1.0/MoonsenseSDK.doccarchive-1.1.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.0.0/MoonsenseSDK.xcframework-1.0.0.zip +curl -n -o MoonsenseSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseSDK.xcframework/versions/1.1.0/MoonsenseSDK.xcframework-1.1.0.zip ``` ## Usage diff --git a/SampleApp/SampleApp.xcodeproj/project.pbxproj b/SampleApp/SampleApp.xcodeproj/project.pbxproj index 1c04644..cb4719c 100644 --- a/SampleApp/SampleApp.xcodeproj/project.pbxproj +++ b/SampleApp/SampleApp.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 0CBD74834B4FB8294DA032FB /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 7A11416ACA9B47A5A97AB2B6 /* MoonsenseSDK */; }; 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 */; }; @@ -20,7 +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 */; }; - 82CEBD6E814A57B438702658 /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = 42E8C67AA5C903233C979B59 /* MoonsenseSDK-static */; }; + 2F186C85AC62C2B4262ABF0A /* MoonsenseSDK-static in Frameworks */ = {isa = PBXBuildFile; productRef = D5B4088A210A77BACC9FCA74 /* MoonsenseSDK-static */; }; + 340F019D7386C608617C6BC2 /* MoonsenseSDK in Frameworks */ = {isa = PBXBuildFile; productRef = 1687ABB6D7F235DF1FA531BD /* MoonsenseSDK */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -54,7 +54,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 82CEBD6E814A57B438702658 /* MoonsenseSDK-static in Frameworks */, + 2F186C85AC62C2B4262ABF0A /* MoonsenseSDK-static in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -62,7 +62,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 0CBD74834B4FB8294DA032FB /* MoonsenseSDK in Frameworks */, + 340F019D7386C608617C6BC2 /* MoonsenseSDK in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -118,7 +118,7 @@ ); name = "SampleApp-Static"; packageProductDependencies = ( - 42E8C67AA5C903233C979B59 /* MoonsenseSDK-static */, + D5B4088A210A77BACC9FCA74 /* MoonsenseSDK-static */, ); productName = SampleApp; productReference = 245DB37D26FA545B003A5B73 /* SampleApp-Static.app */; @@ -139,7 +139,7 @@ ); name = SampleApp; packageProductDependencies = ( - 7A11416ACA9B47A5A97AB2B6 /* MoonsenseSDK */, + 1687ABB6D7F235DF1FA531BD /* MoonsenseSDK */, ); productName = SampleApp; productReference = 24E0512A26CED02800D243E0 /* SampleApp.app */; @@ -171,7 +171,7 @@ ); mainGroup = 24E0512126CED02800D243E0; packageReferences = ( - C3EB40C02779942A62193D08 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */, + FB80EB9DAA74AA52A66184C0 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */, ); productRefGroup = 24E0512B26CED02800D243E0 /* Products */; projectDirPath = ""; @@ -510,26 +510,26 @@ /* End XCConfigurationList section */ /* Begin XCRemoteSwiftPackageReference section */ - C3EB40C02779942A62193D08 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = { + FB80EB9DAA74AA52A66184C0 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */ = { isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/moonsense/moonsense-ios-sdk"; requirement = { kind = upToNextMinorVersion; - minimumVersion = 1.0.0; + minimumVersion = 1.1.0; }; }; /* End XCRemoteSwiftPackageReference section */ /* Begin XCSwiftPackageProductDependency section */ - 42E8C67AA5C903233C979B59 /* MoonsenseSDK-static */ = { + 1687ABB6D7F235DF1FA531BD /* MoonsenseSDK */ = { isa = XCSwiftPackageProductDependency; - package = C3EB40C02779942A62193D08 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */; - productName = "MoonsenseSDK-static"; + package = FB80EB9DAA74AA52A66184C0 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */; + productName = MoonsenseSDK; }; - 7A11416ACA9B47A5A97AB2B6 /* MoonsenseSDK */ = { + D5B4088A210A77BACC9FCA74 /* MoonsenseSDK-static */ = { isa = XCSwiftPackageProductDependency; - package = C3EB40C02779942A62193D08 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */; - productName = MoonsenseSDK; + package = FB80EB9DAA74AA52A66184C0 /* XCRemoteSwiftPackageReference "moonsense-ios-sdk" */; + productName = "MoonsenseSDK-static"; }; /* End XCSwiftPackageProductDependency section */ }; diff --git a/SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SampleApp-Static.xcscheme b/SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SampleApp-Static.xcscheme index 3d6e696..97bbf1a 100644 --- a/SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SampleApp-Static.xcscheme +++ b/SampleApp/SampleApp.xcodeproj/xcshareddata/xcschemes/SampleApp-Static.xcscheme @@ -1,6 +1,6 @@