-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (27 loc) · 795 Bytes
/
project.yml
File metadata and controls
28 lines (27 loc) · 795 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
name: NutriShare
options:
bundleIdPrefix: com.nutrishare
deploymentTarget:
iOS: "16.0"
createIntermediateGroups: true
targets:
NutriShare:
type: application
platform: iOS
sources:
- path: NutriShare
excludes:
- "Info.plist"
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: com.nutrishare.ios
PRODUCT_NAME: NutriShare
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
INFOPLIST_FILE: NutriShare/Info.plist
SWIFT_EMIT_LOC_STRINGS: "YES"
GENERATE_INFOPLIST_FILE: "NO"
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME: AccentColor
DEVELOPMENT_ASSET_PATHS: "\"NutriShare/Preview Content\""
SWIFT_VERSION: "5.9"