From ae975ac5174635aec0bfb83ee65c75e61b449c99 Mon Sep 17 00:00:00 2001 From: dskuza Date: Thu, 23 Jan 2025 16:16:48 +0000 Subject: [PATCH] Updating version files --- Package.swift | 4 ++-- RiveRuntime.podspec | 4 ++-- Source/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index ea8ff177..b09b2605 100644 --- a/Package.swift +++ b/Package.swift @@ -11,8 +11,8 @@ let package = Package( targets: [ .binaryTarget( name: "RiveRuntime", - url: "https://github.com/rive-app/rive-ios/releases/download/6.5.7/RiveRuntime.xcframework.zip", - checksum: "ebf90c376d16c9ca5d62ac578e96f168f012e0f67324823059f345a62c2c9620" + url: "https://github.com/rive-app/rive-ios/releases/download/6.5.8/RiveRuntime.xcframework.zip", + checksum: "b920d39b95373c5722534a4816c1e9952433755c2078760896b818a8ca2f7ca4" ) ] ) diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index fa43841d..d94fd0b6 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "6.5.7" + spec.version = "6.5.8" 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.5.7/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/6.5.8/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 7777cc52..cc04eaf7 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.5.7 + 6.5.8 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index a4ebf41f..08e78b8b 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.5.7 + 6.5.8 CFBundleVersion 1