-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
54 lines (54 loc) · 1.63 KB
/
project.yml
File metadata and controls
54 lines (54 loc) · 1.63 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
name: PrintQueue
options:
bundleIdPrefix: com.example
deploymentTarget:
iOS: "17.0"
macCatalyst: "14.0"
developmentLanguage: en
createIntermediateGroups: true
settings:
base:
SWIFT_VERSION: "5.10"
MARKETING_VERSION: "2.0"
CURRENT_PROJECT_VERSION: "1"
ENABLE_USER_SCRIPT_SANDBOXING: NO
SWIFT_STRICT_CONCURRENCY: minimal
targets:
PrintQueue:
type: application
platform: iOS
deploymentTarget: "17.0"
sources:
- path: PrintQueue
scheme:
testTargets: []
gatherCoverageData: false
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.example.PrintQueue
PRODUCT_NAME: PrintQueue
INFOPLIST_FILE: PrintQueue/Info.plist
CODE_SIGN_ENTITLEMENTS: PrintQueue/PrintQueue.entitlements
ENABLE_PREVIEWS: YES
DEVELOPMENT_ASSET_PATHS: "\"PrintQueue/Preview Content\""
GENERATE_INFOPLIST_FILE: NO
# 1,2,6 = iPhone, iPad, Mac (idiom 6 = "Optimize Interface for Mac"): native Mac sizing
# instead of the default 77%-scaled iPad look, so text/controls render sharp and full-size.
TARGETED_DEVICE_FAMILY: "1,2,6"
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
SUPPORTS_MACCATALYST: YES
DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER: NO
CODE_SIGN_STYLE: Automatic
IPHONEOS_DEPLOYMENT_TARGET: "17.0"
MACOSX_DEPLOYMENT_TARGET: "14.0"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
schemes:
PrintQueue:
build:
targets:
PrintQueue: all
run:
config: Debug
archive:
config: Release