Skip to content

Fix iOS URL scheme registration in project.yml#445

Open
AnthonyRonning wants to merge 1 commit intomasterfrom
fix/ios-url-scheme-registration
Open

Fix iOS URL scheme registration in project.yml#445
AnthonyRonning wants to merge 1 commit intomasterfrom
fix/ios-url-scheme-registration

Conversation

@AnthonyRonning
Copy link
Contributor

@AnthonyRonning AnthonyRonning commented Feb 26, 2026

The cloud.opensecret.maple custom URL scheme was defined in Info.plist but missing from project.yml. When XcodeGen regenerates the Xcode project (e.g. during the Xcode 26 update), the URL scheme gets dropped from the actual build, breaking OAuth deep link redirects on iOS.


Open with Devin

The custom URL scheme was defined in Info.plist but not in project.yml,
so it could be dropped when XcodeGen regenerates the project.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Feb 26, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • frontend/src-tauri/gen/apple/project.yml is excluded by !**/gen/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/ios-url-scheme-registration

Comment @coderabbitai help to get the list of available commands and usage tips.

@AnthonyRonning
Copy link
Contributor Author

@TestFlight build

@github-actions
Copy link
Contributor

🚀 TestFlight deployment triggered! Check the Actions tab for progress.

@cloudflare-workers-and-pages
Copy link

Deploying maple with  Cloudflare Pages  Cloudflare Pages

Latest commit: 526e9b0
Status: ✅  Deploy successful!
Preview URL: https://04a5c1e3.maple-ca8.pages.dev
Branch Preview URL: https://fix-ios-url-scheme-registrat.maple-ca8.pages.dev

View logs

Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@github-actions
Copy link
Contributor

✅ TestFlight deployment completed successfully!

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