config nostrsigner applink config

This commit is contained in:
DASHU
2025-11-26 14:43:53 +08:00
parent 312e147a0f
commit 7b0c09104c
2 changed files with 25 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
PODS: PODS:
- app_links (0.0.2):
- Flutter
- background_downloader (0.0.1): - background_downloader (0.0.1):
- Flutter - Flutter
- cryptography_flutter (0.2.0): - cryptography_flutter (0.2.0):
@@ -39,8 +41,11 @@ PODS:
- sqflite_darwin (0.0.4): - sqflite_darwin (0.0.4):
- Flutter - Flutter
- FlutterMacOS - FlutterMacOS
- url_launcher_ios (0.0.1):
- Flutter
DEPENDENCIES: DEPENDENCIES:
- app_links (from `.symlinks/plugins/app_links/ios`)
- background_downloader (from `.symlinks/plugins/background_downloader/ios`) - background_downloader (from `.symlinks/plugins/background_downloader/ios`)
- cryptography_flutter (from `.symlinks/plugins/cryptography_flutter/ios`) - cryptography_flutter (from `.symlinks/plugins/cryptography_flutter/ios`)
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`) - device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
@@ -56,6 +61,7 @@ DEPENDENCIES:
- quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`) - quick_actions_ios (from `.symlinks/plugins/quick_actions_ios/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`) - shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`) - sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
SPEC REPOS: SPEC REPOS:
trunk: trunk:
@@ -63,6 +69,8 @@ SPEC REPOS:
- OrderedSet - OrderedSet
EXTERNAL SOURCES: EXTERNAL SOURCES:
app_links:
:path: ".symlinks/plugins/app_links/ios"
background_downloader: background_downloader:
:path: ".symlinks/plugins/background_downloader/ios" :path: ".symlinks/plugins/background_downloader/ios"
cryptography_flutter: cryptography_flutter:
@@ -93,8 +101,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/shared_preferences_foundation/darwin" :path: ".symlinks/plugins/shared_preferences_foundation/darwin"
sqflite_darwin: sqflite_darwin:
:path: ".symlinks/plugins/sqflite_darwin/darwin" :path: ".symlinks/plugins/sqflite_darwin/darwin"
url_launcher_ios:
:path: ".symlinks/plugins/url_launcher_ios/ios"
SPEC CHECKSUMS: SPEC CHECKSUMS:
app_links: 76b66b60cc809390ca1ad69bfd66b998d2387ac7
background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad background_downloader: 50e91d979067b82081aba359d7d916b3ba5fadad
cryptography_flutter: 70166b3780db39960caf51fd90fe308bec22d3f1 cryptography_flutter: 70166b3780db39960caf51fd90fe308bec22d3f1
device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe device_info_plus: 21fcca2080fbcd348be798aa36c3e5ed849eefbe
@@ -112,6 +123,7 @@ SPEC CHECKSUMS:
quick_actions_ios: 4b07fb49d8d8f3518d7565fbb7a91014067a7d82 quick_actions_ios: 4b07fb49d8d8f3518d7565fbb7a91014067a7d82
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7 shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0 sqflite_darwin: 20b2a3a3b70e43edae938624ce550a3cbf66a3d0
url_launcher_ios: 7a95fa5b60cc718a708b8f2966718e93db0cef1b
PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38 PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38

View File

@@ -22,6 +22,19 @@
<string>1.3.0</string> <string>1.3.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>com.github.haorendashu.nowser</string>
<key>CFBundleURLSchemes</key>
<array>
<string>nostrsigner</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>12</string> <string>12</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>