Skip to content

Commit

Permalink
bump min version on swift package manager ios dependency
Browse files Browse the repository at this point in the history
finally found where to do this.

bit annoying but without this people that have already pulled rive-ios and want to play with the "preview app" will need to magically realize they need to up the rive-ios version. with this xcode *should* hint you need to update

Diffs=
4ed7c7a71 bump min version on swift package manager ios dependency (#7116)

Co-authored-by: Maxwell Talbot <[email protected]>
  • Loading branch information
mjtalbot and mjtalbot committed Apr 23, 2024
1 parent 629aee8 commit 31d08df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b2e92ca7ef815c7c60176c14bed4bd488d44d0c
4ed7c7a7149d6ea5c795ca9250fb1f3ef550d920
2 changes: 1 addition & 1 deletion Example-iOS/RiveExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@
repositoryURL = "https://github.com/rive-app/rive-ios/";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 5.3.2;
minimumVersion = 5.11.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit 31d08df

Please sign in to comment.