diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index e789f40..3a963b6 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -469,7 +469,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 4;
+ CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = YZSTSW24CL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -479,7 +479,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 0.0.3;
+ MARKETING_VERSION = 0.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.haorendashu.nowser;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -655,7 +655,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 4;
+ CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = YZSTSW24CL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -665,7 +665,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 0.0.3;
+ MARKETING_VERSION = 0.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.haorendashu.nowser;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
@@ -681,7 +681,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
- CURRENT_PROJECT_VERSION = 4;
+ CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_TEAM = YZSTSW24CL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@@ -691,7 +691,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 0.0.3;
+ MARKETING_VERSION = 0.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.github.haorendashu.nowser;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist
index 8f20451..70d48f9 100644
--- a/ios/Runner/Info.plist
+++ b/ios/Runner/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.3
+ 0.0.4
CFBundleSignature
????
CFBundleVersion
- 5
+ 6
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/macos/Runner/DebugProfile.entitlements b/macos/Runner/DebugProfile.entitlements
index ad64755..56e8fea 100644
--- a/macos/Runner/DebugProfile.entitlements
+++ b/macos/Runner/DebugProfile.entitlements
@@ -16,5 +16,7 @@
com.apple.security.print
+ keychain-access-groups
+
diff --git a/macos/Runner/Info.plist b/macos/Runner/Info.plist
index 0c8970f..f925175 100644
--- a/macos/Runner/Info.plist
+++ b/macos/Runner/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.0.3
+ 0.0.4
CFBundleVersion
- 4
+ 5
ITSAppUsesNonExemptEncryption
LSApplicationCategoryType
diff --git a/macos/Runner/Release.entitlements b/macos/Runner/Release.entitlements
index 9b7dc2a..b85ad75 100644
--- a/macos/Runner/Release.entitlements
+++ b/macos/Runner/Release.entitlements
@@ -14,5 +14,7 @@
com.apple.security.print
+ keychain-access-groups
+
diff --git a/packages/nostr_sdk b/packages/nostr_sdk
index 0bbed67..6cdafcb 160000
--- a/packages/nostr_sdk
+++ b/packages/nostr_sdk
@@ -1 +1 @@
-Subproject commit 0bbed67e21997127d51780c664f9b2cb423211bf
+Subproject commit 6cdafcb39412bb9ad1f5d81cec97bbe62648c792
diff --git a/pubspec.yaml b/pubspec.yaml
index 23c4efe..8080cd6 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
-version: 0.0.3+3
+version: 0.0.4+4
environment:
sdk: '>=3.4.1 <4.0.0'