Skip to content

Commit

Permalink
Updating version files
Browse files Browse the repository at this point in the history
  • Loading branch information
csmartdalton committed Jul 24, 2024
1 parent 98241a4 commit 914c830
Show file tree
Hide file tree
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
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand All @@ -11,8 +11,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "RiveRuntime",
url: "https://github.com/rive-app/rive-ios/releases/download/5.16.0/RiveRuntime.xcframework.zip",
checksum: "9f9aac58ef716501952ae9a6fd6e030507ab16931f3f5e7022078155548bc0f6"
url: "https://github.com/rive-app/rive-ios/releases/download/6.0.0/RiveRuntime.xcframework.zip",
checksum: "5e8cf8f7d1f1ff17911d1d9972c7331a51c2dc27aeb56ee2e07124a53cf48fa8"
),
.target(
name: "RiveRuntime-Resources",
Expand Down
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 = "5.16.0"
spec.version = "6.0.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"
Expand Down Expand Up @@ -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/5.16.0/RiveRuntime.xcframework.zip",
:http => "https://github.com/rive-app/rive-ios/releases/download/6.0.0/RiveRuntime.xcframework.zip",
}
spec.ios.vendored_frameworks = 'RiveRuntime.xcframework'
spec.osx.vendored_frameworks = 'RiveRuntime.xcframework'
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.16.0</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>5.16.0</string>
<string>6.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 914c830

Please sign in to comment.