You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The **AWS SDK for Swift** is a pure Swift SDK for AWS services.
4
4
5
-
**WARNING: All interfaces are subject to change.**
5
+
**WARNING: Releases prior to 1.0.0 may contain bugs and no guarantee is made about API stability. They are not intended for use in production!**
6
6
7
7
## License
8
8
@@ -55,7 +55,7 @@ Testing generated services requires `ClientRuntime` of `smithy-swift` and `AWSCl
55
55
56
56
1. We have all of the AWS SDKs available in our alpha release listed under `/release` except AWS Locations (coming soon).
57
57
58
-
We will walk you through how you can use Cognitoidentity as dependency for example in the steps below. To use it, we will create a test project called TestSdk.
58
+
We will walk you through how you can use `CognitoIdentity` as dependency for example in the steps below. To use it, we will create a test project called TestSdk.
59
59
60
60
```bash
61
61
mkdir TestSdk
@@ -67,8 +67,8 @@ xed .
67
67
Once Xcode is open, open Package.swift. Update the file to mirror the following. Notice the three following changes:
68
68
69
69
* Platforms is set to `[.macOS(.v10_15), .iOS(.v13)]`,
70
-
* dependencies: - has a .package which references the Cognitoidentity package
71
-
* the first target “TestSDK” has a dependency listed as “Cognitoidentity”
70
+
* dependencies: - has a .package which references the `CognitoIdentity` package
71
+
* the first target “TestSDK” has a dependency listed as `CognitoIdentity`
72
72
73
73
```swift
74
74
// swift-tools-version:5.4
@@ -87,7 +87,7 @@ let package = Package(
87
87
// Targets can depend on other targets in this package, and on products in packages this package depends on.
0 commit comments