Skip to content

chore: bump iOS/watchOS deployment targets for latest SDK compatibility#59

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

chore: bump iOS/watchOS deployment targets for latest SDK compatibility#59
kinyoklion wants to merge 1 commit into
mainfrom
devin/1779096695-bump-ios-platform

Conversation

@kinyoklion
Copy link
Copy Markdown
Member

Summary

Bumps minimum deployment targets so the example app can resolve and use the latest LaunchDarkly iOS SDK (10.0+/11.x).

The SDK's 10.0.0 release dropped support for iOS 12 and watchOS 4.0. Since the Podfile specifies >= 9.6, CocoaPods would silently pin to the latest 9.x when the platform minimum is too low for 10.0+. This update raises the floors to match the SDK's current podspec requirements:

  • iOS: 12.013.0 (Podfile + all IPHONEOS_DEPLOYMENT_TARGET entries in the Xcode project, including the project-level 10.0 entries)
  • watchOS: 4.06.0 (Podfile + all WATCHOS_DEPLOYMENT_TARGET entries)

Related PRs in sibling repos: hello-ios-swift and hello-tvos.

Review & Testing Checklist for Human

  • Open the project in Xcode after running pod install and verify it resolves to an SDK version ≥ 10.0 (ideally 11.x)
  • Build and run on an iOS 13+ simulator to confirm the Objective-C code and watchOS extension still compile cleanly against the latest SDK
  • Verify the watchOS extension target also builds (deployment target 6.0 matches the SDK podspec's watchos.deployment_target)

Notes

  • The README does not mention specific platform version requirements, so no README changes were included.
  • These changes were not build-tested — no Xcode environment was available. A local pod install + build is the recommended verification step.

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

The LaunchDarkly iOS SDK 10.0+ requires iOS 13.0 and watchOS 6.0 minimum.
Update Podfile platforms 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