-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
38 lines (37 loc) · 1.22 KB
/
project.yml
File metadata and controls
38 lines (37 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: NostrKeepSigner
options:
bundleIdPrefix: com.nostrkeep
deploymentTarget:
iOS: "17.0"
xcodeVersion: "16.0"
generateEmptyDirectories: true
targets:
NostrKeepSigner:
type: application
platform: iOS
sources:
- path: NostrKeepSigner-v2/App
- path: NostrKeepSigner-v2/Scanner
- path: NostrKeepSigner-v2/Identity
- path: NostrKeepSigner-v2/Relay
- path: NostrKeepSigner-v2/NIP46
- path: NostrKeepSigner-v2/Crypto
- path: NostrKeepSigner-v2/UI
- path: NostrKeepSigner-v2/Wallet
- path: NostrKeepSigner/Assets.xcassets
- path: NostrKeepSigner-v2/Info.plist
buildPhase: none
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.nostrkeep.signer
PRODUCT_NAME: NostrKeep Signer
MARKETING_VERSION: "2.0.0"
CURRENT_PROJECT_VERSION: 1
TARGETED_DEVICE_FAMILY: "1,2"
INFOPLIST_FILE: "NostrKeepSigner-v2/Info.plist"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
SWIFT_VERSION: "5.9"
CODE_SIGN_STYLE: Automatic
CODE_SIGN_ENTITLEMENTS: NostrKeepSigner-v2/NostrKeepSigner.entitlements
ALWAYS_SEARCH_USER_PATHS: NO