|
22 | 22 | 151F91EE25E42EC60015DD88 /* PrimaryButtonModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 151F91EC25E42EC60015DD88 /* PrimaryButtonModifier.swift */; }; |
23 | 23 | 151F91F925E4EC070015DD88 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 151F91F825E4EC070015DD88 /* AuthenticationViewModel.swift */; }; |
24 | 24 | 151F91FA25E4EC070015DD88 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 151F91F825E4EC070015DD88 /* AuthenticationViewModel.swift */; }; |
| 25 | + 152736842607D0740068853D /* MatchMakingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152736812607D0730068853D /* MatchMakingView.swift */; }; |
| 26 | + 152736882607D07C0068853D /* MatchMakingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 152736812607D0730068853D /* MatchMakingView.swift */; }; |
25 | 27 | 15A6F7D725E39B7D00FE5387 /* GameKitUI in Frameworks */ = {isa = PBXBuildFile; productRef = 15A6F7D625E39B7D00FE5387 /* GameKitUI */; }; |
26 | 28 | 15A6F7D925E39B8300FE5387 /* GameKitUI in Frameworks */ = {isa = PBXBuildFile; productRef = 15A6F7D825E39B8300FE5387 /* GameKitUI */; }; |
27 | 29 | 15A6F7DB25E39B8F00FE5387 /* GameKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15A6F7DA25E39B8F00FE5387 /* GameKit.framework */; }; |
28 | 30 | 15A6F7E225E39BC100FE5387 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7DF25E39BC100FE5387 /* ContentView.swift */; }; |
29 | 31 | 15A6F7E325E39BC100FE5387 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7DF25E39BC100FE5387 /* ContentView.swift */; }; |
30 | 32 | 15A6F7F125E39E0500FE5387 /* MatchMakingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7F025E39E0500FE5387 /* MatchMakingViewModel.swift */; }; |
31 | 33 | 15A6F7F225E39E0500FE5387 /* MatchMakingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7F025E39E0500FE5387 /* MatchMakingViewModel.swift */; }; |
32 | | - 15A6F7F625E39E5300FE5387 /* MatchMakingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7F525E39E5300FE5387 /* MatchMakingView.swift */; }; |
33 | | - 15A6F7F725E39E5300FE5387 /* MatchMakingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15A6F7F525E39E5300FE5387 /* MatchMakingView.swift */; }; |
34 | 34 | 15F85DE4260272CF0009A734 /* GKMatchMakerAppModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F85DE3260272CF0009A734 /* GKMatchMakerAppModel.swift */; }; |
35 | 35 | 15F85DE7260272D20009A734 /* GKMatchMakerAppModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 15F85DE3260272CF0009A734 /* GKMatchMakerAppModel.swift */; }; |
36 | 36 | /* End PBXBuildFile section */ |
|
50 | 50 | 151D895E2602660B00979718 /* MatchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatchView.swift; sourceTree = "<group>"; }; |
51 | 51 | 151F91EC25E42EC60015DD88 /* PrimaryButtonModifier.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrimaryButtonModifier.swift; sourceTree = "<group>"; }; |
52 | 52 | 151F91F825E4EC070015DD88 /* AuthenticationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationViewModel.swift; sourceTree = "<group>"; }; |
| 53 | + 152736812607D0730068853D /* MatchMakingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MatchMakingView.swift; sourceTree = "<group>"; }; |
53 | 54 | 15A6F7DA25E39B8F00FE5387 /* GameKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GameKit.framework; path = System/Library/Frameworks/GameKit.framework; sourceTree = SDKROOT; }; |
54 | 55 | 15A6F7DF25E39BC100FE5387 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
55 | 56 | 15A6F7F025E39E0500FE5387 /* MatchMakingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatchMakingViewModel.swift; sourceTree = "<group>"; }; |
56 | | - 15A6F7F525E39E5300FE5387 /* MatchMakingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MatchMakingView.swift; sourceTree = "<group>"; }; |
57 | 57 | 15F85DE3260272CF0009A734 /* GKMatchMakerAppModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GKMatchMakerAppModel.swift; sourceTree = "<group>"; }; |
58 | 58 | /* End PBXFileReference section */ |
59 | 59 |
|
|
186 | 186 | 15A6F7FC25E39F7D00FE5387 /* MultiPlayer */ = { |
187 | 187 | isa = PBXGroup; |
188 | 188 | children = ( |
189 | | - 15A6F7F525E39E5300FE5387 /* MatchMakingView.swift */, |
| 189 | + 152736812607D0730068853D /* MatchMakingView.swift */, |
190 | 190 | 151D895E2602660B00979718 /* MatchView.swift */, |
191 | 191 | ); |
192 | 192 | path = MultiPlayer; |
|
307 | 307 | files = ( |
308 | 308 | 15F85DE4260272CF0009A734 /* GKMatchMakerAppModel.swift in Sources */, |
309 | 309 | 1507A0C625E419E5006DDBFC /* AuthenticationView.swift in Sources */, |
310 | | - 15A6F7F625E39E5300FE5387 /* MatchMakingView.swift in Sources */, |
311 | 310 | 151F91F925E4EC070015DD88 /* AuthenticationViewModel.swift in Sources */, |
312 | 311 | 151D895F2602660B00979718 /* MatchView.swift in Sources */, |
313 | 312 | 15A6F7E225E39BC100FE5387 /* ContentView.swift in Sources */, |
| 313 | + 152736842607D0740068853D /* MatchMakingView.swift in Sources */, |
314 | 314 | 151F91ED25E42EC60015DD88 /* PrimaryButtonModifier.swift in Sources */, |
315 | 315 | 1507A0BD25E410CA006DDBFC /* GKMatchMakerApp.swift in Sources */, |
316 | 316 | 15A6F7F125E39E0500FE5387 /* MatchMakingViewModel.swift in Sources */, |
|
323 | 323 | files = ( |
324 | 324 | 15F85DE7260272D20009A734 /* GKMatchMakerAppModel.swift in Sources */, |
325 | 325 | 1507A0C725E419E5006DDBFC /* AuthenticationView.swift in Sources */, |
326 | | - 15A6F7F725E39E5300FE5387 /* MatchMakingView.swift in Sources */, |
327 | 326 | 151F91FA25E4EC070015DD88 /* AuthenticationViewModel.swift in Sources */, |
328 | 327 | 151D89602602660B00979718 /* MatchView.swift in Sources */, |
329 | 328 | 15A6F7E325E39BC100FE5387 /* ContentView.swift in Sources */, |
| 329 | + 152736882607D07C0068853D /* MatchMakingView.swift in Sources */, |
330 | 330 | 151F91EE25E42EC60015DD88 /* PrimaryButtonModifier.swift in Sources */, |
331 | 331 | 1507A0BE25E410CA006DDBFC /* GKMatchMakerApp.swift in Sources */, |
332 | 332 | 15A6F7F225E39E0500FE5387 /* MatchMakingViewModel.swift in Sources */, |
|
0 commit comments