-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Describe the feature request?
Proposal:
Consider renaming the branch in the okta-mobile-swift repo from master to main to align with modern tooling defaults and inclusive naming practices.
Comment:
Adopting main as the default branch name aligns with GitHub’s conventions and avoids SwiftPM resolution issues in Xcode.
Docs: developer.okta.com
Current PR: #5576
Found during testing:
While testing the Okta docs iOS repo okta-mobile-swift, I found that it uses "master" as the default branch, not main. I was trying to add the package with "main" and it resulted in a Package Resolution Failed error in Xcode. Updating this avoids setup issues for first-time users.
New or Affected Resource(s)
This repo is used in the Okta iOS Dev docs, hence if we make this change here, then it will be consistent with the docs.
Provide a documentation link
No response
Additional Information?
No response