Adds swift-secp256k1 to project.yml (#366)

This commit is contained in:
Mateusz Matoszko
2025-07-31 21:24:03 +02:00
committed by GitHub
parent d85c9e226b
commit 5a44b32719
+8
View File
@@ -10,6 +10,11 @@ settings:
MARKETING_VERSION: 1.0.0
CURRENT_PROJECT_VERSION: 1
packages:
P256K:
url: https://github.com/21-DOT-DEV/swift-secp256k1
majorVersion: 0.21.1
targets:
bitchat_iOS:
type: application
@@ -62,6 +67,7 @@ targets:
dependencies:
- target: bitchatShareExtension
embed: true
- package: P256K
bitchat_macOS:
type: application
@@ -104,6 +110,8 @@ targets:
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
CODE_SIGN_ENTITLEMENTS: bitchat/bitchat-macOS.entitlements
dependencies:
- package: P256K
bitchatShareExtension:
type: app-extension