Skip to content

Commit 4801708

Browse files
committed
Rename existing target to iOS-specific one
1 parent b436a04 commit 4801708

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

ObjectMapper.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ObjectMapper.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6666
6AAC8F7A19F03C2900E7A677 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6767
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; };
6969
6AAC8F8419F03C2900E7A677 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7070
6AAC8F8519F03C2900E7A677 /* ObjectMapperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ObjectMapperTests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
7171
6AAC8FC319F048FE00E7A677 /* FromJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = FromJSON.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
@@ -124,7 +124,7 @@
124124
isa = PBXGroup;
125125
children = (
126126
6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */,
127-
6AAC8F8119F03C2900E7A677 /* ObjectMapperTests.xctest */,
127+
6AAC8F8119F03C2900E7A677 /* ObjectMapper-iOSTests.xctest */,
128128
);
129129
name = Products;
130130
sourceTree = "<group>";
@@ -207,9 +207,9 @@
207207
/* End PBXHeadersBuildPhase section */
208208

209209
/* Begin PBXNativeTarget section */
210-
6AAC8F7519F03C2900E7A677 /* ObjectMapper */ = {
210+
6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */ = {
211211
isa = PBXNativeTarget;
212-
buildConfigurationList = 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper" */;
212+
buildConfigurationList = 6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOS" */;
213213
buildPhases = (
214214
6AAC8F7119F03C2900E7A677 /* Sources */,
215215
6AAC8F7219F03C2900E7A677 /* Frameworks */,
@@ -220,14 +220,14 @@
220220
);
221221
dependencies = (
222222
);
223-
name = ObjectMapper;
223+
name = "ObjectMapper-iOS";
224224
productName = ObjectMapper;
225225
productReference = 6AAC8F7619F03C2900E7A677 /* ObjectMapper.framework */;
226226
productType = "com.apple.product-type.framework";
227227
};
228-
6AAC8F8019F03C2900E7A677 /* ObjectMapperTests */ = {
228+
6AAC8F8019F03C2900E7A677 /* ObjectMapper-iOSTests */ = {
229229
isa = PBXNativeTarget;
230-
buildConfigurationList = 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapperTests" */;
230+
buildConfigurationList = 6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOSTests" */;
231231
buildPhases = (
232232
6AAC8F7D19F03C2900E7A677 /* Sources */,
233233
6AAC8F7E19F03C2900E7A677 /* Frameworks */,
@@ -239,9 +239,9 @@
239239
dependencies = (
240240
6AAC8FD619F04A5600E7A677 /* PBXTargetDependency */,
241241
);
242-
name = ObjectMapperTests;
242+
name = "ObjectMapper-iOSTests";
243243
productName = ObjectMapperTests;
244-
productReference = 6AAC8F8119F03C2900E7A677 /* ObjectMapperTests.xctest */;
244+
productReference = 6AAC8F8119F03C2900E7A677 /* ObjectMapper-iOSTests.xctest */;
245245
productType = "com.apple.product-type.bundle.unit-test";
246246
};
247247
/* End PBXNativeTarget section */
@@ -273,8 +273,8 @@
273273
projectDirPath = "";
274274
projectRoot = "";
275275
targets = (
276-
6AAC8F7519F03C2900E7A677 /* ObjectMapper */,
277-
6AAC8F8019F03C2900E7A677 /* ObjectMapperTests */,
276+
6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */,
277+
6AAC8F8019F03C2900E7A677 /* ObjectMapper-iOSTests */,
278278
);
279279
};
280280
/* End PBXProject section */
@@ -334,7 +334,7 @@
334334
/* Begin PBXTargetDependency section */
335335
6AAC8FD619F04A5600E7A677 /* PBXTargetDependency */ = {
336336
isa = PBXTargetDependency;
337-
target = 6AAC8F7519F03C2900E7A677 /* ObjectMapper */;
337+
target = 6AAC8F7519F03C2900E7A677 /* ObjectMapper-iOS */;
338338
targetProxy = 6AAC8FD519F04A5600E7A677 /* PBXContainerItemProxy */;
339339
};
340340
/* End PBXTargetDependency section */
@@ -436,7 +436,7 @@
436436
INFOPLIST_FILE = ObjectMapper/Info.plist;
437437
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
438438
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
439-
PRODUCT_NAME = "$(TARGET_NAME)";
439+
PRODUCT_NAME = "$(PROJECT_NAME)";
440440
SKIP_INSTALL = YES;
441441
};
442442
name = Debug;
@@ -452,7 +452,7 @@
452452
INFOPLIST_FILE = ObjectMapper/Info.plist;
453453
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
454454
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
455-
PRODUCT_NAME = "$(TARGET_NAME)";
455+
PRODUCT_NAME = "$(PROJECT_NAME)";
456456
SKIP_INSTALL = YES;
457457
};
458458
name = Release;
@@ -499,7 +499,7 @@
499499
defaultConfigurationIsVisible = 0;
500500
defaultConfigurationName = Release;
501501
};
502-
6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper" */ = {
502+
6AAC8F8919F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOS" */ = {
503503
isa = XCConfigurationList;
504504
buildConfigurations = (
505505
6AAC8F8A19F03C2900E7A677 /* Debug */,
@@ -508,7 +508,7 @@
508508
defaultConfigurationIsVisible = 0;
509509
defaultConfigurationName = Release;
510510
};
511-
6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapperTests" */ = {
511+
6AAC8F8C19F03C2900E7A677 /* Build configuration list for PBXNativeTarget "ObjectMapper-iOSTests" */ = {
512512
isa = XCConfigurationList;
513513
buildConfigurations = (
514514
6AAC8F8D19F03C2900E7A677 /* Debug */,

ObjectMapper.xcodeproj/xcshareddata/xcschemes/ObjectMapper.xcscheme

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "6AAC8F7519F03C2900E7A677"
1818
BuildableName = "ObjectMapper.framework"
19-
BlueprintName = "ObjectMapper"
19+
BlueprintName = "ObjectMapper-iOS"
2020
ReferencedContainer = "container:ObjectMapper.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -29,8 +29,8 @@
2929
<BuildableReference
3030
BuildableIdentifier = "primary"
3131
BlueprintIdentifier = "6AAC8F8019F03C2900E7A677"
32-
BuildableName = "ObjectMapperTests.xctest"
33-
BlueprintName = "ObjectMapperTests"
32+
BuildableName = "ObjectMapper-iOSTests.xctest"
33+
BlueprintName = "ObjectMapper-iOSTests"
3434
ReferencedContainer = "container:ObjectMapper.xcodeproj">
3535
</BuildableReference>
3636
</BuildActionEntry>
@@ -47,8 +47,8 @@
4747
<BuildableReference
4848
BuildableIdentifier = "primary"
4949
BlueprintIdentifier = "6AAC8F8019F03C2900E7A677"
50-
BuildableName = "ObjectMapperTests.xctest"
51-
BlueprintName = "ObjectMapperTests"
50+
BuildableName = "ObjectMapper-iOSTests.xctest"
51+
BlueprintName = "ObjectMapper-iOSTests"
5252
ReferencedContainer = "container:ObjectMapper.xcodeproj">
5353
</BuildableReference>
5454
</TestableReference>
@@ -58,7 +58,7 @@
5858
BuildableIdentifier = "primary"
5959
BlueprintIdentifier = "6AAC8F7519F03C2900E7A677"
6060
BuildableName = "ObjectMapper.framework"
61-
BlueprintName = "ObjectMapper"
61+
BlueprintName = "ObjectMapper-iOS"
6262
ReferencedContainer = "container:ObjectMapper.xcodeproj">
6363
</BuildableReference>
6464
</MacroExpansion>
@@ -77,7 +77,7 @@
7777
BuildableIdentifier = "primary"
7878
BlueprintIdentifier = "6AAC8F7519F03C2900E7A677"
7979
BuildableName = "ObjectMapper.framework"
80-
BlueprintName = "ObjectMapper"
80+
BlueprintName = "ObjectMapper-iOS"
8181
ReferencedContainer = "container:ObjectMapper.xcodeproj">
8282
</BuildableReference>
8383
</MacroExpansion>
@@ -95,7 +95,7 @@
9595
BuildableIdentifier = "primary"
9696
BlueprintIdentifier = "6AAC8F7519F03C2900E7A677"
9797
BuildableName = "ObjectMapper.framework"
98-
BlueprintName = "ObjectMapper"
98+
BlueprintName = "ObjectMapper-iOS"
9999
ReferencedContainer = "container:ObjectMapper.xcodeproj">
100100
</BuildableReference>
101101
</MacroExpansion>

0 commit comments

Comments
 (0)