Skip to content

Commit

Permalink
add url scheme to links
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Nov 26, 2024
1 parent 53a2d7a commit 6f5cc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>de.lox.dev.camelus</string>
<key>CFBundleURLSchemes</key>
<array>
<string>nostr</string>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.1+43
version: 1.2.1+44

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 6f5cc54

Please sign in to comment.