|
20 | 20 | /* End PBXBuildFile section */
|
21 | 21 |
|
22 | 22 | /* 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; }; |
24 | 24 | D217917B21FD22E60019D974 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
25 | 25 | D217918221FD22E80019D974 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
26 | 26 | D217918521FD22E80019D974 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
|
48 | 48 | D217916F21FD22E60019D974 = {
|
49 | 49 | isa = PBXGroup;
|
50 | 50 | children = (
|
51 |
| - D217917A21FD22E60019D974 /* MVVMDelegates */, |
| 51 | + D217917A21FD22E60019D974 /* MVC */, |
52 | 52 | D217917921FD22E60019D974 /* Products */,
|
53 | 53 | );
|
54 | 54 | sourceTree = "<group>";
|
55 | 55 | };
|
56 | 56 | D217917921FD22E60019D974 /* Products */ = {
|
57 | 57 | isa = PBXGroup;
|
58 | 58 | children = (
|
59 |
| - D217917821FD22E60019D974 /* MVVMDelegates.app */, |
| 59 | + D217917821FD22E60019D974 /* MVC.app */, |
60 | 60 | );
|
61 | 61 | name = Products;
|
62 | 62 | sourceTree = "<group>";
|
63 | 63 | };
|
64 |
| - D217917A21FD22E60019D974 /* MVVMDelegates */ = { |
| 64 | + D217917A21FD22E60019D974 /* MVC */ = { |
65 | 65 | isa = PBXGroup;
|
66 | 66 | children = (
|
67 | 67 | D21791A921FD23130019D974 /* App */,
|
68 | 68 | D217918221FD22E80019D974 /* Assets.xcassets */,
|
69 | 69 | D217918421FD22E80019D974 /* LaunchScreen.storyboard */,
|
70 | 70 | D217918721FD22E80019D974 /* Info.plist */,
|
71 | 71 | );
|
72 |
| - path = MVVMDelegates; |
| 72 | + path = MVC; |
73 | 73 | sourceTree = "<group>";
|
74 | 74 | };
|
75 | 75 | D21791A921FD23130019D974 /* App */ = {
|
|
130 | 130 | /* End PBXGroup section */
|
131 | 131 |
|
132 | 132 | /* Begin PBXNativeTarget section */
|
133 |
| - D217917721FD22E60019D974 /* MVVMDelegates */ = { |
| 133 | + D217917721FD22E60019D974 /* MVC */ = { |
134 | 134 | isa = PBXNativeTarget;
|
135 |
| - buildConfigurationList = D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVVMDelegates" */; |
| 135 | + buildConfigurationList = D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVC" */; |
136 | 136 | buildPhases = (
|
137 | 137 | D217917421FD22E60019D974 /* Sources */,
|
138 | 138 | D217917521FD22E60019D974 /* Frameworks */,
|
|
142 | 142 | );
|
143 | 143 | dependencies = (
|
144 | 144 | );
|
145 |
| - name = MVVMDelegates; |
| 145 | + name = MVC; |
146 | 146 | productName = MVVMDelegates;
|
147 |
| - productReference = D217917821FD22E60019D974 /* MVVMDelegates.app */; |
| 147 | + productReference = D217917821FD22E60019D974 /* MVC.app */; |
148 | 148 | productType = "com.apple.product-type.application";
|
149 | 149 | };
|
150 | 150 | /* End PBXNativeTarget section */
|
|
162 | 162 | };
|
163 | 163 | };
|
164 | 164 | };
|
165 |
| - buildConfigurationList = D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVVMDelegates" */; |
| 165 | + buildConfigurationList = D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVC" */; |
166 | 166 | compatibilityVersion = "Xcode 9.3";
|
167 | 167 | developmentRegion = en;
|
168 | 168 | hasScannedForEncodings = 0;
|
|
175 | 175 | projectDirPath = "";
|
176 | 176 | projectRoot = "";
|
177 | 177 | targets = (
|
178 |
| - D217917721FD22E60019D974 /* MVVMDelegates */, |
| 178 | + D217917721FD22E60019D974 /* MVC */, |
179 | 179 | );
|
180 | 180 | };
|
181 | 181 | /* End PBXProject section */
|
|
343 | 343 | buildSettings = {
|
344 | 344 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
345 | 345 | CODE_SIGN_STYLE = Automatic;
|
346 |
| - INFOPLIST_FILE = MVVMDelegates/Info.plist; |
| 346 | + INFOPLIST_FILE = "$(SRCROOT)/MVC/Info.plist"; |
347 | 347 | LD_RUNPATH_SEARCH_PATHS = (
|
348 | 348 | "$(inherited)",
|
349 | 349 | "@executable_path/Frameworks",
|
350 | 350 | );
|
351 |
| - PRODUCT_BUNDLE_IDENTIFIER = tailec.MVVMDelegates; |
| 351 | + PRODUCT_BUNDLE_IDENTIFIER = tailec.MVC; |
352 | 352 | PRODUCT_NAME = "$(TARGET_NAME)";
|
353 | 353 | SWIFT_VERSION = 4.2;
|
354 | 354 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
360 | 360 | buildSettings = {
|
361 | 361 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
362 | 362 | CODE_SIGN_STYLE = Automatic;
|
363 |
| - INFOPLIST_FILE = MVVMDelegates/Info.plist; |
| 363 | + INFOPLIST_FILE = "$(SRCROOT)/MVC/Info.plist"; |
364 | 364 | LD_RUNPATH_SEARCH_PATHS = (
|
365 | 365 | "$(inherited)",
|
366 | 366 | "@executable_path/Frameworks",
|
367 | 367 | );
|
368 |
| - PRODUCT_BUNDLE_IDENTIFIER = tailec.MVVMDelegates; |
| 368 | + PRODUCT_BUNDLE_IDENTIFIER = tailec.MVC; |
369 | 369 | PRODUCT_NAME = "$(TARGET_NAME)";
|
370 | 370 | SWIFT_VERSION = 4.2;
|
371 | 371 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
375 | 375 | /* End XCBuildConfiguration section */
|
376 | 376 |
|
377 | 377 | /* Begin XCConfigurationList section */
|
378 |
| - D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVVMDelegates" */ = { |
| 378 | + D217917321FD22E60019D974 /* Build configuration list for PBXProject "MVC" */ = { |
379 | 379 | isa = XCConfigurationList;
|
380 | 380 | buildConfigurations = (
|
381 | 381 | D217919E21FD22E80019D974 /* Debug */,
|
|
384 | 384 | defaultConfigurationIsVisible = 0;
|
385 | 385 | defaultConfigurationName = Release;
|
386 | 386 | };
|
387 |
| - D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVVMDelegates" */ = { |
| 387 | + D21791A021FD22E80019D974 /* Build configuration list for PBXNativeTarget "MVC" */ = { |
388 | 388 | isa = XCConfigurationList;
|
389 | 389 | buildConfigurations = (
|
390 | 390 | D21791A121FD22E80019D974 /* Debug */,
|
|
0 commit comments