-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.yml
36 lines (33 loc) · 1018 Bytes
/
project.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
name: Project
include:
- .configs/project.yml
- Previews/previews.yml
settings:
MARKETING_VERSION: "1.0.0"
CURRENT_PROJECT_VERSION: "1"
targets:
MyTarget:
type: application
platform: iOS
deploymentTarget: 13.0
sources:
- path: iOS
dependencies:
- package: app-package
product: AppFeature
preBuildScripts:
- name: Generate resources boilerplate
script: "\"$SRCROOT/Scripts/generate_resources.sh\"\n"
info:
path: iOS/Info.plist
properties:
CFBundleDisplayName: MyApp
CFBundleShortVersionString: $(MARKETING_VERSION)
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
UILaunchStoryboardName: LaunchScreen
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Default Configuration
UISceneDelegateClassName: AppFeature.SceneDelegate