Skip to content

Commit 3e8330e

Browse files
committed
Updated Package and README for visionOS support
1 parent 025f787 commit 3e8330e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import PackageDescription
1313
let package = Package(
1414
name: "MotionMachine",
1515
platforms: [
16-
.iOS(.v13), .tvOS(.v13)
16+
.iOS(.v13), .tvOS(.v13), .visionOS(.v1)
1717
],
1818
products: [
1919
.library(name: "MotionMachine", targets: ["MotionMachine"])

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![MotionMachine logo](Guides/mmlogo.png)
22

33
![swift](https://img.shields.io/badge/Swift-5.10%20%7C%206.0-005AA5.svg)
4-
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20tvOS-005AA5.svg) ![license](https://img.shields.io/badge/license-MIT-005AA5.svg)
4+
![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20visionOS%20%7C%20tvOS-005AA5.svg) ![license](https://img.shields.io/badge/license-MIT-005AA5.svg)
55

66
MotionMachine provides a modular, powerful, and generic platform for manipulating values, whether that be animating UI elements or interpolating property values in your own classes. It offers sensible default functionality that abstracts most of the hard work away, allowing you to focus on your work. While it is type-agnostic, MotionMachine does support most major UIKit types out of the box and provides syntactic sugar to easily manipulate them. But it's also easy to dive in and modify for your own needs, whether that be custom motion classes, supporting custom value types, or new easing equations.
77

0 commit comments

Comments
 (0)