Skip to content

Remove Objective-C support #102

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

Merged
merged 13 commits into from
Jun 28, 2025
Merged

Remove Objective-C support #102

merged 13 commits into from
Jun 28, 2025

Conversation

dfed
Copy link
Owner

@dfed dfed commented Jun 4, 2025

This is a breaking change. By removing Objective-C support, we can support more Swift platforms.

This PR also raises the minimum supported platforms to the platforms supported by Xcode 16, allowing us to simplify some branching logic.

Swift users of CacheAdvance require no changes to upgrade to version 4.0.0. Objective-C users will need to stay on version 3.* or below.

@dfed dfed self-assigned this Jun 4, 2025
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.05%. Comparing base (ae51200) to head (7af6caf).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
+ Coverage   99.02%   99.05%   +0.03%     
==========================================
  Files           8        8              
  Lines         512      529      +17     
==========================================
+ Hits          507      524      +17     
  Misses          5        5              
Files with missing lines Coverage Δ
Sources/CacheAdvance/CacheAdvance.swift 100.00% <100.00%> (ø)
Sources/CacheAdvance/CacheHeaderHandle.swift 100.00% <100.00%> (ø)
Sources/CacheAdvance/FileHandleExtensions.swift 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dfed dfed force-pushed the dfed--delete-objc-support branch from 05626e7 to 9079f6c Compare June 4, 2025 06:08
@dfed dfed marked this pull request as ready for review June 28, 2025 23:39
@dfed dfed force-pushed the dfed--delete-objc-support branch from 57dea3b to 7af6caf Compare June 28, 2025 23:50
@dfed dfed merged commit c69ae59 into main Jun 28, 2025
10 checks passed
@dfed dfed deleted the dfed--delete-objc-support branch June 28, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant