Skip to content

Commit

Permalink
Rename targets and schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
Baris Sencan committed Apr 7, 2015
1 parent a01d274 commit 02edbd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions JSONHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@
productReference = 5FAD07981A70F31300C4D09E /* JSONHelperExampleTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
D76C52001ACD46B100B49735 /* JSONHelperMac */ = {
D76C52001ACD46B100B49735 /* JSONHelper-Mac */ = {
isa = PBXNativeTarget;
buildConfigurationList = D76C52071ACD46B100B49735 /* Build configuration list for PBXNativeTarget "JSONHelperMac" */;
buildConfigurationList = D76C52071ACD46B100B49735 /* Build configuration list for PBXNativeTarget "JSONHelper-Mac" */;
buildPhases = (
D76C52011ACD46B100B49735 /* Sources */,
D76C52031ACD46B100B49735 /* Frameworks */,
Expand All @@ -327,7 +327,7 @@
);
dependencies = (
);
name = JSONHelperMac;
name = "JSONHelper-Mac";
productName = JSONHelper;
productReference = D76C520A1ACD46B100B49735 /* JSONHelper.framework */;
productType = "com.apple.product-type.framework";
Expand Down Expand Up @@ -370,7 +370,7 @@
projectRoot = "";
targets = (
5FAD07631A70F2FC00C4D09E /* JSONHelper */,
D76C52001ACD46B100B49735 /* JSONHelperMac */,
D76C52001ACD46B100B49735 /* JSONHelper-Mac */,
5FAD076E1A70F2FC00C4D09E /* JSONHelperTests */,
5FAD07831A70F31300C4D09E /* JSONHelperExample */,
5FAD07971A70F31300C4D09E /* JSONHelperExampleTests */,
Expand Down Expand Up @@ -792,7 +792,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D76C52071ACD46B100B49735 /* Build configuration list for PBXNativeTarget "JSONHelperMac" */ = {
D76C52071ACD46B100B49735 /* Build configuration list for PBXNativeTarget "JSONHelper-Mac" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D76C52081ACD46B100B49735 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D76C52001ACD46B100B49735"
BuildableName = "JSONHelper.framework"
BlueprintName = "JSONHelperMac"
BlueprintName = "JSONHelper-Mac"
ReferencedContainer = "container:JSONHelper.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand Down Expand Up @@ -44,7 +44,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D76C52001ACD46B100B49735"
BuildableName = "JSONHelper.framework"
BlueprintName = "JSONHelperMac"
BlueprintName = "JSONHelper-Mac"
ReferencedContainer = "container:JSONHelper.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -62,7 +62,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "D76C52001ACD46B100B49735"
BuildableName = "JSONHelper.framework"
BlueprintName = "JSONHelperMac"
BlueprintName = "JSONHelper-Mac"
ReferencedContainer = "container:JSONHelper.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down

0 comments on commit 02edbd5

Please sign in to comment.