|
65 | 65 | 6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ObjectMapper.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
66 | 66 | 6AAC8F7A19F03C2900E7A677 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
67 | 67 | 6AAC8F7B19F03C2900E7A677 /* ObjectMapper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjectMapper.h; sourceTree = "<group>"; }; |
68 | | - 6AAC8F8119F03C2900E7A677 /* ObjectMapperTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ObjectMapperTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 68 | + 6AAC8F8119F03C2900E7A677 /* ObjectMapper-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ObjectMapper-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
69 | 69 | 6AAC8F8419F03C2900E7A677 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
70 | 70 | 6AAC8F8519F03C2900E7A677 /* ObjectMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ObjectMapperTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
71 | 71 | 6AAC8FC319F048FE00E7A677 /* FromJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = FromJSON.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
|
124 | 124 | isa = PBXGroup; |
125 | 125 | children = ( |
126 | 126 | 6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */, |
127 | | - 6AAC8F8119F03C2900E7A677 /* ObjectMapperTests.xctest */, |
| 127 | + 6AAC8F8119F03C2900E7A677 /* ObjectMapper-iOSTests.xctest */, |
128 | 128 | ); |
129 | 129 | name = Products; |
130 | 130 | sourceTree = "<group>"; |
|
207 | 207 | /* End PBXHeadersBuildPhase section */ |
208 | 208 |
|
209 | 209 | /* Begin PBXNativeTarget section */ |
210 | | - 6AAC8F7519F03C2900E7A677 /* ObjectMapper */ = { |
| 210 | + 6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */ = { |
211 | 211 | isa = PBXNativeTarget; |
212 | | - buildConfigurationList = 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper" */; |
| 212 | + buildConfigurationList = 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOS" */; |
213 | 213 | buildPhases = ( |
214 | 214 | 6AAC8F7119F03C2900E7A677 /* Sources */, |
215 | 215 | 6AAC8F7219F03C2900E7A677 /* Frameworks */, |
|
220 | 220 | ); |
221 | 221 | dependencies = ( |
222 | 222 | ); |
223 | | - name = ObjectMapper; |
| 223 | + name = "ObjectMapper-iOS"; |
224 | 224 | productName = ObjectMapper; |
225 | 225 | productReference = 6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */; |
226 | 226 | productType = "com.apple.product-type.framework"; |
227 | 227 | }; |
228 | | - 6AAC8F8019F03C2900E7A677 /* ObjectMapperTests */ = { |
| 228 | + 6AAC8F8019F03C2900E7A677 /* ObjectMapper-iOSTests */ = { |
229 | 229 | isa = PBXNativeTarget; |
230 | | - buildConfigurationList = 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapperTests" */; |
| 230 | + buildConfigurationList = 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOSTests" */; |
231 | 231 | buildPhases = ( |
232 | 232 | 6AAC8F7D19F03C2900E7A677 /* Sources */, |
233 | 233 | 6AAC8F7E19F03C2900E7A677 /* Frameworks */, |
|
239 | 239 | dependencies = ( |
240 | 240 | 6AAC8FD619F04A5600E7A677 /* PBXTargetDependency */, |
241 | 241 | ); |
242 | | - name = ObjectMapperTests; |
| 242 | + name = "ObjectMapper-iOSTests"; |
243 | 243 | productName = ObjectMapperTests; |
244 | | - productReference = 6AAC8F8119F03C2900E7A677 /* ObjectMapperTests.xctest */; |
| 244 | + productReference = 6AAC8F8119F03C2900E7A677 /* ObjectMapper-iOSTests.xctest */; |
245 | 245 | productType = "com.apple.product-type.bundle.unit-test"; |
246 | 246 | }; |
247 | 247 | /* End PBXNativeTarget section */ |
|
273 | 273 | projectDirPath = ""; |
274 | 274 | projectRoot = ""; |
275 | 275 | targets = ( |
276 | | - 6AAC8F7519F03C2900E7A677 /* ObjectMapper */, |
277 | | - 6AAC8F8019F03C2900E7A677 /* ObjectMapperTests */, |
| 276 | + 6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */, |
| 277 | + 6AAC8F8019F03C2900E7A677 /* ObjectMapper-iOSTests */, |
278 | 278 | ); |
279 | 279 | }; |
280 | 280 | /* End PBXProject section */ |
|
334 | 334 | /* Begin PBXTargetDependency section */ |
335 | 335 | 6AAC8FD619F04A5600E7A677 /* PBXTargetDependency */ = { |
336 | 336 | isa = PBXTargetDependency; |
337 | | - target = 6AAC8F7519F03C2900E7A677 /* ObjectMapper */; |
| 337 | + target = 6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */; |
338 | 338 | targetProxy = 6AAC8FD519F04A5600E7A677 /* PBXContainerItemProxy */; |
339 | 339 | }; |
340 | 340 | /* End PBXTargetDependency section */ |
|
436 | 436 | INFOPLIST_FILE = ObjectMapper/Info.plist; |
437 | 437 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
438 | 438 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
439 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 439 | + PRODUCT_NAME = "$(PROJECT_NAME)"; |
440 | 440 | SKIP_INSTALL = YES; |
441 | 441 | }; |
442 | 442 | name = Debug; |
|
452 | 452 | INFOPLIST_FILE = ObjectMapper/Info.plist; |
453 | 453 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
454 | 454 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
455 | | - PRODUCT_NAME = "$(TARGET_NAME)"; |
| 455 | + PRODUCT_NAME = "$(PROJECT_NAME)"; |
456 | 456 | SKIP_INSTALL = YES; |
457 | 457 | }; |
458 | 458 | name = Release; |
|
499 | 499 | defaultConfigurationIsVisible = 0; |
500 | 500 | defaultConfigurationName = Release; |
501 | 501 | }; |
502 | | - 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper" */ = { |
| 502 | + 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOS" */ = { |
503 | 503 | isa = XCConfigurationList; |
504 | 504 | buildConfigurations = ( |
505 | 505 | 6AAC8F8A19F03C2900E7A677 /* Debug */, |
|
508 | 508 | defaultConfigurationIsVisible = 0; |
509 | 509 | defaultConfigurationName = Release; |
510 | 510 | }; |
511 | | - 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapperTests" */ = { |
| 511 | + 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOSTests" */ = { |
512 | 512 | isa = XCConfigurationList; |
513 | 513 | buildConfigurations = ( |
514 | 514 | 6AAC8F8D19F03C2900E7A677 /* Debug */, |
|
0 commit comments