Skip to content

Commit 765dd50

Browse files
Renamed targets and schemes
1 parent 73329a1 commit 765dd50

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

MKHProjGen.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
943179981E7D820C00F3796D /* Project.Struct.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Project.Struct.swift; path = ../../../../Project.Struct.swift; sourceTree = "<group>"; };
7575
943C0C021E7B134500C8DF86 /* MKHProjGen.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MKHProjGen.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7676
943C0C141E7B141400C8DF86 /* MKHProjGen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MKHProjGen.h; sourceTree = "<group>"; };
77-
943C0C401E7B196200C8DF86 /* MKHProjGenLauncher */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MKHProjGenLauncher; sourceTree = BUILT_PRODUCTS_DIR; };
77+
943C0C401E7B196200C8DF86 /* Launcher */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Launcher; sourceTree = BUILT_PRODUCTS_DIR; };
7878
943C0C481E7B198D00C8DF86 /* Spec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Spec.swift; sourceTree = "<group>"; };
7979
943C0C4A1E7B198D00C8DF86 /* main.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
80-
949522121E7BF62A00812390 /* MKHProjGenExample */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MKHProjGenExample; sourceTree = BUILT_PRODUCTS_DIR; };
80+
949522121E7BF62A00812390 /* Example */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Example; sourceTree = BUILT_PRODUCTS_DIR; };
8181
949BB4491E87E43E008F599B /* Device.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Device.swift; sourceTree = "<group>"; };
8282
949BB44A1E87E43E008F599B /* Manager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Manager.swift; sourceTree = "<group>"; };
8383
949BB44B1E87E43E008F599B /* Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Misc.swift; sourceTree = "<group>"; };
@@ -138,8 +138,8 @@
138138
isa = PBXGroup;
139139
children = (
140140
943C0C021E7B134500C8DF86 /* MKHProjGen.framework */,
141-
943C0C401E7B196200C8DF86 /* MKHProjGenLauncher */,
142-
949522121E7BF62A00812390 /* MKHProjGenExample */,
141+
943C0C401E7B196200C8DF86 /* Launcher */,
142+
949522121E7BF62A00812390 /* Example */,
143143
);
144144
name = Products;
145145
sourceTree = "<group>";
@@ -249,9 +249,9 @@
249249
productReference = 943C0C021E7B134500C8DF86 /* MKHProjGen.framework */;
250250
productType = "com.apple.product-type.framework";
251251
};
252-
943C0C3F1E7B196200C8DF86 /* MKHProjGenLauncher */ = {
252+
943C0C3F1E7B196200C8DF86 /* Launcher */ = {
253253
isa = PBXNativeTarget;
254-
buildConfigurationList = 943C0C441E7B196200C8DF86 /* Build configuration list for PBXNativeTarget "MKHProjGenLauncher" */;
254+
buildConfigurationList = 943C0C441E7B196200C8DF86 /* Build configuration list for PBXNativeTarget "Launcher" */;
255255
buildPhases = (
256256
943C0C3C1E7B196200C8DF86 /* Sources */,
257257
943C0C3D1E7B196200C8DF86 /* Frameworks */,
@@ -262,14 +262,14 @@
262262
dependencies = (
263263
949521F31E7B2A2600812390 /* PBXTargetDependency */,
264264
);
265-
name = MKHProjGenLauncher;
265+
name = Launcher;
266266
productName = MKHProjGenLauncher;
267-
productReference = 943C0C401E7B196200C8DF86 /* MKHProjGenLauncher */;
267+
productReference = 943C0C401E7B196200C8DF86 /* Launcher */;
268268
productType = "com.apple.product-type.tool";
269269
};
270-
949522071E7BF62A00812390 /* MKHProjGenExample */ = {
270+
949522071E7BF62A00812390 /* Example */ = {
271271
isa = PBXNativeTarget;
272-
buildConfigurationList = 9495220F1E7BF62A00812390 /* Build configuration list for PBXNativeTarget "MKHProjGenExample" */;
272+
buildConfigurationList = 9495220F1E7BF62A00812390 /* Build configuration list for PBXNativeTarget "Example" */;
273273
buildPhases = (
274274
9495220A1E7BF62A00812390 /* Sources */,
275275
9495220C1E7BF62A00812390 /* Frameworks */,
@@ -280,9 +280,9 @@
280280
dependencies = (
281281
949522081E7BF62A00812390 /* PBXTargetDependency */,
282282
);
283-
name = MKHProjGenExample;
283+
name = Example;
284284
productName = MKHProjGenLauncher;
285-
productReference = 949522121E7BF62A00812390 /* MKHProjGenExample */;
285+
productReference = 949522121E7BF62A00812390 /* Example */;
286286
productType = "com.apple.product-type.tool";
287287
};
288288
/* End PBXNativeTarget section */
@@ -323,8 +323,8 @@
323323
projectRoot = "";
324324
targets = (
325325
943C0C011E7B134500C8DF86 /* MKHProjGen */,
326-
943C0C3F1E7B196200C8DF86 /* MKHProjGenLauncher */,
327-
949522071E7BF62A00812390 /* MKHProjGenExample */,
326+
943C0C3F1E7B196200C8DF86 /* Launcher */,
327+
949522071E7BF62A00812390 /* Example */,
328328
);
329329
};
330330
/* End PBXProject section */
@@ -651,7 +651,7 @@
651651
defaultConfigurationIsVisible = 0;
652652
defaultConfigurationName = Release;
653653
};
654-
943C0C441E7B196200C8DF86 /* Build configuration list for PBXNativeTarget "MKHProjGenLauncher" */ = {
654+
943C0C441E7B196200C8DF86 /* Build configuration list for PBXNativeTarget "Launcher" */ = {
655655
isa = XCConfigurationList;
656656
buildConfigurations = (
657657
943C0C451E7B196200C8DF86 /* Debug */,
@@ -660,7 +660,7 @@
660660
defaultConfigurationIsVisible = 0;
661661
defaultConfigurationName = Release;
662662
};
663-
9495220F1E7BF62A00812390 /* Build configuration list for PBXNativeTarget "MKHProjGenExample" */ = {
663+
9495220F1E7BF62A00812390 /* Build configuration list for PBXNativeTarget "Example" */ = {
664664
isa = XCConfigurationList;
665665
buildConfigurations = (
666666
949522101E7BF62A00812390 /* Debug */,

MKHProjGen.xcodeproj/xcshareddata/xcschemes/MKHProjGenLauncher.xcscheme renamed to MKHProjGen.xcodeproj/xcshareddata/xcschemes/Launcher.xcscheme

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "943C0C3F1E7B196200C8DF86"
18-
BuildableName = "MKHProjGenLauncher"
19-
BlueprintName = "MKHProjGenLauncher"
18+
BuildableName = "Launcher"
19+
BlueprintName = "Launcher"
2020
ReferencedContainer = "container:MKHProjGen.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -33,8 +33,8 @@
3333
<BuildableReference
3434
BuildableIdentifier = "primary"
3535
BlueprintIdentifier = "943C0C3F1E7B196200C8DF86"
36-
BuildableName = "MKHProjGenLauncher"
37-
BlueprintName = "MKHProjGenLauncher"
36+
BuildableName = "Launcher"
37+
BlueprintName = "Launcher"
3838
ReferencedContainer = "container:MKHProjGen.xcodeproj">
3939
</BuildableReference>
4040
</MacroExpansion>
@@ -56,8 +56,8 @@
5656
<BuildableReference
5757
BuildableIdentifier = "primary"
5858
BlueprintIdentifier = "943C0C3F1E7B196200C8DF86"
59-
BuildableName = "MKHProjGenLauncher"
60-
BlueprintName = "MKHProjGenLauncher"
59+
BuildableName = "Launcher"
60+
BlueprintName = "Launcher"
6161
ReferencedContainer = "container:MKHProjGen.xcodeproj">
6262
</BuildableReference>
6363
</BuildableProductRunnable>
@@ -81,8 +81,8 @@
8181
<BuildableReference
8282
BuildableIdentifier = "primary"
8383
BlueprintIdentifier = "943C0C3F1E7B196200C8DF86"
84-
BuildableName = "MKHProjGenLauncher"
85-
BlueprintName = "MKHProjGenLauncher"
84+
BuildableName = "Launcher"
85+
BlueprintName = "Launcher"
8686
ReferencedContainer = "container:MKHProjGen.xcodeproj">
8787
</BuildableReference>
8888
</BuildableProductRunnable>

0 commit comments

Comments
 (0)