-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.yml
171 lines (167 loc) · 6.46 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
name: PMS-iOS-V2
options:
preGenCommand: fastlane pull
postGenCommand: carting update # 생성 이후 명령 실행
developmentLanguage: kr
deploymentTarget:
iOS: "11.0"
configs: # configuration 별 설정
Debug: debug
Release: release
configFiles:
Debug: xcconfig/Project-Debug.xcconfig
Release: xcconfig/Project-Release.xcconfig
settingGroups:
app:
DEVELOPMENT_TEAM: C2JSJLJ4FN
targets:
PMS-iOS-V2:
scheme:
testTargets:
- PMS-iOS-V2Tests
environmentVariables:
IMAGE_DIFF_DIR: $(SOURCE_ROOT)/$(PROJECT_NAME)Tests/FailureDiffs
FB_REFERENCE_IMAGE_DIR: $(SOURCE_ROOT)/$(PROJECT_NAME)Tests/ReferenceImages
language: Korean
region: South Korea
configFiles:
Debug: xcconfig/PMS-iOS-V2-Debug.xcconfig
Release: xcconfig/PMS-iOS-V2-Release.xcconfig
sources:
excludes:
- "SceneDelegate.swift"
- "Main.storyboard"
settings:
groups: [app]
base:
INFOPLIST_FILE: PMS-iOS-V2/Resource/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.dsm.pms-v2
CURRENT_PROJECT_VERSION: 6
VERSIONING_SYSTEM: Apple Generic
CODE_SIGN_STYLE: Manual
DEVELOPMENT_TEAM: Z25H7B85Z8
CODE_SIGN_ENTITLEMENTS: PMS-iOS-V2/Resource/PMS-iOS-V2.entitlements
FRAMEWORK_SEARCH_PATHS: $(inherited) $(PROJECT_DIR)/Carthage/Build $(PROJECT_DIR)/Carthage/Build/iOS
postCompileScripts:
- script: swiftlint
- name: Swiftlint
dependencies:
- target: PMS-Today-Extension
codeSign: false
embed: true
- carthage: Carthage/Build/iOS/Alamofire
- carthage: Carthage/Build/iOS/Differentiator
- carthage: Carthage/Build/iOS/FSCalendar
- carthage: Carthage/Build/iOS/Kingfisher
- carthage: Carthage/Build/iOS/Lottie
- carthage: Carthage/Build/iOS/Moya
- carthage: Carthage/Build/iOS/Reachability
- carthage: Carthage/Build/iOS/ReactiveSwift
- carthage: Carthage/Build/iOS/RxBlocking
- carthage: Carthage/Build/iOS/RxCocoa
- carthage: Carthage/Build/iOS/RxDataSources
- carthage: Carthage/Build/iOS/RxFlow
- carthage: Carthage/Build/iOS/RxMoya
- carthage: Carthage/Build/iOS/RxRelay
- carthage: Carthage/Build/iOS/RxSwift
- carthage: Carthage/Build/iOS/SkeletonView
- carthage: Carthage/Build/iOS/SnapKit
- carthage: Carthage/Build/iOS/Swinject
- carthage: Carthage/Build/iOS/SwinjectAutoregistration
- carthage: Carthage/Build/iOS/Then
- carthage: Carthage/Build/iOS/FBLPromises
- carthage: Carthage/Build/iOS/Promises
- carthage: Carthage/Build/iOS/FBSDKCoreKit
- carthage: Carthage/Build/iOS/FBSDKLoginKit
- carthage: Carthage/Build/iOS/FBSDKGamingServicesKit
- carthage: Carthage/Build/iOS/FBSDKShareKit
- carthage: Carthage/Build/iOS/NaverThirdPartyLogin
- carthage: Carthage/Build/iOS/KakaoOpenSDK
- framework: Carthage/Build/FirebaseCrashlytics.xcframework
embed: false
- framework: Carthage/Build/FirebaseAnalytics.xcframework
embed: false
- framework: Carthage/Build/FirebaseMessaging.xcframework
embed: false
- framework: Carthage/Build/FirebaseABTesting.xcframework
embed: false
- framework: Carthage/Build/FirebaseCore.xcframework
embed: false
- framework: Carthage/Build/FirebaseCoreDiagnostics.xcframework
embed: false
- framework: Carthage/Build/FirebaseDynamicLinks.xcframework
embed: false
- framework: Carthage/Build/FirebaseInstallations.xcframework
embed: false
- framework: Carthage/Build/FirebasePerformance.xcframework
embed: false
- framework: Carthage/Build/FirebaseRemoteConfig.xcframework
embed: false
- framework: Carthage/Build/GoogleAppMeasurement.xcframework
embed: false
- framework: Carthage/Build/GoogleDataTransport.xcframework
embed: false
- framework: Carthage/Build/GoogleUtilities.xcframework
embed: false
- framework: Carthage/Build/nanopb.xcframework
embed: false
- framework: Carthage/Build/PromisesObjC.xcframework
embed: false
- framework: Carthage/Build/Protobuf.xcframework
embed: false
type: application
platform: iOS
sources: [PMS-iOS-V2]
PMS-iOS-V2Tests:
type: bundle.unit-test # 테스트 타입
platform: iOS # 플랫폼
sources: [PMS-iOS-V2Tests]
configFiles:
Debug: xcconfig/PMS-iOS-V2Tests-Debug.xcconfig
Release: xcconfig/PMS-iOS-V2Tests-Release.xcconfig
settings:
groups: [app]
INFOPLIST_FILE: Resource/Info.plist # Info.plist 등록
commandLineArguments: [test: true]
FRAMEWORK_SEARCH_PATHS: $(inherited) $(PROJECT_DIR)/Carthage/Build/iOS
preBuildScripts:
- path: PMS-iOS-V2Tests/Resource/script.sh
name: Carthage
inputFileLists:
- $(SRCROOT)/PMS-iOS-V2Tests/Resource/PMS-iOS-V2-inputPaths.xcfilelist
dependencies:
- carthage: FBSnapshotTestCase
embed: false
- carthage: RxTest
embed: false
- carthage: RxSwift
embed: false
PMS-iOS-V2UITests:
type: bundle.ui-testing # 테스트 타입
platform: iOS # 플랫폼
sources: [PMS-iOS-V2UITests]
configFiles:
Debug: xcconfig/PMS-iOS-V2UITests-Debug.xcconfig
Release: xcconfig/PMS-iOS-V2UITests-Release.xcconfig
settings:
groups: [app]
INFOPLIST_FILE: Resource/Info.plist # Info.plist 등록
commandLineArguments: [test: true]
FRAMEWORK_SEARCH_PATHS: $(inherited)
PMS-Today-Extension:
type: app-extension
platform: iOS
sources: [PMS-Today-Extension, PMS-iOS-V2/Extension/Colors+Generated.swift, PMS-iOS-V2/Extension/UserDefaults+AppGroup.swift, PMS-iOS-V2/Domain/Entity/Calendar/PMSCalendar.swift, PMS-iOS-V2/Resource/Colors.xcassets]
configFiles:
Debug: xcconfig/PMS-Today-Extension-Debug.xcconfig
Release: xcconfig/PMS-Today-Extension-Release.xcconfig
settings:
base:
INFOPLIST_FILE: PMS-Today-Extension/Resource/Info.plist
PRODUCT_BUNDLE_IDENTIFIER: com.dsm.pms-v2.PMS-TodayExtension
CODE_SIGN_STYLE: Manual
DEVELOPMENT_TEAM: Z25H7B85Z8
CODE_SIGN_ENTITLEMENTS: PMS-Today-Extension/Resource/PMS.entitlements
FRAMEWORK_SEARCH_PATHS: $(inherited) @executable_path/Frameworks @executable_path/../../Frameworks $(PROJECT_DIR)/Carthage/Build $(PROJECT_DIR)/Carthage/Build/iOS
dependencies:
- sdk: NotificationCenter.framework