Skip to content

Commit

Permalink
Fix: Fix templates to reference new platform version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Apr 16, 2022
1 parent 82297aa commit e3829ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Package.swift.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "RiveRuntime",
platforms: [.iOS("11.0")],
platforms: [.iOS("14.0")],
products: [
.library(
name: "RiveRuntime",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RiveRuntime.podspec.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Pod::Spec.new do |spec|
LICENSE
}
spec.authors = { "Luigi Rosso" => "[email protected]" }
spec.platform = :ios, '11.0'
spec.ios.deployment_target = '11.0'
spec.platform = :ios, '14.0'
spec.ios.deployment_target = '14.0'
spec.swift_version = '5.0'
spec.source = {
:http => "https://github.com/rive-app/rive-ios/releases/download/$RELEASE_VERSION/RiveRuntime.xcframework.zip",
Expand Down

0 comments on commit e3829ff

Please sign in to comment.