Skip to content

Bump deployment target to iOS/macCatalyst 18.6#24

Merged
pacowong merged 1 commit into
developfrom
paco/fix-xcframework-ci-build
Jul 16, 2026
Merged

Bump deployment target to iOS/macCatalyst 18.6#24
pacowong merged 1 commit into
developfrom
paco/fix-xcframework-ci-build

Conversation

@pacowong

Copy link
Copy Markdown
Collaborator

GoodNotes only supports iOS 18.6+. Apple validates that the MinimumOSVersion in the framework Info.plist matches what the app declares. The deploy target flows from --apple_deploy_target through cmake/Info.plist.in (@CMAKE_OSX_DEPLOYMENT_TARGET@) into each framework slice's Info.plist, and from there into the xcframework root Info.plist via xcodebuild -create-xcframework.

Description

Motivation and Context

GoodNotes only supports iOS 18.6+. Apple validates that the
MinimumOSVersion in the framework Info.plist matches what the app
declares. The deploy target flows from --apple_deploy_target through
cmake/Info.plist.in (@CMAKE_OSX_DEPLOYMENT_TARGET@) into each
framework slice's Info.plist, and from there into the xcframework
root Info.plist via xcodebuild -create-xcframework.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@pacowong
pacowong merged commit c2d350a into develop Jul 16, 2026
8 of 9 checks passed
@pacowong
pacowong deleted the paco/fix-xcframework-ci-build branch July 16, 2026 08:48
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