Skip to content

Commit edd01e3

Browse files
Rename target for iOS
1 parent da8239b commit edd01e3

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

DeviceIdentificator.xcodeproj/project.pbxproj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
E20BA60E213941E1005BA13B /* DeviceIdentifierTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceIdentifierTests.swift; sourceTree = "<group>"; };
3737
E20BA611213949D1005BA13B /* DeviceModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeviceModelTests.swift; sourceTree = "<group>"; };
3838
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; };
4040
E2566522212614270061CCF7 /* UIDeviceExtensionsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIDeviceExtensionsTests.swift; sourceTree = "<group>"; };
4141
E2566524212614270061CCF7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4242
E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeviceIdentificator.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -88,7 +88,7 @@
8888
isa = PBXGroup;
8989
children = (
9090
E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */,
91-
E2566520212614270061CCF7 /* DeviceIdentificatorTests.xctest */,
91+
E2566520212614270061CCF7 /* DeviceIdentificator-iOSTests.xctest */,
9292
);
9393
name = Products;
9494
sourceTree = "<group>";
@@ -121,9 +121,9 @@
121121
/* End PBXHeadersBuildPhase section */
122122

123123
/* Begin PBXNativeTarget section */
124-
E256651F212614270061CCF7 /* DeviceIdentificatorTests */ = {
124+
E256651F212614270061CCF7 /* DeviceIdentificator-iOSTests */ = {
125125
isa = PBXNativeTarget;
126-
buildConfigurationList = E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificatorTests" */;
126+
buildConfigurationList = E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOSTests" */;
127127
buildPhases = (
128128
E256651C212614270061CCF7 /* Sources */,
129129
E256651D212614270061CCF7 /* Frameworks */,
@@ -134,14 +134,14 @@
134134
dependencies = (
135135
E2566527212614270061CCF7 /* PBXTargetDependency */,
136136
);
137-
name = DeviceIdentificatorTests;
137+
name = "DeviceIdentificator-iOSTests";
138138
productName = DeviceIdentificatorTests;
139-
productReference = E2566520212614270061CCF7 /* DeviceIdentificatorTests.xctest */;
139+
productReference = E2566520212614270061CCF7 /* DeviceIdentificator-iOSTests.xctest */;
140140
productType = "com.apple.product-type.bundle.unit-test";
141141
};
142-
E2A364F5200D104900668DF9 /* DeviceIdentificator */ = {
142+
E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */ = {
143143
isa = PBXNativeTarget;
144-
buildConfigurationList = E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator" */;
144+
buildConfigurationList = E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOS" */;
145145
buildPhases = (
146146
E20BA6072138AFCB005BA13B /* Swiftlint */,
147147
E2A364F1200D104900668DF9 /* Sources */,
@@ -153,7 +153,7 @@
153153
);
154154
dependencies = (
155155
);
156-
name = DeviceIdentificator;
156+
name = "DeviceIdentificator-iOS";
157157
productName = DeviceIdentificator;
158158
productReference = E2A364F6200D104900668DF9 /* DeviceIdentificator.framework */;
159159
productType = "com.apple.product-type.framework";
@@ -191,8 +191,8 @@
191191
projectDirPath = "";
192192
projectRoot = "";
193193
targets = (
194-
E2A364F5200D104900668DF9 /* DeviceIdentificator */,
195-
E256651F212614270061CCF7 /* DeviceIdentificatorTests */,
194+
E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */,
195+
E256651F212614270061CCF7 /* DeviceIdentificator-iOSTests */,
196196
);
197197
};
198198
/* End PBXProject section */
@@ -259,7 +259,7 @@
259259
/* Begin PBXTargetDependency section */
260260
E2566527212614270061CCF7 /* PBXTargetDependency */ = {
261261
isa = PBXTargetDependency;
262-
target = E2A364F5200D104900668DF9 /* DeviceIdentificator */;
262+
target = E2A364F5200D104900668DF9 /* DeviceIdentificator-iOS */;
263263
targetProxy = E2566526212614270061CCF7 /* PBXContainerItemProxy */;
264264
};
265265
/* End PBXTargetDependency section */
@@ -353,6 +353,7 @@
353353
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
354354
MTL_ENABLE_DEBUG_INFO = YES;
355355
ONLY_ACTIVE_ARCH = YES;
356+
PRODUCT_NAME = DeviceIdentificator;
356357
SDKROOT = iphoneos;
357358
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
358359
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -408,6 +409,7 @@
408409
GCC_WARN_UNUSED_VARIABLE = YES;
409410
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
410411
MTL_ENABLE_DEBUG_INFO = NO;
412+
PRODUCT_NAME = DeviceIdentificator;
411413
SDKROOT = iphoneos;
412414
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
413415
VALIDATE_PRODUCT = YES;
@@ -429,8 +431,7 @@
429431
INFOPLIST_FILE = Source/Info.plist;
430432
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
431433
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;
434435
SKIP_INSTALL = YES;
435436
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
436437
SWIFT_VERSION = 4.0;
@@ -451,8 +452,7 @@
451452
INFOPLIST_FILE = Source/Info.plist;
452453
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
453454
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;
456456
SKIP_INSTALL = YES;
457457
SWIFT_VERSION = 4.0;
458458
TARGETED_DEVICE_FAMILY = "1,2";
@@ -462,7 +462,7 @@
462462
/* End XCBuildConfiguration section */
463463

464464
/* Begin XCConfigurationList section */
465-
E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificatorTests" */ = {
465+
E256652A212614270061CCF7 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOSTests" */ = {
466466
isa = XCConfigurationList;
467467
buildConfigurations = (
468468
E2566528212614270061CCF7 /* Debug */,
@@ -480,7 +480,7 @@
480480
defaultConfigurationIsVisible = 0;
481481
defaultConfigurationName = Release;
482482
};
483-
E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator" */ = {
483+
E2A3650A200D104900668DF9 /* Build configuration list for PBXNativeTarget "DeviceIdentificator-iOS" */ = {
484484
isa = XCConfigurationList;
485485
buildConfigurations = (
486486
E2A3650B200D104900668DF9 /* Debug */,

DeviceIdentificator.xcodeproj/xcshareddata/xcschemes/DeviceIdentificator.xcscheme renamed to DeviceIdentificator.xcodeproj/xcshareddata/xcschemes/DeviceIdentificator-iOS.xcscheme

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "E2A364F5200D104900668DF9"
1818
BuildableName = "DeviceIdentificator.framework"
19-
BlueprintName = "DeviceIdentificator"
19+
BlueprintName = "DeviceIdentificator-iOS"
2020
ReferencedContainer = "container:DeviceIdentificator.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -34,8 +34,8 @@
3434
<BuildableReference
3535
BuildableIdentifier = "primary"
3636
BlueprintIdentifier = "E256651F212614270061CCF7"
37-
BuildableName = "DeviceIdentificatorTests.xctest"
38-
BlueprintName = "DeviceIdentificatorTests"
37+
BuildableName = "DeviceIdentificator-iOSTests.xctest"
38+
BlueprintName = "DeviceIdentificator-iOSTests"
3939
ReferencedContainer = "container:DeviceIdentificator.xcodeproj">
4040
</BuildableReference>
4141
</TestableReference>
@@ -45,7 +45,7 @@
4545
BuildableIdentifier = "primary"
4646
BlueprintIdentifier = "E2A364F5200D104900668DF9"
4747
BuildableName = "DeviceIdentificator.framework"
48-
BlueprintName = "DeviceIdentificator"
48+
BlueprintName = "DeviceIdentificator-iOS"
4949
ReferencedContainer = "container:DeviceIdentificator.xcodeproj">
5050
</BuildableReference>
5151
</MacroExpansion>
@@ -67,7 +67,7 @@
6767
BuildableIdentifier = "primary"
6868
BlueprintIdentifier = "E2A364F5200D104900668DF9"
6969
BuildableName = "DeviceIdentificator.framework"
70-
BlueprintName = "DeviceIdentificator"
70+
BlueprintName = "DeviceIdentificator-iOS"
7171
ReferencedContainer = "container:DeviceIdentificator.xcodeproj">
7272
</BuildableReference>
7373
</MacroExpansion>
@@ -85,7 +85,7 @@
8585
BuildableIdentifier = "primary"
8686
BlueprintIdentifier = "E2A364F5200D104900668DF9"
8787
BuildableName = "DeviceIdentificator.framework"
88-
BlueprintName = "DeviceIdentificator"
88+
BlueprintName = "DeviceIdentificator-iOS"
8989
ReferencedContainer = "container:DeviceIdentificator.xcodeproj">
9090
</BuildableReference>
9191
</MacroExpansion>

0 commit comments

Comments
 (0)