Skip to content

Commit

Permalink
Fixed bad CURL link (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
paynerc authored Jul 6, 2022
1 parent b4899a3 commit d47d83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SampleCoreApp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.0.0/MoonsenseSDK.xcframework-1.0.0.zip)
* [`MoonsenseCoreSDK.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.0.0/MoonsenseCoreSDK.xcframework-1.0.0.zip)
* [`MoonsenseCoreSDK-static.xcframework.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK-static.xcframework/versions/1.0.0/MoonsenseCoreSDK-static.xcframework-1.0.0.zip)
* [`MoonsenseCoreSDK.doccarchive.zip`](https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.doccarchive/versions/1.0.0/MoonsenseCoreSDK.doccarchive-1.0.0.zip)

Expand All @@ -21,7 +21,7 @@ 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 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 MoonsenseCoreSDK.xcframework.zip https://dl.moonsense.io/basic/sdk/raw/names/MoonsenseCoreSDK.xcframework/versions/1.0.0/MoonsenseCoreSDK.xcframework-1.0.0.zip
```

## Terms Of Service
Expand Down

0 comments on commit d47d83a

Please sign in to comment.