Skip to content

Commit

Permalink
[native] Specify https as an application query scheme
Browse files Browse the repository at this point in the history
Summary: After specifying this it becomes possible to open the app using deep link with https schema on Chrome.

Test Plan: Create a page with a link to `comm.app/invite/secret`, serve it on localhost - clicking a link should open the app.

Reviewers: kamil, inka, bartek

Reviewed By: bartek

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8462
  • Loading branch information
palys-swm committed Jul 10, 2023
1 parent 3ff8ce6 commit 84958a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions native/ios/Comm/Info.debug.plist
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<array>
<string>rainbow</string>
<string>org-appextension-feature-password-management</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down
1 change: 1 addition & 0 deletions native/ios/Comm/Info.release.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<array>
<string>rainbow</string>
<string>org-appextension-feature-password-management</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
Expand Down

0 comments on commit 84958a8

Please sign in to comment.