Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile files #1108

Merged
merged 6 commits into from
Oct 2, 2024
Merged

Mobile files #1108

merged 6 commits into from
Oct 2, 2024

Conversation

dr-bizz
Copy link
Contributor

@dr-bizz dr-bizz commented Oct 2, 2024

Description

In this PR, I add the files which the MPDX mobile apps rely on.

These files will appear as
mpdx.org/.well-known/assetlinks.json
mpdx.org/.well-known/apple-app-site-association.json

Checklist:

  • I have given my PR a title with the format "MPDX-(JIRA#) (summary sentence max 80 chars)"
  • I have applied the appropriate labels. (Add the label "On Staging" to get the branch automatically merged into staging.)
  • I have requested a review from another person on the project

@dr-bizz dr-bizz requested a review from frett October 2, 2024 19:04
Copy link
Contributor

github-actions bot commented Oct 2, 2024

Bundle sizes [mpdx-react]

Compared against 21ae96b

No significant changes found

Copy link
Contributor

@canac canac left a comment

Choose a reason for hiding this comment

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

Thanks for fixing that flaky test! Having to rerun it over and over was getting pretty annoying.

@@ -4,7 +4,7 @@
"details": [
{
"appID": "DQ48D9BF2V.org.cru.mpdx",
"paths": ["/contacts/*", "/auth/mobile"]
"paths": ["/accountLists/*/contacts/*", "/auth/mobile"]
Copy link
Contributor

Choose a reason for hiding this comment

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

@levieggertcru I'm assuming including a wildcard in the middle of the apple-app-site-association path would work correctly for iOS?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

When researching, this is what I found I should do when it's a dynamic route. But I could be wrong.

Copy link
Contributor

Choose a reason for hiding this comment

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

I just checked the Universal Links spec and the wildcard pattern is valid according to the spec.

Choose a reason for hiding this comment

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

thanks @frett

@dr-bizz dr-bizz merged commit f5f6941 into main Oct 2, 2024
18 checks passed
@dr-bizz dr-bizz deleted the mobile-app-files branch October 2, 2024 20:46
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.

4 participants