-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version to 3.4.4 #1760
Bump version to 3.4.4 #1760
Conversation
@@ -435,7 +435,7 @@ | |||
DEBUG_INFORMATION_FORMAT = dwarf; | |||
GCC_C_LANGUAGE_STANDARD = gnu11; | |||
INFOPLIST_FILE = iOS/Info.plist; | |||
IPHONEOS_DEPLOYMENT_TARGET = 14.1; | |||
IPHONEOS_DEPLOYMENT_TARGET = 15.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bundle exec rake build:example:all
is failing on master with "compiling for macOS 10.10, but module 'Lottie' has a minimum deployment target of macOS 10.13", so I bumped these deployment targets. Not sure how this only just now started failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aha, this is because the macOS 12 GitHub Actions runner was just updated to use Xcode 14 (actions/runner-images#6225). We'll also have to re-render the snapshots, since they seem to depend on the SDK / Xcode version.
I'll release 3.4.4 today, with the set of changes on
master
since 3.4.3: 3.4.3...master