|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 54; |
| 6 | + objectVersion = 70; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
12 | 12 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152FB032600AC8F00CF470E /* iOSApp.swift */; };
|
13 | 13 | 2DBC08C52E0C3291000309C8 /* ViewModelStoreProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC08C42E0C3291000309C8 /* ViewModelStoreProvider.swift */; };
|
14 | 14 | 2DBC08C72E0C32CE000309C8 /* ObservableValueWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC08C62E0C32CE000309C8 /* ObservableValueWrapper.swift */; };
|
15 |
| - 2E8773602BC85C2400BF7C40 /* CartView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E87735F2BC85C2400BF7C40 /* CartView.swift */; }; |
16 |
| - 7555FF83242A565900829871 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7555FF82242A565900829871 /* ContentView.swift */; }; |
| 15 | + 2DBC08C92E0C96A4000309C8 /* IOSViewModelStoreOwner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBC08C82E0C96A4000309C8 /* IOSViewModelStoreOwner.swift */; }; |
17 | 16 | /* End PBXBuildFile section */
|
18 | 17 |
|
19 | 18 | /* Begin PBXCopyFilesBuildPhase section */
|
|
35 | 34 | 2152FB032600AC8F00CF470E /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = "<group>"; };
|
36 | 35 | 2DBC08C42E0C3291000309C8 /* ViewModelStoreProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModelStoreProvider.swift; sourceTree = "<group>"; };
|
37 | 36 | 2DBC08C62E0C32CE000309C8 /* ObservableValueWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ObservableValueWrapper.swift; sourceTree = "<group>"; };
|
38 |
| - 2E87735F2BC85C2400BF7C40 /* CartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CartView.swift; sourceTree = "<group>"; }; |
| 37 | + 2DBC08C82E0C96A4000309C8 /* IOSViewModelStoreOwner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IOSViewModelStoreOwner.swift; sourceTree = "<group>"; }; |
39 | 38 | 7555FF7B242A565900829871 /* iosApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iosApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
40 |
| - 7555FF82242A565900829871 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
41 | 39 | 7555FF8C242A565B00829871 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
42 | 40 | /* End PBXFileReference section */
|
43 | 41 |
|
| 42 | +/* Begin PBXFileSystemSynchronizedRootGroup section */ |
| 43 | + 2DBC08CA2E0CA0A9000309C8 /* ui */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = ui; sourceTree = "<group>"; }; |
| 44 | +/* End PBXFileSystemSynchronizedRootGroup section */ |
| 45 | + |
44 | 46 | /* Begin PBXFrameworksBuildPhase section */
|
45 | 47 | 7555FF78242A565900829871 /* Frameworks */ = {
|
46 | 48 | isa = PBXFrameworksBuildPhase;
|
|
80 | 82 | 7555FF7D242A565900829871 /* iosApp */ = {
|
81 | 83 | isa = PBXGroup;
|
82 | 84 | children = (
|
| 85 | + 2DBC08CA2E0CA0A9000309C8 /* ui */, |
83 | 86 | 058557BA273AAA24004C7B11 /* Assets.xcassets */,
|
84 |
| - 7555FF82242A565900829871 /* ContentView.swift */, |
85 | 87 | 7555FF8C242A565B00829871 /* Info.plist */,
|
86 | 88 | 2152FB032600AC8F00CF470E /* iOSApp.swift */,
|
87 | 89 | 058557D7273AAEEB004C7B11 /* Preview Content */,
|
88 |
| - 2E87735F2BC85C2400BF7C40 /* CartView.swift */, |
89 | 90 | 2DBC08C42E0C3291000309C8 /* ViewModelStoreProvider.swift */,
|
| 91 | + 2DBC08C82E0C96A4000309C8 /* IOSViewModelStoreOwner.swift */, |
90 | 92 | 2DBC08C62E0C32CE000309C8 /* ObservableValueWrapper.swift */,
|
91 | 93 | );
|
92 | 94 | path = iosApp;
|
|
116 | 118 | );
|
117 | 119 | dependencies = (
|
118 | 120 | );
|
| 121 | + fileSystemSynchronizedGroups = ( |
| 122 | + 2DBC08CA2E0CA0A9000309C8 /* ui */, |
| 123 | + ); |
119 | 124 | name = iosApp;
|
120 | 125 | productName = iosApp;
|
121 | 126 | productReference = 7555FF7B242A565900829871 /* iosApp.app */;
|
|
193 | 198 | isa = PBXSourcesBuildPhase;
|
194 | 199 | buildActionMask = 2147483647;
|
195 | 200 | files = (
|
196 |
| - 2E8773602BC85C2400BF7C40 /* CartView.swift in Sources */, |
197 | 201 | 2152FB042600AC8F00CF470E /* iOSApp.swift in Sources */,
|
198 |
| - 7555FF83242A565900829871 /* ContentView.swift in Sources */, |
| 202 | + 2DBC08C92E0C96A4000309C8 /* IOSViewModelStoreOwner.swift in Sources */, |
199 | 203 | 2DBC08C72E0C32CE000309C8 /* ObservableValueWrapper.swift in Sources */,
|
200 | 204 | 2DBC08C52E0C3291000309C8 /* ViewModelStoreProvider.swift in Sources */,
|
201 | 205 | );
|
|
0 commit comments