-
Notifications
You must be signed in to change notification settings - Fork 13
/
project.yml
129 lines (129 loc) · 3.31 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: GitTime
options:
bundleIdPrefix: io.github.87kangsw
deploymentTarget:
iOS: '14.0'
usesTabs: true
indentWidth: 4
tabWidth: 4
generateEmptyDirectories: true
useCocoaPods: false
packages:
ReactorKit:
url: https://github.com/ReactorKit/ReactorKit
from: 3.2.0
RxSwift:
url: https://github.com/ReactiveX/RxSwift
from: 6.2.0
RxDataSources:
url: https://github.com/RxSwiftCommunity/RxDataSources
from: 5.0.0
RxOptional:
url: https://github.com/RxSwiftCommunity/RxOptional
from: 5.0.2
Moya:
url: https://github.com/Moya/Moya
from: 15.0.0
SnapKit:
url: https://github.com/SnapKit/SnapKit
from: 5.7.1
PanModal:
url: https://github.com/slackhq/PanModal
from: 1.2.7
KeychainAccess:
url: https://github.com/kishikawakatsumi/KeychainAccess
from: 4.2.2
RealmSwift:
url: https://github.com/realm/realm-swift
from: 10.49.2
Kingfisher:
url: https://github.com/onevcat/Kingfisher
from: 7.10.2
SwiftyBeaver:
url: https://github.com/SwiftyBeaver/SwiftyBeaver
from: 2.0.2
Kanna:
url: https://github.com/tid-kijyun/Kanna.git
from: 5.3.0
Then:
url: https://github.com/devxoul/Then
from: 2.7.0
AcknowList:
url: https://github.com/vtourraine/AcknowList
from: 3.0.0
Firebase:
url: https://github.com/firebase/firebase-ios-sdk
from: 10.24.0
Toaster:
url: https://github.com/devxoul/Toaster.git
branch: master
GitHubKit:
url: https://github.com/87kangsw/GitHubKit
from: 1.0.2
fileGroups:
- GitTime/Supporting Files
targets:
GitTime:
platform: iOS
type: application
deploymentTarget: '14.0'
entitilements:
path: GitTime/Supporting Files/GitTime.entitlements
scheme:
testTargets:
- GitTimeTests
sources:
- path: 'GitTime/Sources'
type: group
- path: 'GitTime/Supporting Files'
type: group
- path: 'GitTime/Resources'
type: group
# postCompileScripts:
# - path: BuildScripts/SwiftLint.sh
# name: Swiftlint
postBuildScripts:
- path: BuildScripts/FirebaseCrashlytics.sh
name: Firebase Crashlytics
settings:
INFOPLIST_FILE: GitTime/Supporting Files/Info.plist
DEVELOPMENT_TEAM: R46Q3HW9V3
DEBUG_INFORMATION_FORMAT: dwarf-with-dsym
OTHER_LDFLAGS: -ObjC $(inherited)
dependencies:
- package: ReactorKit
- package: RxSwift
product: RxCocoa
- package: RxDataSources
- package: RxOptional
- package: Moya
product: Moya
- package: Moya
product: RxMoya
- package: SnapKit
- package: PanModal
- package: KeychainAccess
- package: RealmSwift
product: RealmSwift
- package: Kingfisher
- package: SwiftyBeaver
- package: Kanna
- package: Then
- package: AcknowList
- package: Firebase
product: FirebaseAnalytics
- package: Firebase
product: FirebaseCrashlytics
- package: Firebase
product: FirebaseAuth
- package: Firebase
product: FirebasePerformance
- package: Toaster
- package: GitHubKit
GitTimeTests:
platform: iOS
type: bundle.unit-test
sources:
- GitTimeTests
dependencies:
- target: GitTime