Skip to content

Commit 77acac5

Browse files
committed
Fix naming
1 parent 4e21d7f commit 77acac5

26 files changed

+109
-18
lines changed

mvc/MVVMDelegates.xcodeproj/project.pbxproj renamed to mvc/MVC.xcodeproj/project.pbxproj

+17-17
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* End PBXBuildFile section */
2121

2222
/* Begin PBXFileReference section */
23-
D217917821FD22E60019D974 /* MVVMDelegates.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MVVMDelegates.app; sourceTree = BUILT_PRODUCTS_DIR; };
23+
D217917821FD22E60019D974 /* MVC.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MVC.app; sourceTree = BUILT_PRODUCTS_DIR; };
2424
D217917B21FD22E60019D974 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2525
D217918221FD22E80019D974 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2626
D217918521FD22E80019D974 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
@@ -48,28 +48,28 @@
4848
D217916F21FD22E60019D974 = {
4949
isa = PBXGroup;
5050
children = (
51-
D217917A21FD22E60019D974 /* MVVMDelegates */,
51+
D217917A21FD22E60019D974 /* MVC */,
5252
D217917921FD22E60019D974 /* Products */,
5353
);
5454
sourceTree = "<group>";
5555
};
5656
D217917921FD22E60019D974 /* Products */ = {
5757
isa = PBXGroup;
5858
children = (
59-
D217917821FD22E60019D974 /* MVVMDelegates.app */,
59+
D217917821FD22E60019D974 /* MVC.app */,
6060
);
6161
name = Products;
6262
sourceTree = "<group>";
6363
};
64-
D217917A21FD22E60019D974 /* MVVMDelegates */ = {
64+
D217917A21FD22E60019D974 /* MVC */ = {
6565
isa = PBXGroup;
6666
children = (
6767
D21791A921FD23130019D974 /* App */,
6868
D217918221FD22E80019D974 /* Assets.xcassets */,
6969
D217918421FD22E80019D974 /* LaunchScreen.storyboard */,
7070
D217918721FD22E80019D974 /* Info.plist */,
7171
);
72-
path = MVVMDelegates;
72+
path = MVC;
7373
sourceTree = "<group>";
7474
};
7575
D21791A921FD23130019D974 /* App */ = {
@@ -130,9 +130,9 @@
130130
/* End PBXGroup section */
131131

132132
/* Begin PBXNativeTarget section */
133-
D217917721FD22E60019D974 /* MVVMDelegates */ = {
133+
D217917721FD22E60019D974 /* MVC */ = {
134134
isa = PBXNativeTarget;
135-
buildConfigurationList = D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVVMDelegates" */;
135+
buildConfigurationList = D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVC" */;
136136
buildPhases = (
137137
D217917421FD22E60019D974 /* Sources */,
138138
D217917521FD22E60019D974 /* Frameworks */,
@@ -142,9 +142,9 @@
142142
);
143143
dependencies = (
144144
);
145-
name = MVVMDelegates;
145+
name = MVC;
146146
productName = MVVMDelegates;
147-
productReference = D217917821FD22E60019D974 /* MVVMDelegates.app */;
147+
productReference = D217917821FD22E60019D974 /* MVC.app */;
148148
productType = "com.apple.product-type.application";
149149
};
150150
/* End PBXNativeTarget section */
@@ -162,7 +162,7 @@
162162
};
163163
};
164164
};
165-
buildConfigurationList = D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVVMDelegates" */;
165+
buildConfigurationList = D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVC" */;
166166
compatibilityVersion = "Xcode 9.3";
167167
developmentRegion = en;
168168
hasScannedForEncodings = 0;
@@ -175,7 +175,7 @@
175175
projectDirPath = "";
176176
projectRoot = "";
177177
targets = (
178-
D217917721FD22E60019D974 /* MVVMDelegates */,
178+
D217917721FD22E60019D974 /* MVC */,
179179
);
180180
};
181181
/* End PBXProject section */
@@ -343,12 +343,12 @@
343343
buildSettings = {
344344
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
345345
CODE_SIGN_STYLE = Automatic;
346-
INFOPLIST_FILE = MVVMDelegates/Info.plist;
346+
INFOPLIST_FILE = "$(SRCROOT)/MVC/Info.plist";
347347
LD_RUNPATH_SEARCH_PATHS = (
348348
"$(inherited)",
349349
"@executable_path/Frameworks",
350350
);
351-
PRODUCT_BUNDLE_IDENTIFIER = tailec.MVVMDelegates;
351+
PRODUCT_BUNDLE_IDENTIFIER = tailec.MVC;
352352
PRODUCT_NAME = "$(TARGET_NAME)";
353353
SWIFT_VERSION = 4.2;
354354
TARGETED_DEVICE_FAMILY = "1,2";
@@ -360,12 +360,12 @@
360360
buildSettings = {
361361
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
362362
CODE_SIGN_STYLE = Automatic;
363-
INFOPLIST_FILE = MVVMDelegates/Info.plist;
363+
INFOPLIST_FILE = "$(SRCROOT)/MVC/Info.plist";
364364
LD_RUNPATH_SEARCH_PATHS = (
365365
"$(inherited)",
366366
"@executable_path/Frameworks",
367367
);
368-
PRODUCT_BUNDLE_IDENTIFIER = tailec.MVVMDelegates;
368+
PRODUCT_BUNDLE_IDENTIFIER = tailec.MVC;
369369
PRODUCT_NAME = "$(TARGET_NAME)";
370370
SWIFT_VERSION = 4.2;
371371
TARGETED_DEVICE_FAMILY = "1,2";
@@ -375,7 +375,7 @@
375375
/* End XCBuildConfiguration section */
376376

377377
/* Begin XCConfigurationList section */
378-
D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVVMDelegates" */ = {
378+
D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVC" */ = {
379379
isa = XCConfigurationList;
380380
buildConfigurations = (
381381
D217919E21FD22E80019D974 /* Debug */,
@@ -384,7 +384,7 @@
384384
defaultConfigurationIsVisible = 0;
385385
defaultConfigurationName = Release;
386386
};
387-
D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVVMDelegates" */ = {
387+
D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVC" */ = {
388388
isa = XCConfigurationList;
389389
buildConfigurations = (
390390
D21791A121FD22E80019D974 /* Debug */,

mvc/MVVMDelegates.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to mvc/MVC.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1010"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "D217917721FD22E60019D974"
18+
BuildableName = "MVC.app"
19+
BlueprintName = "MVC"
20+
ReferencedContainer = "container:MVC.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
buildConfiguration = "Debug"
27+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
28+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "D217917721FD22E60019D974"
36+
BuildableName = "MVC.app"
37+
BlueprintName = "MVC"
38+
ReferencedContainer = "container:MVC.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
<AdditionalOptions>
42+
</AdditionalOptions>
43+
</TestAction>
44+
<LaunchAction
45+
buildConfiguration = "Debug"
46+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
48+
launchStyle = "0"
49+
useCustomWorkingDirectory = "NO"
50+
ignoresPersistentStateOnLaunch = "NO"
51+
debugDocumentVersioning = "YES"
52+
debugServiceExtension = "internal"
53+
allowLocationSimulation = "YES">
54+
<BuildableProductRunnable
55+
runnableDebuggingMode = "0">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "D217917721FD22E60019D974"
59+
BuildableName = "MVC.app"
60+
BlueprintName = "MVC"
61+
ReferencedContainer = "container:MVC.xcodeproj">
62+
</BuildableReference>
63+
</BuildableProductRunnable>
64+
<AdditionalOptions>
65+
</AdditionalOptions>
66+
</LaunchAction>
67+
<ProfileAction
68+
buildConfiguration = "Release"
69+
shouldUseLaunchSchemeArgsEnv = "YES"
70+
savedToolIdentifier = ""
71+
useCustomWorkingDirectory = "NO"
72+
debugDocumentVersioning = "YES">
73+
<BuildableProductRunnable
74+
runnableDebuggingMode = "0">
75+
<BuildableReference
76+
BuildableIdentifier = "primary"
77+
BlueprintIdentifier = "D217917721FD22E60019D974"
78+
BuildableName = "MVC.app"
79+
BlueprintName = "MVC"
80+
ReferencedContainer = "container:MVC.xcodeproj">
81+
</BuildableReference>
82+
</BuildableProductRunnable>
83+
</ProfileAction>
84+
<AnalyzeAction
85+
buildConfiguration = "Debug">
86+
</AnalyzeAction>
87+
<ArchiveAction
88+
buildConfiguration = "Release"
89+
revealArchiveInOrganizer = "YES">
90+
</ArchiveAction>
91+
</Scheme>
File renamed without changes.

0 commit comments

Comments
 (0)