|
24 | 24 | FABCDB7C2364E11F00842ED9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FABCDB7B2364E11F00842ED9 /* Preview Assets.xcassets */; }; |
25 | 25 | FABCDB7F2364E11F00842ED9 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FABCDB7D2364E11F00842ED9 /* Main.storyboard */; }; |
26 | 26 | FABCDB872364E16500842ED9 /* Shapes in Frameworks */ = {isa = PBXBuildFile; productRef = FABCDB862364E16500842ED9 /* Shapes */; }; |
| 27 | + FAFBB70F2393106600E70575 /* PatternsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFBB70E2393106600E70575 /* PatternsView.swift */; }; |
| 28 | + FAFBB7102393106600E70575 /* PatternsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFBB70E2393106600E70575 /* PatternsView.swift */; }; |
27 | 29 | /* End PBXBuildFile section */ |
28 | 30 |
|
29 | 31 | /* Begin PBXFileReference section */ |
|
46 | 48 | FABCDB7E2364E11F00842ED9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
47 | 49 | FABCDB802364E11F00842ED9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
48 | 50 | FABCDB812364E11F00842ED9 /* ShapesExamples_macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = ShapesExamples_macOS.entitlements; sourceTree = "<group>"; }; |
| 51 | + FAFBB70E2393106600E70575 /* PatternsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PatternsView.swift; sourceTree = "<group>"; }; |
49 | 52 | /* End PBXFileReference section */ |
50 | 53 |
|
51 | 54 | /* Begin PBXFrameworksBuildPhase section */ |
|
145 | 148 | children = ( |
146 | 149 | FA86726D238DE61500226819 /* RegularPolygonsView.swift */, |
147 | 150 | FA867270238DE6CD00226819 /* LinesView.swift */, |
| 151 | + FAFBB70E2393106600E70575 /* PatternsView.swift */, |
148 | 152 | ); |
149 | 153 | path = ShapesExamples; |
150 | 154 | sourceTree = "<group>"; |
|
264 | 268 | FABCDB5B2364DF8400842ED9 /* SceneDelegate.swift in Sources */, |
265 | 269 | FABCDB5D2364DF8400842ED9 /* ContentView.swift in Sources */, |
266 | 270 | FA86726E238DE61500226819 /* RegularPolygonsView.swift in Sources */, |
| 271 | + FAFBB70F2393106600E70575 /* PatternsView.swift in Sources */, |
267 | 272 | ); |
268 | 273 | runOnlyForDeploymentPostprocessing = 0; |
269 | 274 | }; |
|
274 | 279 | FA86726F238DE61500226819 /* RegularPolygonsView.swift in Sources */, |
275 | 280 | FA867272238DE6CD00226819 /* LinesView.swift in Sources */, |
276 | 281 | FABCDB772364E11E00842ED9 /* ContentView.swift in Sources */, |
| 282 | + FAFBB7102393106600E70575 /* PatternsView.swift in Sources */, |
277 | 283 | FABCDB752364E11E00842ED9 /* AppDelegate.swift in Sources */, |
278 | 284 | ); |
279 | 285 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments