|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + A7199EEA1BFC038D00757E4F /* CaravelError.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7199EE91BFC038D00757E4F /* CaravelError.swift */; }; |
| 11 | + A7199EEC1BFC0EC700757E4F /* CaravelFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7199EEB1BFC0EC700757E4F /* CaravelFactory.swift */; }; |
| 12 | + A7199EEE1BFC11E000757E4F /* NSObjectExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7199EED1BFC11E000757E4F /* NSObjectExtension.swift */; }; |
| 13 | + A7199EF01BFC134B00757E4F /* ThreadingHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7199EEF1BFC134B00757E4F /* ThreadingHelper.swift */; }; |
| 14 | + A7199EF31BFC1F4400757E4F /* EventBus.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7199EF21BFC1F4400757E4F /* EventBus.swift */; }; |
10 | 15 | A7AC9F281B3493EB0041EB0B /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7AC9F271B3493EB0041EB0B /* StringExtension.swift */; }; |
11 | 16 | A7F1DD981B17D957001E9B94 /* caravel.h in Headers */ = {isa = PBXBuildFile; fileRef = A7F1DD971B17D957001E9B94 /* caravel.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 17 | A7F1DD9E1B17D958001E9B94 /* Caravel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7F1DD921B17D957001E9B94 /* Caravel.framework */; }; |
13 | 18 | A7F1DDA51B17D958001E9B94 /* caravelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDA41B17D958001E9B94 /* caravelTests.swift */; }; |
14 | 19 | A7F1DDB21B17D989001E9B94 /* Caravel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDAE1B17D989001E9B94 /* Caravel.swift */; }; |
15 | | - A7F1DDB31B17D989001E9B94 /* Subscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDAF1B17D989001E9B94 /* Subscriber.swift */; }; |
| 20 | + A7F1DDB31B17D989001E9B94 /* EventSubscriber.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDAF1B17D989001E9B94 /* EventSubscriber.swift */; }; |
16 | 21 | A7F1DDB51B17D989001E9B94 /* UIWebViewDelegateMediator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDB11B17D989001E9B94 /* UIWebViewDelegateMediator.swift */; }; |
17 | 22 | A7F1DDB81B17E5F8001E9B94 /* DataSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDB71B17E5F8001E9B94 /* DataSerializer.swift */; }; |
18 | | - A7F1DDBA1B17E6F5001E9B94 /* SupportedType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDB91B17E6F5001E9B94 /* SupportedType.swift */; }; |
19 | 23 | A7F1DDBC1B17EF24001E9B94 /* ArgumentParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7F1DDBB1B17EF24001E9B94 /* ArgumentParser.swift */; }; |
20 | 24 | /* End PBXBuildFile section */ |
21 | 25 |
|
|
30 | 34 | /* End PBXContainerItemProxy section */ |
31 | 35 |
|
32 | 36 | /* Begin PBXFileReference section */ |
| 37 | + A7199EE91BFC038D00757E4F /* CaravelError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CaravelError.swift; sourceTree = "<group>"; }; |
| 38 | + A7199EEB1BFC0EC700757E4F /* CaravelFactory.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CaravelFactory.swift; path = internal/CaravelFactory.swift; sourceTree = "<group>"; }; |
| 39 | + A7199EED1BFC11E000757E4F /* NSObjectExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NSObjectExtension.swift; path = utils/NSObjectExtension.swift; sourceTree = "<group>"; }; |
| 40 | + A7199EEF1BFC134B00757E4F /* ThreadingHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ThreadingHelper.swift; path = utils/ThreadingHelper.swift; sourceTree = "<group>"; }; |
| 41 | + A7199EF21BFC1F4400757E4F /* EventBus.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventBus.swift; sourceTree = "<group>"; }; |
33 | 42 | A7AC9F271B3493EB0041EB0B /* StringExtension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = StringExtension.swift; path = utils/StringExtension.swift; sourceTree = "<group>"; }; |
34 | 43 | A7F1DD921B17D957001E9B94 /* Caravel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Caravel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
35 | 44 | A7F1DD961B17D957001E9B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
38 | 47 | A7F1DDA31B17D958001E9B94 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
39 | 48 | A7F1DDA41B17D958001E9B94 /* caravelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = caravelTests.swift; sourceTree = "<group>"; }; |
40 | 49 | A7F1DDAE1B17D989001E9B94 /* Caravel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Caravel.swift; sourceTree = "<group>"; }; |
41 | | - A7F1DDAF1B17D989001E9B94 /* Subscriber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Subscriber.swift; sourceTree = "<group>"; }; |
42 | | - A7F1DDB11B17D989001E9B94 /* UIWebViewDelegateMediator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIWebViewDelegateMediator.swift; sourceTree = "<group>"; }; |
43 | | - A7F1DDB71B17E5F8001E9B94 /* DataSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataSerializer.swift; sourceTree = "<group>"; }; |
44 | | - A7F1DDB91B17E6F5001E9B94 /* SupportedType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SupportedType.swift; sourceTree = "<group>"; }; |
45 | | - A7F1DDBB1B17EF24001E9B94 /* ArgumentParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArgumentParser.swift; sourceTree = "<group>"; }; |
| 50 | + A7F1DDAF1B17D989001E9B94 /* EventSubscriber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EventSubscriber.swift; path = internal/EventSubscriber.swift; sourceTree = "<group>"; }; |
| 51 | + A7F1DDB11B17D989001E9B94 /* UIWebViewDelegateMediator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UIWebViewDelegateMediator.swift; path = internal/UIWebViewDelegateMediator.swift; sourceTree = "<group>"; }; |
| 52 | + A7F1DDB71B17E5F8001E9B94 /* DataSerializer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataSerializer.swift; path = internal/DataSerializer.swift; sourceTree = "<group>"; }; |
| 53 | + A7F1DDBB1B17EF24001E9B94 /* ArgumentParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ArgumentParser.swift; path = internal/ArgumentParser.swift; sourceTree = "<group>"; }; |
46 | 54 | /* End PBXFileReference section */ |
47 | 55 |
|
48 | 56 | /* Begin PBXFrameworksBuildPhase section */ |
|
64 | 72 | /* End PBXFrameworksBuildPhase section */ |
65 | 73 |
|
66 | 74 | /* Begin PBXGroup section */ |
| 75 | + A7199EF11BFC1EBE00757E4F /* internal */ = { |
| 76 | + isa = PBXGroup; |
| 77 | + children = ( |
| 78 | + A7F1DDBB1B17EF24001E9B94 /* ArgumentParser.swift */, |
| 79 | + A7199EEB1BFC0EC700757E4F /* CaravelFactory.swift */, |
| 80 | + A7F1DDB71B17E5F8001E9B94 /* DataSerializer.swift */, |
| 81 | + A7F1DDAF1B17D989001E9B94 /* EventSubscriber.swift */, |
| 82 | + A7F1DDB11B17D989001E9B94 /* UIWebViewDelegateMediator.swift */, |
| 83 | + ); |
| 84 | + name = internal; |
| 85 | + sourceTree = "<group>"; |
| 86 | + }; |
67 | 87 | A7AC9F261B3493CA0041EB0B /* utils */ = { |
68 | 88 | isa = PBXGroup; |
69 | 89 | children = ( |
70 | 90 | A7AC9F271B3493EB0041EB0B /* StringExtension.swift */, |
| 91 | + A7199EED1BFC11E000757E4F /* NSObjectExtension.swift */, |
| 92 | + A7199EEF1BFC134B00757E4F /* ThreadingHelper.swift */, |
71 | 93 | ); |
72 | 94 | name = utils; |
73 | 95 | sourceTree = "<group>"; |
|
93 | 115 | A7F1DD941B17D957001E9B94 /* caravel */ = { |
94 | 116 | isa = PBXGroup; |
95 | 117 | children = ( |
96 | | - A7AC9F261B3493CA0041EB0B /* utils */, |
97 | | - A7F1DDAE1B17D989001E9B94 /* Caravel.swift */, |
98 | | - A7F1DDAF1B17D989001E9B94 /* Subscriber.swift */, |
99 | | - A7F1DDB11B17D989001E9B94 /* UIWebViewDelegateMediator.swift */, |
100 | 118 | A7F1DD971B17D957001E9B94 /* caravel.h */, |
| 119 | + A7F1DDAE1B17D989001E9B94 /* Caravel.swift */, |
| 120 | + A7199EE91BFC038D00757E4F /* CaravelError.swift */, |
| 121 | + A7199EF21BFC1F4400757E4F /* EventBus.swift */, |
| 122 | + A7199EF11BFC1EBE00757E4F /* internal */, |
101 | 123 | A7F1DD951B17D957001E9B94 /* Supporting Files */, |
102 | | - A7F1DDB71B17E5F8001E9B94 /* DataSerializer.swift */, |
103 | | - A7F1DDB91B17E6F5001E9B94 /* SupportedType.swift */, |
104 | | - A7F1DDBB1B17EF24001E9B94 /* ArgumentParser.swift */, |
| 124 | + A7AC9F261B3493CA0041EB0B /* utils */, |
105 | 125 | ); |
106 | 126 | path = caravel; |
107 | 127 | sourceTree = "<group>"; |
|
145 | 165 | /* End PBXHeadersBuildPhase section */ |
146 | 166 |
|
147 | 167 | /* Begin PBXNativeTarget section */ |
148 | | - A7F1DD911B17D957001E9B94 /* Caravel.temp_caseinsensitive_rename */ = { |
| 168 | + A7F1DD911B17D957001E9B94 /* Caravel */ = { |
149 | 169 | isa = PBXNativeTarget; |
150 | | - buildConfigurationList = A7F1DDA81B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel.temp_caseinsensitive_rename" */; |
| 170 | + buildConfigurationList = A7F1DDA81B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel" */; |
151 | 171 | buildPhases = ( |
152 | 172 | A7F1DD8D1B17D957001E9B94 /* Sources */, |
153 | 173 | A7F1DD8E1B17D957001E9B94 /* Frameworks */, |
|
158 | 178 | ); |
159 | 179 | dependencies = ( |
160 | 180 | ); |
161 | | - name = Caravel.temp_caseinsensitive_rename; |
| 181 | + name = Caravel; |
162 | 182 | productName = caravel; |
163 | 183 | productReference = A7F1DD921B17D957001E9B94 /* Caravel.framework */; |
164 | 184 | productType = "com.apple.product-type.framework"; |
165 | 185 | }; |
166 | | - A7F1DD9C1B17D958001E9B94 /* Caravel.temp_caseinsensitive_renameTests */ = { |
| 186 | + A7F1DD9C1B17D958001E9B94 /* CaravelTests */ = { |
167 | 187 | isa = PBXNativeTarget; |
168 | | - buildConfigurationList = A7F1DDAB1B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel.temp_caseinsensitive_renameTests" */; |
| 188 | + buildConfigurationList = A7F1DDAB1B17D958001E9B94 /* Build configuration list for PBXNativeTarget "CaravelTests" */; |
169 | 189 | buildPhases = ( |
170 | 190 | A7F1DD991B17D958001E9B94 /* Sources */, |
171 | 191 | A7F1DD9A1B17D958001E9B94 /* Frameworks */, |
|
176 | 196 | dependencies = ( |
177 | 197 | A7F1DDA01B17D958001E9B94 /* PBXTargetDependency */, |
178 | 198 | ); |
179 | | - name = Caravel.temp_caseinsensitive_renameTests; |
| 199 | + name = CaravelTests; |
180 | 200 | productName = caravelTests; |
181 | 201 | productReference = A7F1DD9D1B17D958001E9B94 /* CaravelTests.xctest */; |
182 | 202 | productType = "com.apple.product-type.bundle.unit-test"; |
|
212 | 232 | projectDirPath = ""; |
213 | 233 | projectRoot = ""; |
214 | 234 | targets = ( |
215 | | - A7F1DD911B17D957001E9B94 /* Caravel.temp_caseinsensitive_rename */, |
216 | | - A7F1DD9C1B17D958001E9B94 /* Caravel.temp_caseinsensitive_renameTests */, |
| 235 | + A7F1DD911B17D957001E9B94 /* Caravel */, |
| 236 | + A7F1DD9C1B17D958001E9B94 /* CaravelTests */, |
217 | 237 | ); |
218 | 238 | }; |
219 | 239 | /* End PBXProject section */ |
|
240 | 260 | isa = PBXSourcesBuildPhase; |
241 | 261 | buildActionMask = 2147483647; |
242 | 262 | files = ( |
243 | | - A7F1DDB31B17D989001E9B94 /* Subscriber.swift in Sources */, |
| 263 | + A7F1DDB31B17D989001E9B94 /* EventSubscriber.swift in Sources */, |
| 264 | + A7199EF31BFC1F4400757E4F /* EventBus.swift in Sources */, |
244 | 265 | A7AC9F281B3493EB0041EB0B /* StringExtension.swift in Sources */, |
| 266 | + A7199EF01BFC134B00757E4F /* ThreadingHelper.swift in Sources */, |
245 | 267 | A7F1DDB51B17D989001E9B94 /* UIWebViewDelegateMediator.swift in Sources */, |
246 | | - A7F1DDBA1B17E6F5001E9B94 /* SupportedType.swift in Sources */, |
247 | 268 | A7F1DDB81B17E5F8001E9B94 /* DataSerializer.swift in Sources */, |
| 269 | + A7199EEA1BFC038D00757E4F /* CaravelError.swift in Sources */, |
| 270 | + A7199EEC1BFC0EC700757E4F /* CaravelFactory.swift in Sources */, |
248 | 271 | A7F1DDB21B17D989001E9B94 /* Caravel.swift in Sources */, |
| 272 | + A7199EEE1BFC11E000757E4F /* NSObjectExtension.swift in Sources */, |
249 | 273 | A7F1DDBC1B17EF24001E9B94 /* ArgumentParser.swift in Sources */, |
250 | 274 | ); |
251 | 275 | runOnlyForDeploymentPostprocessing = 0; |
|
263 | 287 | /* Begin PBXTargetDependency section */ |
264 | 288 | A7F1DDA01B17D958001E9B94 /* PBXTargetDependency */ = { |
265 | 289 | isa = PBXTargetDependency; |
266 | | - target = A7F1DD911B17D957001E9B94 /* Caravel.temp_caseinsensitive_rename */; |
| 290 | + target = A7F1DD911B17D957001E9B94 /* Caravel */; |
267 | 291 | targetProxy = A7F1DD9F1B17D958001E9B94 /* PBXContainerItemProxy */; |
268 | 292 | }; |
269 | 293 | /* End PBXTargetDependency section */ |
|
433 | 457 | defaultConfigurationIsVisible = 0; |
434 | 458 | defaultConfigurationName = Release; |
435 | 459 | }; |
436 | | - A7F1DDA81B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel.temp_caseinsensitive_rename" */ = { |
| 460 | + A7F1DDA81B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel" */ = { |
437 | 461 | isa = XCConfigurationList; |
438 | 462 | buildConfigurations = ( |
439 | 463 | A7F1DDA91B17D958001E9B94 /* Debug */, |
|
442 | 466 | defaultConfigurationIsVisible = 0; |
443 | 467 | defaultConfigurationName = Release; |
444 | 468 | }; |
445 | | - A7F1DDAB1B17D958001E9B94 /* Build configuration list for PBXNativeTarget "Caravel.temp_caseinsensitive_renameTests" */ = { |
| 469 | + A7F1DDAB1B17D958001E9B94 /* Build configuration list for PBXNativeTarget "CaravelTests" */ = { |
446 | 470 | isa = XCConfigurationList; |
447 | 471 | buildConfigurations = ( |
448 | 472 | A7F1DDAC1B17D958001E9B94 /* Debug */, |
|
0 commit comments