Skip to content

chore: bump iOS deployment target to 13.0 for latest SDK compatibility#54

Draft
kinyoklion wants to merge 1 commit into
mainfrom
devin/1779096649-bump-ios-platform
Draft

chore: bump iOS deployment target to 13.0 for latest SDK compatibility#54
kinyoklion wants to merge 1 commit into
mainfrom
devin/1779096649-bump-ios-platform

Conversation

@kinyoklion
Copy link
Copy Markdown
Member

Summary

Bumps the iOS deployment target from 12.0 to 13.0 so that CocoaPods can resolve the latest LaunchDarkly iOS SDK (11.x). The SDK's 10.0.0 release dropped support for iOS 12, so with the previous platform :ios, '12.0', pod install would only resolve up to the latest 9.x release (9.15.1) instead of the current 11.1.3.

Changes:

  • Podfile: platform :ios, '12.0''13.0'
  • project.pbxproj: All IPHONEOS_DEPLOYMENT_TARGET entries updated to 13.0 (previously a mix of 10.3 at the project level and 12.0 at the target level)

The Podfile version specifier (>= 9.6.0) is intentionally unchanged — the minimum SDK version is preserved.

Related PRs in sibling repos: hello-ios (adds watchOS 6.0 bump), hello-tvos (tvOS 13.0 bump).

Review & Testing Checklist for Human

  • Run pod install and verify CocoaPods resolves LaunchDarkly to 11.x (not 9.x)
  • Build and run the app on an iOS 13+ simulator — confirm SDK initializes and flag evaluation works
  • Verify the existing Swift APIs (LDClient.get(), observe(key:owner:), boolVariation(forKey:defaultValue:)) still compile and behave correctly with SDK 11.x

Notes

  • This PR was authored on a Linux machine without Xcode, so pod install was not run and Podfile.lock was not regenerated. The reviewer will need to do this locally.
  • The project-level deployment target was previously 10.3 (stale from an older Xcode version); it has been normalized to 13.0 alongside the target-level settings.

Link to Devin session: https://app.devin.ai/sessions/79411e068f79496bbbb41d24c39cffd4
Requested by: @kinyoklion

The LaunchDarkly iOS SDK 10.0+ requires iOS 13.0 minimum.
Update Podfile platform and Xcode project deployment targets.

Co-Authored-By: rlamb@launchdarkly.com <4955475+kinyoklion@users.noreply.github.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

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