-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathproject.yml
52 lines (46 loc) · 1.21 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: Spark
configs:
Debug: debug
Release: release
options:
createIntermediateGroups: true
defaultConfig: Release
groupSortPosition: top
deploymentTarget:
iOS: 15.0
useBaseInternationalization: false
postGenCommand: sh .postGenCommand.sh
packages:
SparkCore:
path: .Demo/..
targetTemplates:
SparkDemoTemplate:
type: application
platform: iOS
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: "com.adevinta.spark.demo"
SUPPORTED_PLATFORMS: "iphoneos iphonesimulator"
SUPPORTS_MACCATALYST: NO
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD: NO
info:
path: .Demo/Info.plist
properties:
UILaunchScreen: []
UIApplicationSceneManifest:
UIApplicationSupportsMultipleScenes: false
UISceneConfigurations:
UIWindowSceneSessionRoleApplication:
- UISceneConfigurationName: Default Configuration
UISceneDelegateClassName: $(PRODUCT_MODULE_NAME).SceneDelegate
sources:
- path: .Demo
dependencies:
- package: SparkCore
product: SparkCore
- package: SparkCore
product: SparkCoreTesting
targets:
SparkDemo:
templates:
- SparkDemoTemplate