Skip to content

Conversation

@jessesquires
Copy link
Owner

@jessesquires jessesquires commented Dec 8, 2025

Drop support for iOS 15. Minimum iOS 16 now required.

Also update Xcode 26 settings.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR drops support for iOS 15 and establishes iOS 16 as the new minimum requirement for ReactiveCollectionsKit. The changes include updating project configurations, dependency manifests, documentation, and modernizing iOS 16+ API usage.

Key changes:

  • Updated minimum iOS deployment target from 15.0 to 16.x across all project files
  • Modernized Xcode project files to use object version 90 (from 77)
  • Migrated example code to use iOS 16+ collection view layout APIs

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
ReactiveCollectionsKit.xcodeproj/project.pbxproj Updated Xcode project format to version 90, set iOS deployment target to 16.6, and updated LastUpgradeCheck to 2610
README.md Updated minimum iOS requirement from 15.0+ to 16.0+
Package.swift Changed platform requirement from iOS(.v15) to iOS(.v16)
Example/Sources/Grid/GridViewController.swift Migrated to iOS 16+ API using repeatingSubitem parameter and adjusted item height dimension
Example/ExampleApp.xcodeproj/project.pbxproj Updated Xcode project format to version 90 and set iOS deployment target to 16.6
CHANGELOG.md Added entry documenting the iOS 15 support drop

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jessesquires jessesquires merged commit 8904667 into main Dec 8, 2025
10 checks passed
@jessesquires jessesquires deleted the drop-ios-15 branch December 8, 2025 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants