Skip to content

Release testing clean-up: example deployment target + bundle identifier#959

Open
w-goog wants to merge 1 commit into
masterfrom
chore/release-testing-cleanup
Open

Release testing clean-up: example deployment target + bundle identifier#959
w-goog wants to merge 1 commit into
masterfrom
chore/release-testing-cleanup

Conversation

@w-goog

@w-goog w-goog commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

This PR cleans up two example-app configuration issues that came up whilst testing the 2.1.0 release packaging.

Bump platform :ios from 11.0 to 12.0. AppAuth's podspec has required iOS 12 since 2.0.0 (#918), so pod install on the sample app currently fails with "Specs satisfying the AppAuth dependency were found, but they required a higher minimum deployment target."

Remove the hardcoded PRODUCT_BUNDLE_IDENTIFIER from the Xcode project so the bundle identifier is driven by Config/Example.local.xcconfig (the gitignored local override), which was accidentally checked in. The value was already public, as it is in the site associations file, so further scrubbing is not required.

Tested that pod install + iOS Simulator build & launch of Example-iOS_ObjC succeed with the bumped Podfile.

- Example-iOS_ObjC/Podfile: bump platform :ios from 11.0 to 12.0 to match the
  podspec minimum deployment target (iOS 12 since 2.0.0); pod install otherwise
  fails to resolve the AppAuth dependency.
- Example-iOS_Swift-SPM: remove the hardcoded PRODUCT_BUNDLE_IDENTIFIER from the
  Xcode project so the bundle identifier is supplied via
  Config/Example.local.xcconfig, matching how the OAuth client values are set.
@w-goog w-goog requested a review from mdmathias June 15, 2026 20:08
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