Skip to content

When building in Xcode 27, set the minimum deployment target to iOS 15.0 - #126

Merged
clindsay3 merged 1 commit into
masterfrom
bump-deployment-target
Aug 28, 2026
Merged

When building in Xcode 27, set the minimum deployment target to iOS 15.0#126
clindsay3 merged 1 commit into
masterfrom
bump-deployment-target

Conversation

@clindsay3

Copy link
Copy Markdown
Collaborator

Xcode 27 requires a minimum deployment target of iOS 15.0.

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the Xcode project build settings to address Xcode 27’s requirement for a minimum iOS deployment target of 15.0.

Changes:

  • Adds an SDK-qualified IPHONEOS_DEPLOYMENT_TARGET override for iphonesimulator27.* in both Debug and Release configurations.
Suppressed comments (1)

SimulatorStatusMagic.xcodeproj/project.pbxproj:684

  • Same as Debug: the base IPHONEOS_DEPLOYMENT_TARGET remains 12.0, so Xcode 27 device builds (and any non-matching SDK case) can still fail the minimum iOS 15.0 requirement.
				IPHONEOS_DEPLOYMENT_TARGET = 12.0;
				"IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator27.*]" = 15.0;

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 633 to +634
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
"IPHONEOS_DEPLOYMENT_TARGET[sdk=iphonesimulator27.*]" = 15.0;
@clindsay3
clindsay3 merged commit 39abc4e into master Aug 28, 2026
1 check passed
@clindsay3
clindsay3 deleted the bump-deployment-target branch August 28, 2026 07:49
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.

3 participants