|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 150315F72617E3B100EC5D2E /* SidebarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150315F62617E3B100EC5D2E /* SidebarView.swift */; }; |
| 11 | + 150315FC2617E7C900EC5D2E /* SidebarMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150315FB2617E7C900EC5D2E /* SidebarMenu.swift */; }; |
| 12 | + 150316002617E88100EC5D2E /* SidebarRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150315FF2617E88100EC5D2E /* SidebarRow.swift */; }; |
10 | 13 | 1507A0BD25E410CA006DDBFC /* GKMatchMakerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1507A0BC25E410CA006DDBFC /* GKMatchMakerApp.swift */; }; |
11 | 14 | 1507A0BE25E410CA006DDBFC /* GKMatchMakerApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1507A0BC25E410CA006DDBFC /* GKMatchMakerApp.swift */; }; |
12 | 15 | 1507A0C625E419E5006DDBFC /* AuthenticationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1507A0C525E419E5006DDBFC /* AuthenticationView.swift */; }; |
|
34 | 37 | /* End PBXBuildFile section */ |
35 | 38 |
|
36 | 39 | /* Begin PBXFileReference section */ |
| 40 | + 150315F32617DB1E00EC5D2E /* Config.xcconfig-example */ = {isa = PBXFileReference; lastKnownFileType = text; path = "Config.xcconfig-example"; sourceTree = "<group>"; }; |
| 41 | + 150315F62617E3B100EC5D2E /* SidebarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarView.swift; sourceTree = "<group>"; }; |
| 42 | + 150315FB2617E7C900EC5D2E /* SidebarMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarMenu.swift; sourceTree = "<group>"; }; |
| 43 | + 150315FF2617E88100EC5D2E /* SidebarRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SidebarRow.swift; sourceTree = "<group>"; }; |
37 | 44 | 1507A0BC25E410CA006DDBFC /* GKMatchMakerApp.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GKMatchMakerApp.swift; sourceTree = "<group>"; }; |
38 | 45 | 1507A0C525E419E5006DDBFC /* AuthenticationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationView.swift; sourceTree = "<group>"; }; |
39 | 46 | 151CAA8D25E39837002A7FDC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
78 | 85 | /* End PBXFrameworksBuildPhase section */ |
79 | 86 |
|
80 | 87 | /* Begin PBXGroup section */ |
| 88 | + 150315FA2617E7B200EC5D2E /* Sidebar */ = { |
| 89 | + isa = PBXGroup; |
| 90 | + children = ( |
| 91 | + 150315F62617E3B100EC5D2E /* SidebarView.swift */, |
| 92 | + 150315FB2617E7C900EC5D2E /* SidebarMenu.swift */, |
| 93 | + 150315FF2617E88100EC5D2E /* SidebarRow.swift */, |
| 94 | + ); |
| 95 | + path = Sidebar; |
| 96 | + sourceTree = "<group>"; |
| 97 | + }; |
81 | 98 | 151CAA8525E39835002A7FDC = { |
82 | 99 | isa = PBXGroup; |
83 | 100 | children = ( |
| 101 | + 150315F32617DB1E00EC5D2E /* Config.xcconfig-example */, |
84 | 102 | 151CAAD025E39928002A7FDC /* Config.xcconfig */, |
85 | 103 | 151CAAD825E399DF002A7FDC /* GameKitUI.swift */, |
86 | 104 | 151CAA8A25E39835002A7FDC /* Shared */, |
|
203 | 221 | 15D90EAC2610B77E0010E6C9 /* Views */ = { |
204 | 222 | isa = PBXGroup; |
205 | 223 | children = ( |
| 224 | + 150315FA2617E7B200EC5D2E /* Sidebar */, |
206 | 225 | 15D90EAD2610B77E0010E6C9 /* ContentView.swift */, |
207 | 226 | ); |
208 | 227 | path = Views; |
|
276 | 295 | }; |
277 | 296 | }; |
278 | 297 | }; |
279 | | - buildConfigurationList = 151CAA8925E39835002A7FDC /* Build configuration list for PBXProject "GKMatchMaker" */; |
| 298 | + buildConfigurationList = 151CAA8925E39835002A7FDC /* Build configuration list for PBXProject "GKMatchmaker" */; |
280 | 299 | compatibilityVersion = "Xcode 9.3"; |
281 | 300 | developmentRegion = en; |
282 | 301 | hasScannedForEncodings = 0; |
|
336 | 355 | buildActionMask = 2147483647; |
337 | 356 | files = ( |
338 | 357 | 15F85DE7260272D20009A734 /* GKMatchMakerAppModel.swift in Sources */, |
| 358 | + 150316002617E88100EC5D2E /* SidebarRow.swift in Sources */, |
339 | 359 | 1507A0C725E419E5006DDBFC /* AuthenticationView.swift in Sources */, |
340 | 360 | 151F91FA25E4EC070015DD88 /* AuthenticationViewModel.swift in Sources */, |
341 | 361 | 151D89602602660B00979718 /* MatchView.swift in Sources */, |
342 | 362 | 152736882607D07C0068853D /* MatchMakingView.swift in Sources */, |
343 | 363 | 15D90EAE2610B7850010E6C9 /* ContentView.swift in Sources */, |
344 | 364 | 15D90EB52610BBC60010E6C9 /* PrimaryButtonStyle.swift in Sources */, |
| 365 | + 150315F72617E3B100EC5D2E /* SidebarView.swift in Sources */, |
| 366 | + 150315FC2617E7C900EC5D2E /* SidebarMenu.swift in Sources */, |
345 | 367 | 1507A0BE25E410CA006DDBFC /* GKMatchMakerApp.swift in Sources */, |
346 | 368 | 15A6F7F225E39E0500FE5387 /* MatchMakingViewModel.swift in Sources */, |
347 | 369 | ); |
|
567 | 589 | /* End XCBuildConfiguration section */ |
568 | 590 |
|
569 | 591 | /* Begin XCConfigurationList section */ |
570 | | - 151CAA8925E39835002A7FDC /* Build configuration list for PBXProject "GKMatchMaker" */ = { |
| 592 | + 151CAA8925E39835002A7FDC /* Build configuration list for PBXProject "GKMatchmaker" */ = { |
571 | 593 | isa = XCConfigurationList; |
572 | 594 | buildConfigurations = ( |
573 | 595 | 151CAAA425E39837002A7FDC /* Debug */, |
|
0 commit comments