-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
60 lines (60 loc) · 1.45 KB
/
Copy pathproject.yml
File metadata and controls
60 lines (60 loc) · 1.45 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
name: Globalmoji
options:
bundleIdPrefix: me.bevankay
deploymentTarget:
macOS: "26.0"
xcodeVersion: "26.0"
createIntermediateGroups: true
generateEmptyDirectories: true
settings:
base:
SWIFT_VERSION: "6.0"
SWIFT_STRICT_CONCURRENCY: complete
MARKETING_VERSION: "0.1.0"
CURRENT_PROJECT_VERSION: "1"
ENABLE_HARDENED_RUNTIME: YES
CODE_SIGN_STYLE: Automatic
CODE_SIGN_IDENTITY: "-"
GIPHY_API_KEY: ""
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
packages:
PickerCore:
path: Packages/PickerCore
InputEngine:
path: Packages/InputEngine
targets:
Globalmoji:
type: application
platform: macOS
sources:
- path: App
dependencies:
- package: PickerCore
- package: InputEngine
info:
path: App/Info.plist
properties:
CFBundleName: Globalmoji
CFBundleDisplayName: Globalmoji
CFBundleIdentifier: me.bevankay.globalmoji
LSUIElement: true
LSMinimumSystemVersion: "26.0"
NSHumanReadableCopyright: "MIT License"
GiphyAPIKey: "$(GIPHY_API_KEY)"
entitlements:
path: App/Globalmoji.entitlements
properties:
com.apple.security.app-sandbox: false
com.apple.security.network.client: true
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: me.bevankay.globalmoji
schemes:
Globalmoji:
build:
targets:
Globalmoji: all
run:
config: Debug
archive:
config: Release