-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.yml
75 lines (75 loc) · 1.69 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
name: FachriApp
options:
bundleIdPrefix: com.fachrifaul
deploymentTarget:
iOS: 10.0
settings:
DEVELOPMENT_TEAM: AK67DH72N8
targets:
FachriApp:
type: application
platform: iOS
sources:
- FachriApp
# - path: Account/AccountResources
# - target: AccountResources
# - path: Account/AccountResources
# buildPhase:
# copyFiles:
# destination: plugins
# subpath: include/$(PRODUCT_NAME)
scheme:
testTargets:
- FachriAppTests
dependencies:
- sdk: Account.framework
implicit: true
# - target: AccountResources
- framework: Core.framework
implicit: true
- sdk: CoreText.framework
settings:
base:
INFOPLIST_FILE: FachriApp/Info.plist
FachriAppTests:
type: bundle.unit-test
platform: iOS
sources:
- FachriAppTests
dependencies:
- target: FachriApp
# Account:
# platform: iOS
# type: framework
# sources:
# - Account/Account/
# dependencies:
# - target: AccountResources
# - sdk: CoreText.framework
# AccountTests:
# type: bundle.unit-test
# platform: iOS
# sources:
# - Account/AccountTests/
# dependencies:
# - target: Account
# AccountResources:
# type: bundle
# platform: iOS
# sources:
# - Account/AccountResources/
# - path: Account/AccountResources/
# Core:
# platform: iOS
# type: framework
# sources:
# - Core/Core/
# dependencies:
# - sdk: CoreText.framework
# CoreTests:
# type: bundle.unit-test
# platform: iOS
# sources:
# - Core/CoreTests/
# dependencies:
# - target: Core