Skip to content
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 minimum deployment targets to the minimums supported by Xcode 15 #7648

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Apr 29, 2024

Submitting apps built with Xcode 14 to the app store is no longer allowed, so we no longer support building with Xcode 14.

Submitting apps built with Xcode 14 to the app store is no longer allowed, so
we no longer support building with Xcode 14.
@tgoyne tgoyne added the no-jira-ticket Skip checking the PR title for Jira reference label Apr 29, 2024
@tgoyne tgoyne self-assigned this Apr 29, 2024
@cla-bot cla-bot bot added the cla: yes label Apr 29, 2024
@@ -241,13 +241,8 @@ static dispatch_queue_t reclaimer_queue;
static void ensure_reclaimer_thread_runs()
{
if (!reclaimer_timer) {
if (__builtin_available(iOS 10, macOS 12, tvOS 10, watchOS 3, *)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both of these removed checks for macOS 12 were incorrect and should have been 10.12.

Copy link

Pull Request Test Coverage Report for Build thomas.goyne_320

Details

  • 11 of 22 (50.0%) changed or added relevant lines in 4 files are covered.
  • 93 unchanged lines in 16 files lost coverage.
  • Overall coverage decreased (-0.02%) to 90.726%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/realm/object-store/impl/apple/keychain_helper.cpp 0 11 0.0%
Files with Coverage Reduction New Missed Lines %
src/realm/mixed.cpp 1 86.46%
test/fuzz_tester.hpp 1 57.73%
test/test_index_string.cpp 1 93.48%
src/realm/query_expression.hpp 2 93.84%
test/test_lang_bind_helper.cpp 2 93.18%
src/realm/sync/client.cpp 3 89.73%
src/realm/util/future.hpp 3 95.94%
src/realm/alloc_slab.cpp 4 90.81%
src/realm/util/file.cpp 4 79.03%
src/realm/sync/instruction_applier.cpp 5 68.53%
Totals Coverage Status
Change from base Build 2273: -0.02%
Covered Lines: 212431
Relevant Lines: 234145

💛 - Coveralls

@tgoyne tgoyne requested a review from ironage April 29, 2024 19:26
@tgoyne tgoyne merged commit 27549a2 into master Apr 29, 2024
44 checks passed
@tgoyne tgoyne deleted the tg/deployment-target branch April 29, 2024 22:47
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants