Skip to content

Commit

Permalink
Updating version files
Browse files Browse the repository at this point in the history
  • Loading branch information
dskuza committed Dec 12, 2024
1 parent 9225503 commit 5d25e2f
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -3,16 +3,16 @@ 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",
targets: ["RiveRuntime"])],
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",
4 changes: 2 additions & 2 deletions RiveRuntime.podspec
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.4.3</string>
<string>6.5.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.4.3</string>
<string>6.5.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>

0 comments on commit 5d25e2f

Please sign in to comment.