|
36 | 36 | E20BA60E213941E1005BA13B /* DeviceIdentifierTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceIdentifierTests.swift; sourceTree = "<group>"; }; |
37 | 37 | E20BA611213949D1005BA13B /* DeviceModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceModelTests.swift; sourceTree = "<group>"; }; |
38 | 38 | E20BA61321395AA8005BA13B /* DeviceModel+IsSimulator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DeviceModel+IsSimulator.swift"; sourceTree = "<group>"; }; |
39 | | - E2566520212614270061CCF7 /* DeviceIdentificatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DeviceIdentificatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 39 | + E2566520212614270061CCF7 /* DeviceIdentificator-iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DeviceIdentificator-iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 | 40 | E2566522212614270061CCF7 /* UIDeviceExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIDeviceExtensionsTests.swift; sourceTree = "<group>"; }; |
41 | 41 | E2566524212614270061CCF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
42 | 42 | E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeviceIdentificator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
88 | 88 | isa = PBXGroup; |
89 | 89 | children = ( |
90 | 90 | E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */, |
91 | | - E2566520212614270061CCF7 /* DeviceIdentificatorTests.xctest */, |
| 91 | + E2566520212614270061CCF7 /* DeviceIdentificator-iOSTests.xctest */, |
92 | 92 | ); |
93 | 93 | name = Products; |
94 | 94 | sourceTree = "<group>"; |
|
121 | 121 | /* End PBXHeadersBuildPhase section */ |
122 | 122 |
|
123 | 123 | /* Begin PBXNativeTarget section */ |
124 | | - E256651F212614270061CCF7 /* DeviceIdentificatorTests */ = { |
| 124 | + E256651F212614270061CCF7 /* DeviceIdentificator-iOSTests */ = { |
125 | 125 | isa = PBXNativeTarget; |
126 | | - buildConfigurationList = E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificatorTests" */; |
| 126 | + buildConfigurationList = E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOSTests" */; |
127 | 127 | buildPhases = ( |
128 | 128 | E256651C212614270061CCF7 /* Sources */, |
129 | 129 | E256651D212614270061CCF7 /* Frameworks */, |
|
134 | 134 | dependencies = ( |
135 | 135 | E2566527212614270061CCF7 /* PBXTargetDependency */, |
136 | 136 | ); |
137 | | - name = DeviceIdentificatorTests; |
| 137 | + name = "DeviceIdentificator-iOSTests"; |
138 | 138 | productName = DeviceIdentificatorTests; |
139 | | - productReference = E2566520212614270061CCF7 /* DeviceIdentificatorTests.xctest */; |
| 139 | + productReference = E2566520212614270061CCF7 /* DeviceIdentificator-iOSTests.xctest */; |
140 | 140 | productType = "com.apple.product-type.bundle.unit-test"; |
141 | 141 | }; |
142 | | - E2A364F5200D104900668DF9 /* DeviceIdentificator */ = { |
| 142 | + E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */ = { |
143 | 143 | isa = PBXNativeTarget; |
144 | | - buildConfigurationList = E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator" */; |
| 144 | + buildConfigurationList = E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOS" */; |
145 | 145 | buildPhases = ( |
146 | 146 | E20BA6072138AFCB005BA13B /* Swiftlint */, |
147 | 147 | E2A364F1200D104900668DF9 /* Sources */, |
|
153 | 153 | ); |
154 | 154 | dependencies = ( |
155 | 155 | ); |
156 | | - name = DeviceIdentificator; |
| 156 | + name = "DeviceIdentificator-iOS"; |
157 | 157 | productName = DeviceIdentificator; |
158 | 158 | productReference = E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */; |
159 | 159 | productType = "com.apple.product-type.framework"; |
|
191 | 191 | projectDirPath = ""; |
192 | 192 | projectRoot = ""; |
193 | 193 | targets = ( |
194 | | - E2A364F5200D104900668DF9 /* DeviceIdentificator */, |
195 | | - E256651F212614270061CCF7 /* DeviceIdentificatorTests */, |
| 194 | + E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */, |
| 195 | + E256651F212614270061CCF7 /* DeviceIdentificator-iOSTests */, |
196 | 196 | ); |
197 | 197 | }; |
198 | 198 | /* End PBXProject section */ |
|
259 | 259 | /* Begin PBXTargetDependency section */ |
260 | 260 | E2566527212614270061CCF7 /* PBXTargetDependency */ = { |
261 | 261 | isa = PBXTargetDependency; |
262 | | - target = E2A364F5200D104900668DF9 /* DeviceIdentificator */; |
| 262 | + target = E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */; |
263 | 263 | targetProxy = E2566526212614270061CCF7 /* PBXContainerItemProxy */; |
264 | 264 | }; |
265 | 265 | /* End PBXTargetDependency section */ |
|
353 | 353 | IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
354 | 354 | MTL_ENABLE_DEBUG_INFO = YES; |
355 | 355 | ONLY_ACTIVE_ARCH = YES; |
| 356 | + PRODUCT_NAME = DeviceIdentificator; |
356 | 357 | SDKROOT = iphoneos; |
357 | 358 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
358 | 359 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
|
408 | 409 | GCC_WARN_UNUSED_VARIABLE = YES; |
409 | 410 | IPHONEOS_DEPLOYMENT_TARGET = 10.0; |
410 | 411 | MTL_ENABLE_DEBUG_INFO = NO; |
| 412 | + PRODUCT_NAME = DeviceIdentificator; |
411 | 413 | SDKROOT = iphoneos; |
412 | 414 | SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
413 | 415 | VALIDATE_PRODUCT = YES; |
|
429 | 431 | INFOPLIST_FILE = Source/Info.plist; |
430 | 432 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
431 | 433 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
432 | | - PRODUCT_BUNDLE_IDENTIFIER = com.sebastianvarela.DeviceIdentificator; |
433 | | - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 434 | + PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificator; |
434 | 435 | SKIP_INSTALL = YES; |
435 | 436 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
436 | 437 | SWIFT_VERSION = 4.0; |
|
451 | 452 | INFOPLIST_FILE = Source/Info.plist; |
452 | 453 | INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; |
453 | 454 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
454 | | - PRODUCT_BUNDLE_IDENTIFIER = com.sebastianvarela.DeviceIdentificator; |
455 | | - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
| 455 | + PRODUCT_BUNDLE_IDENTIFIER = net.s3ba.DeviceIdentificator; |
456 | 456 | SKIP_INSTALL = YES; |
457 | 457 | SWIFT_VERSION = 4.0; |
458 | 458 | TARGETED_DEVICE_FAMILY = "1,2"; |
|
462 | 462 | /* End XCBuildConfiguration section */ |
463 | 463 |
|
464 | 464 | /* Begin XCConfigurationList section */ |
465 | | - E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificatorTests" */ = { |
| 465 | + E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOSTests" */ = { |
466 | 466 | isa = XCConfigurationList; |
467 | 467 | buildConfigurations = ( |
468 | 468 | E2566528212614270061CCF7 /* Debug */, |
|
480 | 480 | defaultConfigurationIsVisible = 0; |
481 | 481 | defaultConfigurationName = Release; |
482 | 482 | }; |
483 | | - E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator" */ = { |
| 483 | + E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOS" */ = { |
484 | 484 | isa = XCConfigurationList; |
485 | 485 | buildConfigurations = ( |
486 | 486 | E2A3650B200D104900668DF9 /* Debug */, |
|
0 commit comments