From 5a44b32719355b446d2e8ea06acd64befaf92cb2 Mon Sep 17 00:00:00 2001 From: Mateusz Matoszko <2045823+mmatoszko@users.noreply.github.com> Date: Thu, 31 Jul 2025 21:24:03 +0200 Subject: [PATCH] Adds swift-secp256k1 to project.yml (#366) --- project.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/project.yml b/project.yml index 9daa76ee..716c5ce8 100644 --- a/project.yml +++ b/project.yml @@ -9,6 +9,11 @@ options: 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: @@ -62,6 +67,7 @@ targets: dependencies: - target: bitchatShareExtension embed: true + - package: P256K bitchat_macOS: type: application @@ -104,7 +110,9 @@ 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 platform: iOS