|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 55; |
| 6 | + objectVersion = 56; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 34FD760EB97BB96E9D770BF0 /* LoginRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D7624DE90CFBBEF778E120E /* LoginRepository.swift */; }; |
11 | 11 | 43E9C2380F425520C1FA1AD2 /* CourseDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAAC2885ACFE998578DC25E8 /* CourseDTO.swift */; }; |
12 | 12 | 684AAEA9796EED3F9FC592FC /* NetworkConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D46FD93B80D052843AD5063 /* NetworkConfiguration.swift */; }; |
13 | 13 | 901ACA7B98089AB702ADA830 /* Domain.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06FAA1459D11CCE724C34195 /* Domain.framework */; }; |
| 14 | + 950A0D702E5CCF0200C07CF2 /* SignRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A0D6F2E5CCEFD00C07CF2 /* SignRepository.swift */; }; |
| 15 | + 950A0D902E6039D600C07CF2 /* DefaultDTO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 950A0D8F2E6039D300C07CF2 /* DefaultDTO.swift */; }; |
14 | 16 | A334985695DC9388841BBC43 /* QuizRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CCA951B89F2C3D20AA31F7F /* QuizRepository.swift */; }; |
15 | 17 | B2F8FBFA915F696CCCA4152A /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3B0D3D8C7049B6856791C1D /* Alamofire.framework */; }; |
16 | 18 | E1BFC73FB539432F6E12CD94 /* CourseRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0730BC3657E24BCEA511A3C /* CourseRepository.swift */; }; |
|
41 | 43 | 4E75197C294DE74F5162FAA7 /* Data.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Data.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
42 | 44 | 5D46FD93B80D052843AD5063 /* NetworkConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkConfiguration.swift; sourceTree = "<group>"; }; |
43 | 45 | 77810122262C6CB16D4D47DA /* QuizDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuizDTO.swift; sourceTree = "<group>"; }; |
| 46 | + 950A0D6F2E5CCEFD00C07CF2 /* SignRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignRepository.swift; sourceTree = "<group>"; }; |
| 47 | + 950A0D8F2E6039D300C07CF2 /* DefaultDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultDTO.swift; sourceTree = "<group>"; }; |
44 | 48 | A3B0D3D8C7049B6856791C1D /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
45 | 49 | A44BC1E2E75FC256F832CA38 /* LoginDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginDTO.swift; sourceTree = "<group>"; }; |
46 | 50 | AAAC2885ACFE998578DC25E8 /* CourseDTO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CourseDTO.swift; sourceTree = "<group>"; }; |
|
73 | 77 | 647255CD65221C9CD4A43DED /* DTO */ = { |
74 | 78 | isa = PBXGroup; |
75 | 79 | children = ( |
| 80 | + 950A0D8F2E6039D300C07CF2 /* DefaultDTO.swift */, |
76 | 81 | AAAC2885ACFE998578DC25E8 /* CourseDTO.swift */, |
77 | 82 | A44BC1E2E75FC256F832CA38 /* LoginDTO.swift */, |
78 | 83 | 77810122262C6CB16D4D47DA /* QuizDTO.swift */, |
|
83 | 88 | 73F3ED55BFDC2EF15878F5B6 /* Repository */ = { |
84 | 89 | isa = PBXGroup; |
85 | 90 | children = ( |
| 91 | + 950A0D6F2E5CCEFD00C07CF2 /* SignRepository.swift */, |
86 | 92 | B0730BC3657E24BCEA511A3C /* CourseRepository.swift */, |
87 | 93 | 3D7624DE90CFBBEF778E120E /* LoginRepository.swift */, |
88 | 94 | 3CCA951B89F2C3D20AA31F7F /* QuizRepository.swift */, |
|
172 | 178 | isa = PBXProject; |
173 | 179 | attributes = { |
174 | 180 | BuildIndependentTargetsInParallel = YES; |
175 | | - TargetAttributes = { |
176 | | - }; |
177 | 181 | }; |
178 | 182 | buildConfigurationList = BDB112DA78B2B42275EC3A62 /* Build configuration list for PBXProject "Data" */; |
179 | 183 | compatibilityVersion = "Xcode 14.0"; |
|
212 | 216 | FF43B3A4D0DC88307E918DB0 /* LoginDTO.swift in Sources */, |
213 | 217 | E9463A3FF42D5F0960245F80 /* QuizDTO.swift in Sources */, |
214 | 218 | 684AAEA9796EED3F9FC592FC /* NetworkConfiguration.swift in Sources */, |
| 219 | + 950A0D702E5CCF0200C07CF2 /* SignRepository.swift in Sources */, |
215 | 220 | E1BFC73FB539432F6E12CD94 /* CourseRepository.swift in Sources */, |
216 | 221 | 34FD760EB97BB96E9D770BF0 /* LoginRepository.swift in Sources */, |
| 222 | + 950A0D902E6039D600C07CF2 /* DefaultDTO.swift in Sources */, |
217 | 223 | A334985695DC9388841BBC43 /* QuizRepository.swift in Sources */, |
218 | 224 | E6785667C8E247C344474CBB /* TokenRepository.swift in Sources */, |
219 | 225 | ); |
|
245 | 251 | SUPPORTS_MACCATALYST = NO; |
246 | 252 | SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; |
247 | 253 | SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO; |
248 | | - SWIFT_ACTIVE_COMPILATION_CONDITIONS = ( |
249 | | - "$(inherited)", |
250 | | - DEBUG, |
251 | | - ); |
| 254 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; |
252 | 255 | SWIFT_COMPILATION_MODE = singlefile; |
253 | 256 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
254 | 257 | SWIFT_VERSION = 5.0; |
|
0 commit comments