mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 15:45:20 +00:00
Adds swift-secp256k1 to project.yml (#366)
This commit is contained in:
@@ -10,6 +10,11 @@ settings:
|
|||||||
MARKETING_VERSION: 1.0.0
|
MARKETING_VERSION: 1.0.0
|
||||||
CURRENT_PROJECT_VERSION: 1
|
CURRENT_PROJECT_VERSION: 1
|
||||||
|
|
||||||
|
packages:
|
||||||
|
P256K:
|
||||||
|
url: https://github.com/21-DOT-DEV/swift-secp256k1
|
||||||
|
majorVersion: 0.21.1
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
bitchat_iOS:
|
bitchat_iOS:
|
||||||
type: application
|
type: application
|
||||||
@@ -62,6 +67,7 @@ targets:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- target: bitchatShareExtension
|
- target: bitchatShareExtension
|
||||||
embed: true
|
embed: true
|
||||||
|
- package: P256K
|
||||||
|
|
||||||
bitchat_macOS:
|
bitchat_macOS:
|
||||||
type: application
|
type: application
|
||||||
@@ -104,6 +110,8 @@ targets:
|
|||||||
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
|
||||||
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
|
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS: YES
|
||||||
CODE_SIGN_ENTITLEMENTS: bitchat/bitchat-macOS.entitlements
|
CODE_SIGN_ENTITLEMENTS: bitchat/bitchat-macOS.entitlements
|
||||||
|
dependencies:
|
||||||
|
- package: P256K
|
||||||
|
|
||||||
bitchatShareExtension:
|
bitchatShareExtension:
|
||||||
type: app-extension
|
type: app-extension
|
||||||
|
|||||||
Reference in New Issue
Block a user