-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
26 lines (26 loc) · 788 Bytes
/
project.yml
File metadata and controls
26 lines (26 loc) · 788 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
name: NullabilityAnnotationsObjc
options:
bundleIdPrefix: com.bleepingswift
deploymentTarget:
iOS: "26.0"
xcodeVersion: "26.2"
generateEmptyDirectories: true
settings:
CLANG_ENABLE_MODULES: YES
CLANG_ENABLE_OBJC_ARC: YES
GCC_C_LANGUAGE_STANDARD: gnu11
targets:
NullabilityAnnotationsObjc:
type: application
platform: iOS
sources:
- path: NullabilityAnnotationsObjc/Sources
excludes:
- "**/.DS_Store"
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.bleepingswift.nullabilityannotationsobjc
GENERATE_INFOPLIST_FILE: true
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents: true
INFOPLIST_KEY_UILaunchStoryboardName: ""
INFOPLIST_KEY_UIMainStoryboardFile: ""
INFOPLIST_KEY_UIStatusBarHidden: false