From 6f5cc54e27ad40d0e7279223ccc54e8fcf904097 Mon Sep 17 00:00:00 2001
From: LeoLox <58687994+leo-lox@users.noreply.github.com>
Date: Tue, 26 Nov 2024 14:08:09 +0100
Subject: [PATCH] add url scheme to links
---
ios/Runner/Info.plist | 4 ++++
pubspec.yaml | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index c069e8a..91582c1 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -55,6 +55,10 @@
CFBundleURLTypes
+ CFBundleTypeRole
+ Editor
+ CFBundleURLName
+ de.lox.dev.camelus
CFBundleURLSchemes
nostr
diff --git a/pubspec.yaml b/pubspec.yaml
index a46fbc8..00077db 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -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"