|
12 | 12 | ABB215DC22DB353800424B38 /* BlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB215DB22DB353800424B38 /* BlurView.swift */; };
|
13 | 13 | ABB215DE22DB713300424B38 /* UpdateList.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB215DD22DB713300424B38 /* UpdateList.swift */; };
|
14 | 14 | ABB215E022DB7F4700424B38 /* UpdateDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB215DF22DB7F4700424B38 /* UpdateDetail.swift */; };
|
| 15 | + ABB215E222DC472900424B38 /* UpdateStore.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABB215E122DC472900424B38 /* UpdateStore.swift */; }; |
15 | 16 | ABE07CBF22D74F5700D209BE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABE07CBE22D74F5700D209BE /* AppDelegate.swift */; };
|
16 | 17 | ABE07CC122D74F5700D209BE /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABE07CC022D74F5700D209BE /* SceneDelegate.swift */; };
|
17 | 18 | ABE07CC322D74F5700D209BE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABE07CC222D74F5700D209BE /* ContentView.swift */; };
|
|
26 | 27 | ABB215DB22DB353800424B38 /* BlurView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BlurView.swift; sourceTree = "<group>"; };
|
27 | 28 | ABB215DD22DB713300424B38 /* UpdateList.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateList.swift; sourceTree = "<group>"; };
|
28 | 29 | ABB215DF22DB7F4700424B38 /* UpdateDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateDetail.swift; sourceTree = "<group>"; };
|
| 30 | + ABB215E122DC472900424B38 /* UpdateStore.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UpdateStore.swift; sourceTree = "<group>"; }; |
29 | 31 | ABE07CBB22D74F5700D209BE /* DesignCode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DesignCode.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
30 | 32 | ABE07CBE22D74F5700D209BE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
31 | 33 | ABE07CC022D74F5700D209BE /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
|
|
72 | 74 | AB62172622D870540039BC73 /* Home.swift */,
|
73 | 75 | ABB215DD22DB713300424B38 /* UpdateList.swift */,
|
74 | 76 | ABB215DF22DB7F4700424B38 /* UpdateDetail.swift */,
|
| 77 | + ABB215E122DC472900424B38 /* UpdateStore.swift */, |
75 | 78 | AB1D3B1B22D9CDEF00D0AEA6 /* HomeList.swift */,
|
76 | 79 | ABB215DB22DB353800424B38 /* BlurView.swift */,
|
77 | 80 | ABE07CC422D74F5900D209BE /* Assets.xcassets */,
|
|
162 | 165 | buildActionMask = 2147483647;
|
163 | 166 | files = (
|
164 | 167 | ABE07CBF22D74F5700D209BE /* AppDelegate.swift in Sources */,
|
| 168 | + ABB215E222DC472900424B38 /* UpdateStore.swift in Sources */, |
165 | 169 | ABB215DE22DB713300424B38 /* UpdateList.swift in Sources */,
|
166 | 170 | AB1D3B1C22D9CDEF00D0AEA6 /* HomeList.swift in Sources */,
|
167 | 171 | ABB215E022DB7F4700424B38 /* UpdateDetail.swift in Sources */,
|
|
0 commit comments