-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
35 lines (30 loc) · 920 Bytes
/
Copy pathproject.yml
File metadata and controls
35 lines (30 loc) · 920 Bytes
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
name: DevSourceSwitcher
options:
bundleIdPrefix: xyz.billchiu
deploymentTarget:
macOS: "14.0"
targets:
DevSourceSwitcher:
type: application
platform: macOS
sources:
- path: DevSourceSwitcher
type: group
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: xyz.billchiu.DevSourceSwitcher
MARKETING_VERSION: "1.0.9"
CURRENT_PROJECT_VERSION: "9"
SWIFT_VERSION: "5.9"
ENABLE_APP_SANDBOX: NO
ARCHS: "$(ARCHS_STANDARD)"
info:
path: DevSourceSwitcher/Info.plist
properties:
CFBundleName: Dev Source Switcher
CFBundleDisplayName: Dev Source Switcher
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
LSApplicationCategoryType: public.app-category.developer-tools
LSUIElement: true
NSSupportsAutomaticGraphicsSwitching: true