Repository: aws-amplify/docs
AWS Amplify Framework Documentation
Description of changes:
These updates reflect the updated steps for adding Packages to an iOS project using Swift Package Manager (SPM) with Xcode 13.
This revision puts the first two primary steps for SPM in a reusable .mdx file and embeds that file into the relevant Getting Started pages for the supported categories.
Since this copy is being reused, initial statements like:
To install the Amplify Storage and Authentication to your application...
have been updated to:
To install Amplify Libraries to your application...
PS
If there is a way to pass variables to reusable .mdx files, that method should be used instead of the implementation of this PR.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.