- Notifications
You must be signed in to change notification settings - Fork2.5k
Add SecCopyErrorMessageString for iOS and update README for iOS#6862
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Kyle-Ye commentedAug 18, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Some notes for the reviewer:
I'll align the host os to macos-12 as the same version of the existing macOS CI to try to fix it.
|
3a8ba3c
tod7dc82f
CompareSecCopyErrorMessageString is supported since iOS 11.3.I believe we do not need to use #if check here since the default IPHONEOS_DEPLOYMENT_TARGET is iOS 13.0 for Xcode 15.3.
Are these changes actually specific to iOS, or do they apply to macOS as well? |
specific to iOS |
Kyle-Ye commentedSep 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The CI is failing due to libgit2_tests issue. It will be And we can fix it by modifying
I suggest for now we just skip the tests on iOS and add them back later. |
👍 Thanks; I want to figure out how this integrates with#6848 since they're touching roughly the same bits of code. Will get these both merged this weekend. Thanks for this effort! |
Some minor refactoring for iOS:- Roll back clar changes; these should be a bit more measured, and occur in clar upstream.- Move iOS to nightly builds
Thanks! I moved the iOS build into the nightlies, and I reverted the clar changes so that we could think a bit more how (or if) we would address iOS on clar. |
d19558a
intolibgit2:mainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Close#6861