Skip to content

Commit

Permalink
chore: update readme and issue template for visionOS support (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian authored Jun 29, 2023
1 parent fc5dd83 commit ae44d86
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 18 deletions.
38 changes: 21 additions & 17 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body:
id: amplify-version
attributes:
label: Amplify Framework Version
placeholder: e.g. 1.5.3
placeholder: e.g. 2.12.0
validations:
required: true
- type: dropdown
Expand Down Expand Up @@ -65,25 +65,21 @@ body:
id: swift
attributes:
label: Swift version
placeholder: e.g. 5.0
placeholder: e.g. 5.8
validations:
required: true
- type: input
id: cli
attributes:
label: CLI version
placeholder: |
- e.g. 4.41.2
- Run `amplify version`
placeholder: e.g. 12.1.1 -- run `amplify version`
validations:
required: true
- type: input
id: xcode
attributes:
label: Xcode version
placeholder: |
- e.g. 12.4 (12D4e)
- Run `xcodebuild -version`
placeholder: e.g. 14.3.1 (14E300c) -- run `xcodebuild -version`
validations:
required: true
- type: textarea
Expand Down Expand Up @@ -117,21 +113,29 @@ body:
attributes:
label: Regression additional context
placeholder: If it was a regression provide the versions used before and after the upgrade.

- type: dropdown
id: platforms
attributes:
label: Platforms
multiple: true
options:
- iOS
- macOS
- tvOS
- watchOS
- visionOS (Preview)
- type: input
id: device
id: os-version
attributes:
label: Device
placeholder: |
- e.g. iPhone6
- Simulator
label: OS Version
placeholder: e.g. iOS 15.3 / macOS 11.0
validations:
required: true
- type: input
id: ios-version
id: device
attributes:
label: iOS Version
placeholder: e.g. iOS 11
label: Device
placeholder: e.g. iPhone6
validations:
required: true
- type: input
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@ The Amplify Library for Swift is layered on the [AWS SDK for Swift](https://aws.

## Platform Support

Amplify supports iOS 13+, macOS 10.15+, watchOS 7+, and tvOS 13+.
| Platform | Versions | Support Level |
| ---------: | -------: | :-----------: |
| iOS | 13+ | GA |
| macOS | 10.15+ | GA |
| tvOS | 13+ | GA |
| watchOS | 7+ | GA |
| visionOS | 1+ | Preview* |

> To use Amplify Swift with visionOS, you'll need to target the `visionos-preview` branch.
> For more information, see [Platform Support](https://github.com/aws-amplify/amplify-swift/tree/visionos-preview#platform-support) on the `visionos-preview` branch.
## License

Expand Down

0 comments on commit ae44d86

Please sign in to comment.