-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxcodegen.yml
42 lines (42 loc) · 1.15 KB
/
xcodegen.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
39
40
41
42
name: Deck
options:
deploymentTarget:
macOS: "12.0"
schemes:
Deck:
build:
targets:
Deck: all
packages:
DeckUI:
url: "https://github.com/FullQueueDeveloper/DeckUI.git"
from: 1.0.2
targets:
Deck:
type: application
platform: macOS
sources:
- path: Deck
dependencies:
- package: DeckUI
settings:
DEVELOPMENT_TEAM: ABCD1234
CODE_SIGN_STYLE: Automatic
ORGANIZATIONNAME: "FullQueueDeveloper"
VERSIONING_SYSTEM: apple-generic
PRODUCT_BUNDLE_IDENTIFIER: com.fullqueuedeveloper.Deck
SWIFT_VERSION: 5.7
info:
path: Deck/Info.plist
properties:
CFBundleVersion: 1
CFBundleShortVersionString: "1.0"
CFBundleDevelopmentRegion: $(DEVELOPMENT_LANGUAGE)
CFBundleName: $(PRODUCT_NAME)
CFBundleDisplayName: Example
CFBundleIconFile: ""
CFBundleIdentifier: $(PRODUCT_BUNDLE_IDENTIFIER)
CFBundleInfoDictionaryVersion: "6.0"
CFBundlePackageType: $(PRODUCT_BUNDLE_PACKAGE_TYPE)
LSMinimumSystemVersion: $(MACOSX_DEPLOYMENT_TARGET)
NSCameraUsageDescription: "Show the camera while presenting"