-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
27 lines (27 loc) · 715 Bytes
/
project.yml
File metadata and controls
27 lines (27 loc) · 715 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
name: ESP32-DFU
options:
bundleIdPrefix: com.pavelmasyukov
deploymentTarget:
iOS: "16.0"
settings:
base:
SWIFT_VERSION: 5.0
CODE_SIGN_STYLE: Automatic
targets:
ESP32-DFU:
type: application
platform: iOS
sources:
- path: ESP32-DFU
excludes:
- "**/*.md"
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.pavelmasyukov.esp32dfu
INFOPLIST_FILE: ESP32-DFU/Info.plist
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
CODE_SIGN_STYLE: Automatic
CODE_SIGNING_ALLOWED[sdk=iphonesimulator*]: NO
CODE_SIGNING_REQUIRED[sdk=iphonesimulator*]: NO
scheme:
testTargets: []