|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 840130AF26DFB8DD00E4A8A3 /* GettingStartedModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840130AE26DFB8DC00E4A8A3 /* GettingStartedModel.swift */; }; |
| 11 | + 840130B126DFB93400E4A8A3 /* GettingStartedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840130B026DFB93400E4A8A3 /* GettingStartedView.swift */; }; |
| 12 | + 840130B326DFC27700E4A8A3 /* Example3ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840130B226DFC27700E4A8A3 /* Example3ContentView.swift */; }; |
| 13 | + 840130B526DFC2FB00E4A8A3 /* Example2ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840130B426DFC2FB00E4A8A3 /* Example2ContentView.swift */; }; |
| 14 | + 840130B726DFC33100E4A8A3 /* Example1ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 840130B626DFC33100E4A8A3 /* Example1ContentView.swift */; }; |
10 | 15 | 841B0F8326DD39A4008A436B /* TripTupleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 841B0F8226DD39A4008A436B /* TripTupleView.swift */; };
|
11 | 16 | 84B568D926DD271000D37CF2 /* TagView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B568D826DD271000D37CF2 /* TagView.swift */; };
|
12 | 17 | 84B568DB26DD309400D37CF2 /* Example1HeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84B568DA26DD309400D37CF2 /* Example1HeaderView.swift */; };
|
|
23 | 28 | /* End PBXBuildFile section */
|
24 | 29 |
|
25 | 30 | /* Begin PBXFileReference section */
|
| 31 | + 840130AE26DFB8DC00E4A8A3 /* GettingStartedModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GettingStartedModel.swift; sourceTree = "<group>"; }; |
| 32 | + 840130B026DFB93400E4A8A3 /* GettingStartedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GettingStartedView.swift; sourceTree = "<group>"; }; |
| 33 | + 840130B226DFC27700E4A8A3 /* Example3ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Example3ContentView.swift; sourceTree = "<group>"; }; |
| 34 | + 840130B426DFC2FB00E4A8A3 /* Example2ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Example2ContentView.swift; sourceTree = "<group>"; }; |
| 35 | + 840130B626DFC33100E4A8A3 /* Example1ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Example1ContentView.swift; sourceTree = "<group>"; }; |
26 | 36 | 841B0F8226DD39A4008A436B /* TripTupleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TripTupleView.swift; sourceTree = "<group>"; };
|
27 | 37 | 84B568D826DD271000D37CF2 /* TagView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagView.swift; sourceTree = "<group>"; };
|
28 | 38 | 84B568DA26DD309400D37CF2 /* Example1HeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Example1HeaderView.swift; sourceTree = "<group>"; };
|
|
52 | 62 | /* End PBXFrameworksBuildPhase section */
|
53 | 63 |
|
54 | 64 | /* Begin PBXGroup section */
|
| 65 | + 840130AD26DFB8C800E4A8A3 /* Example3 */ = { |
| 66 | + isa = PBXGroup; |
| 67 | + children = ( |
| 68 | + 840130B226DFC27700E4A8A3 /* Example3ContentView.swift */, |
| 69 | + 840130AE26DFB8DC00E4A8A3 /* GettingStartedModel.swift */, |
| 70 | + 840130B026DFB93400E4A8A3 /* GettingStartedView.swift */, |
| 71 | + ); |
| 72 | + path = Example3; |
| 73 | + sourceTree = "<group>"; |
| 74 | + }; |
55 | 75 | 84B568D626DD26A800D37CF2 /* Example1 */ = {
|
56 | 76 | isa = PBXGroup;
|
57 | 77 | children = (
|
| 78 | + 840130B626DFC33100E4A8A3 /* Example1ContentView.swift */, |
58 | 79 | 84C99CD726D99BA100C1D5C4 /* TagModel.swift */,
|
59 | 80 | 84B568D826DD271000D37CF2 /* TagView.swift */,
|
60 | 81 | 84B568DA26DD309400D37CF2 /* Example1HeaderView.swift */,
|
|
68 | 89 | 84B568DD26DD351900D37CF2 /* TripModel.swift */,
|
69 | 90 | 84B568DF26DD37A600D37CF2 /* TripView.swift */,
|
70 | 91 | 841B0F8226DD39A4008A436B /* TripTupleView.swift */,
|
| 92 | + 840130B426DFC2FB00E4A8A3 /* Example2ContentView.swift */, |
71 | 93 | );
|
72 | 94 | path = "Example 2";
|
73 | 95 | sourceTree = "<group>";
|
|
97 | 119 | 84D9FA3526D9753600F87EF5 /* AppDelegate.swift */,
|
98 | 120 | 84B568D626DD26A800D37CF2 /* Example1 */,
|
99 | 121 | 84B568DC26DD311F00D37CF2 /* Example 2 */,
|
| 122 | + 840130AD26DFB8C800E4A8A3 /* Example3 */, |
100 | 123 | 84D9FA3726D9753600F87EF5 /* SceneDelegate.swift */,
|
101 | 124 | 84D9FA3926D9753600F87EF5 /* ContentView.swift */,
|
102 | 125 | );
|
|
204 | 227 | files = (
|
205 | 228 | 84B568DB26DD309400D37CF2 /* Example1HeaderView.swift in Sources */,
|
206 | 229 | 84D9FA3626D9753600F87EF5 /* AppDelegate.swift in Sources */,
|
| 230 | + 840130AF26DFB8DD00E4A8A3 /* GettingStartedModel.swift in Sources */, |
207 | 231 | 841B0F8326DD39A4008A436B /* TripTupleView.swift in Sources */,
|
| 232 | + 840130B726DFC33100E4A8A3 /* Example1ContentView.swift in Sources */, |
208 | 233 | 84B568D926DD271000D37CF2 /* TagView.swift in Sources */,
|
| 234 | + 840130B326DFC27700E4A8A3 /* Example3ContentView.swift in Sources */, |
209 | 235 | 84B568E026DD37A600D37CF2 /* TripView.swift in Sources */,
|
| 236 | + 840130B526DFC2FB00E4A8A3 /* Example2ContentView.swift in Sources */, |
210 | 237 | 84B568DE26DD351900D37CF2 /* TripModel.swift in Sources */,
|
| 238 | + 840130B126DFB93400E4A8A3 /* GettingStartedView.swift in Sources */, |
211 | 239 | 84D9FA3826D9753600F87EF5 /* SceneDelegate.swift in Sources */,
|
212 | 240 | 84D9FA3A26D9753600F87EF5 /* ContentView.swift in Sources */,
|
213 | 241 | 84C99CD826D99BA100C1D5C4 /* TagModel.swift in Sources */,
|
|
0 commit comments