|
26 | 26 | 0897D03D2665248300F39429 /* ApplicationReducer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0897D03C2665248300F39429 /* ApplicationReducer.swift */; };
|
27 | 27 | 08AAE72A234D29AC008BA67A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AAE729234D29AC008BA67A /* AppDelegate.swift */; };
|
28 | 28 | 08AAE72C234D29AC008BA67A /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08AAE72B234D29AC008BA67A /* SceneDelegate.swift */; };
|
29 |
| - 08AAE730234D29AF008BA67A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE72F234D29AF008BA67A /* Assets.xcassets */; }; |
30 |
| - 08AAE733234D29AF008BA67A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE732234D29AF008BA67A /* Preview Assets.xcassets */; }; |
31 | 29 | 08AAE736234D29AF008BA67A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08AAE734234D29AF008BA67A /* LaunchScreen.storyboard */; };
|
32 | 30 | /* End PBXBuildFile section */
|
33 | 31 |
|
|
53 | 51 | 08AAE726234D29AC008BA67A /* ReMVVMSampleSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReMVVMSampleSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
54 | 52 | 08AAE729234D29AC008BA67A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
55 | 53 | 08AAE72B234D29AC008BA67A /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
56 |
| - 08AAE72F234D29AF008BA67A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
57 |
| - 08AAE732234D29AF008BA67A /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
58 | 54 | 08AAE735234D29AF008BA67A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
59 | 55 | 08AAE737234D29AF008BA67A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
60 |
| - 08B8F4F025596C4E004772D0 /* SwiftUITest.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftUITest.entitlements; sourceTree = "<group>"; }; |
61 | 56 | /* End PBXFileReference section */
|
62 | 57 |
|
63 | 58 | /* Begin PBXFrameworksBuildPhase section */
|
|
156 | 151 | children = (
|
157 | 152 | 0897927C265D3F9900ADF16C /* State */,
|
158 | 153 | 08979270265D3DDA00ADF16C /* Views */,
|
159 |
| - 08B8F4F025596C4E004772D0 /* SwiftUITest.entitlements */, |
160 | 154 | 08AAE729234D29AC008BA67A /* AppDelegate.swift */,
|
161 | 155 | 0849D98723550B7000C97CD7 /* README.md */,
|
162 | 156 | 08AAE72B234D29AC008BA67A /* SceneDelegate.swift */,
|
163 |
| - 08AAE72F234D29AF008BA67A /* Assets.xcassets */, |
164 | 157 | 08AAE734234D29AF008BA67A /* LaunchScreen.storyboard */,
|
165 | 158 | 08AAE737234D29AF008BA67A /* Info.plist */,
|
166 |
| - 08AAE731234D29AF008BA67A /* Preview Content */, |
167 | 159 | );
|
168 | 160 | path = ReMVVMSampleSwiftUI;
|
169 | 161 | sourceTree = "<group>";
|
170 | 162 | };
|
171 |
| - 08AAE731234D29AF008BA67A /* Preview Content */ = { |
172 |
| - isa = PBXGroup; |
173 |
| - children = ( |
174 |
| - 08AAE732234D29AF008BA67A /* Preview Assets.xcassets */, |
175 |
| - ); |
176 |
| - path = "Preview Content"; |
177 |
| - sourceTree = "<group>"; |
178 |
| - }; |
179 | 163 | /* End PBXGroup section */
|
180 | 164 |
|
181 | 165 | /* Begin PBXNativeTarget section */
|
|
240 | 224 | buildActionMask = 2147483647;
|
241 | 225 | files = (
|
242 | 226 | 08AAE736234D29AF008BA67A /* LaunchScreen.storyboard in Resources */,
|
243 |
| - 08AAE733234D29AF008BA67A /* Preview Assets.xcassets in Resources */, |
244 |
| - 08AAE730234D29AF008BA67A /* Assets.xcassets in Resources */, |
245 | 227 | );
|
246 | 228 | runOnlyForDeploymentPostprocessing = 0;
|
247 | 229 | };
|
|
410 | 392 | CODE_SIGN_ENTITLEMENTS = SwiftUITest/SwiftUITest.entitlements;
|
411 | 393 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
412 | 394 | CODE_SIGN_STYLE = Manual;
|
413 |
| - DEVELOPMENT_ASSET_PATHS = "\"ReMVVMSampleSwiftUI/Preview Content\""; |
414 | 395 | DEVELOPMENT_TEAM = BNNC5BM8J5;
|
415 | 396 | ENABLE_PREVIEWS = YES;
|
416 | 397 | INFOPLIST_FILE = ReMVVMSampleSwiftUI/Info.plist;
|
|
434 | 415 | CODE_SIGN_ENTITLEMENTS = SwiftUITest/SwiftUITest.entitlements;
|
435 | 416 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
436 | 417 | CODE_SIGN_STYLE = Manual;
|
437 |
| - DEVELOPMENT_ASSET_PATHS = "\"ReMVVMSampleSwiftUI/Preview Content\""; |
438 | 418 | DEVELOPMENT_TEAM = BNNC5BM8J5;
|
439 | 419 | ENABLE_PREVIEWS = YES;
|
440 | 420 | INFOPLIST_FILE = ReMVVMSampleSwiftUI/Info.plist;
|
|
0 commit comments