-
Notifications
You must be signed in to change notification settings - Fork 2
/
project.yml
38 lines (32 loc) · 986 Bytes
/
project.yml
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
# yamllint disable rule:truthy
# yamllint disable-line rule:document-start
name: URLHelperApp
targets:
URLHelperApp:
type: application
platform: macOS
deploymentTarget: '12.0'
sources:
- path: URLHelperApp
- path: URLHelperApp/AppBundleIdentifierAndURLForURL
buildPhase: resources
settings:
CODE_SIGN_ENTITLEMENTS: URLHelperApp/URLHelperApp.entitlements
INFOPLIST_PREPROCESS: YES
INFOPLIST_OTHER_PREPROCESSOR_FLAGS: -CC
INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.utilities
INFOPLIST_KEY_NSPrincipalClass: NSApplication
INFOPLIST_KEY_NSMainStoryboardFile: Main
scheme: {}
dependencies: []
options:
bundleIdPrefix: com.grigorye
postGenCommand: ./XcodeGen/postGen
settings:
MARKETING_VERSION: '0.1'
DEVELOPMENT_TEAM: 465NA5BW7E
CURRENT_PROJECT_VERSION: '$(BUNDLE_VERSION)'
GENERATE_INFOPLIST_FILE: YES
# Overridden for CI runs:
BUNDLE_VERSION: Local
packages: {}