Updating version files

This commit is contained in:
dskuza
2025-01-08 17:46:49 +00:00
parent d2f39ba9bc
commit 20bb89e2d3
4 changed files with 6 additions and 11 deletions

View File

@@ -11,13 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "RiveRuntime",
url: "https://github.com/rive-app/rive-ios/releases/download/6.5.5/RiveRuntime.xcframework.zip",
checksum: "6b0d50ee31ab38e6887b0dae8ef7ade5cc43e021d5f8368c95e05f6e3651d31a"
),
.target(
name: "RiveRuntime-Resources",
path: "Resources",
resources: [.copy("PrivacyInfo.xcprivacy")]
url: "https://github.com/rive-app/rive-ios/releases/download/6.5.6/RiveRuntime.xcframework.zip",
checksum: "9bfee9ccf33046c24cb1dddd3c24b3d3573f42601b459a960a8d88c71584f5b7"
)
]
)

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "RiveRuntime"
spec.version = "6.5.5"
spec.version = "6.5.6"
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.5/RiveRuntime.xcframework.zip",
:http => "https://github.com/rive-app/rive-ios/releases/download/6.5.6/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.5.5</string>
<string>6.5.6</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>6.5.5</string>
<string>6.5.6</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>