Skip to content

Commit

Permalink
website deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Nov 24, 2024
1 parent ad496ef commit 72afffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@

<data android:scheme="nostr" />
<data android:scheme="camelus" />
<!-- with verification
<data android:scheme="camelus" android:host="de.lox.dev.camelus" />-->

<!-- with verification -->
<data android:scheme="https" android:host="camelus.app" />


</intent-filter>
Expand Down
1 change: 1 addition & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<array>
<string>nostr</string>
<string>camelus</string>
<string>camelus.app</string>
</array>
</dict>
</plist>

0 comments on commit 72afffd

Please sign in to comment.