diff --git a/Package.swift b/Package.swift
index 3b1f99fc..00da5047 100644
--- a/Package.swift
+++ b/Package.swift
@@ -3,7 +3,7 @@ import PackageDescription
let package = Package(
name: "RiveRuntime",
- platforms: [.iOS("14.0"), .macOS("13.1")],
+ platforms: [.iOS("14.0"), .visionOS("1.0"), .tvOS("16.0"), .macOS("13.1")],
products: [
.library(
name: "RiveRuntime",
@@ -11,8 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "RiveRuntime",
- url: "https://github.com/rive-app/rive-ios/releases/download/6.4.3/RiveRuntime.xcframework.zip",
- checksum: "86239a5e5401a1a38b646bc27564acaf149c0bc3d063753e5c110e21f13520d7"
+ url: "https://github.com/rive-app/rive-ios/releases/download/6.5.0/RiveRuntime.xcframework.zip",
+ checksum: "395478413a330d4fda1e7780e73a63d494fac0df391255636774b579ee3ad8e6"
),
.target(
name: "RiveRuntime-Resources",
diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec
index 900a6ee6..11e2dd88 100644
--- a/RiveRuntime.podspec
+++ b/RiveRuntime.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
- spec.version = "6.4.3"
+ spec.version = "6.5.0"
spec.summary = "iOS SDK to render Rive animations"
spec.description = "Rive is a real-time interactive design and animation tool. Use our collaborative editor to create motion graphics that respond to different states and user inputs. Then load your animations into apps, games, and websites with our lightweight open-source runtimes."
spec.homepage = "https://github.com/rive-app/rive-ios"
@@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '13.1'
spec.swift_version = '5.0'
spec.source = {
- :http => "https://github.com/rive-app/rive-ios/releases/download/6.4.3/RiveRuntime.xcframework.zip",
+ :http => "https://github.com/rive-app/rive-ios/releases/download/6.5.0/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'
diff --git a/Source/Info.plist b/Source/Info.plist
index b0a119e1..ccbd47c3 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 6.4.3
+ 6.5.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/Tests/Info.plist b/Tests/Info.plist
index 6014dd92..457d931f 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 6.4.3
+ 6.5.0
CFBundleVersion
1