|
16 | 16 | C77ABFAC26B8992600BDE919 /* PostListViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77ABFAA26B8992600BDE919 /* PostListViewModel.swift */; }; |
17 | 17 | C77ABFAE26B8A7FF00BDE919 /* Database+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77ABFAD26B8A7FF00BDE919 /* Database+Extensions.swift */; }; |
18 | 18 | C77ABFAF26B8A7FF00BDE919 /* Database+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77ABFAD26B8A7FF00BDE919 /* Database+Extensions.swift */; }; |
| 19 | + C796F29826CCDCEF0076C5F5 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = C796F29726CCDCEF0076C5F5 /* FirebaseAuth */; }; |
| 20 | + C796F29A26CCDCF50076C5F5 /* FirebaseDatabase in Frameworks */ = {isa = PBXBuildFile; productRef = C796F29926CCDCF50076C5F5 /* FirebaseDatabase */; }; |
| 21 | + C796F29C26CCE3DA0076C5F5 /* ScreenDimensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C796F29B26CCE3DA0076C5F5 /* ScreenDimensions.swift */; }; |
| 22 | + C796F29D26CCE3DA0076C5F5 /* ScreenDimensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C796F29B26CCE3DA0076C5F5 /* ScreenDimensions.swift */; }; |
| 23 | + C796F29E26CCE9DE0076C5F5 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9029EF026A10B1500C92F12 /* GoogleService-Info.plist */; }; |
19 | 24 | C799B60E269E1CEF00A43C40 /* PostDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C799B60D269E1CEF00A43C40 /* PostDetailView.swift */; }; |
20 | 25 | C799B60F269E1CEF00A43C40 /* PostDetailView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C799B60D269E1CEF00A43C40 /* PostDetailView.swift */; }; |
21 | 26 | C799B611269E1E3B00A43C40 /* PostCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C799B610269E1E3B00A43C40 /* PostCell.swift */; }; |
|
39 | 44 | C7F60CF3268E352F002F68AB /* SignUpView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CF1268E352F002F68AB /* SignUpView.swift */; }; |
40 | 45 | C7F60CF6268EBEDE002F68AB /* UserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CF5268EBEDE002F68AB /* UserViewModel.swift */; }; |
41 | 46 | C7F60CF7268EBEDE002F68AB /* UserViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CF5268EBEDE002F68AB /* UserViewModel.swift */; }; |
42 | | - C7F60CF9268EDFC5002F68AB /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CF8268EDFC5002F68AB /* LoadingView.swift */; }; |
43 | | - C7F60CFA268EDFC5002F68AB /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CF8268EDFC5002F68AB /* LoadingView.swift */; }; |
44 | 47 | C7F60CFC268EE316002F68AB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CFB268EE316002F68AB /* ContentView.swift */; }; |
45 | 48 | C7F60CFD268EE316002F68AB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7F60CFB268EE316002F68AB /* ContentView.swift */; }; |
46 | 49 | /* End PBXBuildFile section */ |
|
51 | 54 | C730A31E26B0998A00A29E81 /* PostsType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostsType.swift; sourceTree = "<group>"; }; |
52 | 55 | C77ABFAA26B8992600BDE919 /* PostListViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostListViewModel.swift; sourceTree = "<group>"; }; |
53 | 56 | C77ABFAD26B8A7FF00BDE919 /* Database+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Database+Extensions.swift"; sourceTree = "<group>"; }; |
| 57 | + C796F29B26CCE3DA0076C5F5 /* ScreenDimensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenDimensions.swift; sourceTree = "<group>"; }; |
54 | 58 | C799B60D269E1CEF00A43C40 /* PostDetailView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostDetailView.swift; sourceTree = "<group>"; }; |
55 | 59 | C799B610269E1E3B00A43C40 /* PostCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostCell.swift; sourceTree = "<group>"; }; |
56 | 60 | C79D1AC226A4114600B6A169 /* PostViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PostViewModel.swift; sourceTree = "<group>"; }; |
|
66 | 70 | C7C6B5B2268DAC1800546A57 /* Comment.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Comment.swift; sourceTree = "<group>"; }; |
67 | 71 | C7F60CF1268E352F002F68AB /* SignUpView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignUpView.swift; sourceTree = "<group>"; }; |
68 | 72 | C7F60CF5268EBEDE002F68AB /* UserViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserViewModel.swift; sourceTree = "<group>"; }; |
69 | | - C7F60CF8268EDFC5002F68AB /* LoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = "<group>"; }; |
70 | 73 | C7F60CFB268EE316002F68AB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
71 | 74 | /* End PBXFileReference section */ |
72 | 75 |
|
|
85 | 88 | isa = PBXFrameworksBuildPhase; |
86 | 89 | buildActionMask = 2147483647; |
87 | 90 | files = ( |
| 91 | + C796F29A26CCDCF50076C5F5 /* FirebaseDatabase in Frameworks */, |
| 92 | + C796F29826CCDCEF0076C5F5 /* FirebaseAuth in Frameworks */, |
88 | 93 | ); |
89 | 94 | runOnlyForDeploymentPostprocessing = 0; |
90 | 95 | }; |
91 | 96 | /* End PBXFrameworksBuildPhase section */ |
92 | 97 |
|
93 | 98 | /* Begin PBXGroup section */ |
| 99 | + C796F29626CCDCEF0076C5F5 /* Frameworks */ = { |
| 100 | + isa = PBXGroup; |
| 101 | + children = ( |
| 102 | + ); |
| 103 | + name = Frameworks; |
| 104 | + sourceTree = "<group>"; |
| 105 | + }; |
94 | 106 | C7C6B56E268C8C9A00546A57 = { |
95 | 107 | isa = PBXGroup; |
96 | 108 | children = ( |
|
99 | 111 | C7C6B57D268C8C9C00546A57 /* iOS */, |
100 | 112 | C7C6B584268C8C9C00546A57 /* macOS */, |
101 | 113 | C7C6B57C268C8C9C00546A57 /* Products */, |
| 114 | + C796F29626CCDCEF0076C5F5 /* Frameworks */, |
102 | 115 | ); |
103 | 116 | sourceTree = "<group>"; |
104 | 117 | }; |
|
144 | 157 | children = ( |
145 | 158 | C7C6B575268C8C9A00546A57 /* LoginView.swift */, |
146 | 159 | C7F60CF1268E352F002F68AB /* SignUpView.swift */, |
147 | | - C7F60CF8268EDFC5002F68AB /* LoadingView.swift */, |
148 | 160 | C7F60CFB268EE316002F68AB /* ContentView.swift */, |
149 | 161 | C79D1AEC26A8D9A300B6A169 /* PostsView.swift */, |
150 | 162 | C70B63FE2696B29400851A91 /* NewPostsView.swift */, |
|
163 | 175 | C730A31E26B0998A00A29E81 /* PostsType.swift */, |
164 | 176 | C77ABFAA26B8992600BDE919 /* PostListViewModel.swift */, |
165 | 177 | C77ABFAD26B8A7FF00BDE919 /* Database+Extensions.swift */, |
| 178 | + C796F29B26CCE3DA0076C5F5 /* ScreenDimensions.swift */, |
166 | 179 | ); |
167 | 180 | path = Models; |
168 | 181 | sourceTree = "<group>"; |
|
205 | 218 | dependencies = ( |
206 | 219 | ); |
207 | 220 | name = "DatabaseExample (macOS)"; |
| 221 | + packageProductDependencies = ( |
| 222 | + C796F29726CCDCEF0076C5F5 /* FirebaseAuth */, |
| 223 | + C796F29926CCDCF50076C5F5 /* FirebaseDatabase */, |
| 224 | + ); |
208 | 225 | productName = "DatabaseExample (macOS)"; |
209 | 226 | productReference = C7C6B583268C8C9C00546A57 /* DatabaseExample.app */; |
210 | 227 | productType = "com.apple.product-type.application"; |
|
263 | 280 | buildActionMask = 2147483647; |
264 | 281 | files = ( |
265 | 282 | C7C6B58C268C8C9C00546A57 /* Assets.xcassets in Resources */, |
| 283 | + C796F29E26CCE9DE0076C5F5 /* GoogleService-Info.plist in Resources */, |
266 | 284 | ); |
267 | 285 | runOnlyForDeploymentPostprocessing = 0; |
268 | 286 | }; |
|
278 | 296 | C799B611269E1E3B00A43C40 /* PostCell.swift in Sources */, |
279 | 297 | C7C6B5B3268DAC1800546A57 /* Comment.swift in Sources */, |
280 | 298 | C7F60CF6268EBEDE002F68AB /* UserViewModel.swift in Sources */, |
| 299 | + C796F29C26CCE3DA0076C5F5 /* ScreenDimensions.swift in Sources */, |
281 | 300 | C7C6B589268C8C9C00546A57 /* LoginView.swift in Sources */, |
282 | 301 | C79D1AED26A8D9A300B6A169 /* PostsView.swift in Sources */, |
283 | 302 | C77ABFAE26B8A7FF00BDE919 /* Database+Extensions.swift in Sources */, |
284 | 303 | C7F60CFC268EE316002F68AB /* ContentView.swift in Sources */, |
285 | 304 | C799B60E269E1CEF00A43C40 /* PostDetailView.swift in Sources */, |
286 | | - C7F60CF9268EDFC5002F68AB /* LoadingView.swift in Sources */, |
287 | 305 | C70B63FF2696B29400851A91 /* NewPostsView.swift in Sources */, |
288 | 306 | C7F60CF2268E352F002F68AB /* SignUpView.swift in Sources */, |
289 | 307 | C7C6B587268C8C9C00546A57 /* DatabaseExampleApp.swift in Sources */, |
|
300 | 318 | C799B612269E1E3B00A43C40 /* PostCell.swift in Sources */, |
301 | 319 | C7C6B5B4268DAC1800546A57 /* Comment.swift in Sources */, |
302 | 320 | C7F60CF7268EBEDE002F68AB /* UserViewModel.swift in Sources */, |
| 321 | + C796F29D26CCE3DA0076C5F5 /* ScreenDimensions.swift in Sources */, |
303 | 322 | C7C6B58A268C8C9C00546A57 /* LoginView.swift in Sources */, |
304 | 323 | C79D1AEE26A8D9A300B6A169 /* PostsView.swift in Sources */, |
305 | 324 | C77ABFAF26B8A7FF00BDE919 /* Database+Extensions.swift in Sources */, |
306 | 325 | C7F60CFD268EE316002F68AB /* ContentView.swift in Sources */, |
307 | 326 | C799B60F269E1CEF00A43C40 /* PostDetailView.swift in Sources */, |
308 | | - C7F60CFA268EDFC5002F68AB /* LoadingView.swift in Sources */, |
309 | 327 | C70B64002696B29400851A91 /* NewPostsView.swift in Sources */, |
310 | 328 | C7F60CF3268E352F002F68AB /* SignUpView.swift in Sources */, |
311 | 329 | C7C6B588268C8C9C00546A57 /* DatabaseExampleApp.swift in Sources */, |
|
558 | 576 | /* End XCRemoteSwiftPackageReference section */ |
559 | 577 |
|
560 | 578 | /* Begin XCSwiftPackageProductDependency section */ |
| 579 | + C796F29726CCDCEF0076C5F5 /* FirebaseAuth */ = { |
| 580 | + isa = XCSwiftPackageProductDependency; |
| 581 | + package = C7C6B595268C8D7800546A57 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 582 | + productName = FirebaseAuth; |
| 583 | + }; |
| 584 | + C796F29926CCDCF50076C5F5 /* FirebaseDatabase */ = { |
| 585 | + isa = XCSwiftPackageProductDependency; |
| 586 | + package = C7C6B595268C8D7800546A57 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 587 | + productName = FirebaseDatabase; |
| 588 | + }; |
561 | 589 | C7C6B596268C8D7800546A57 /* FirebaseDatabaseSwift-Beta */ = { |
562 | 590 | isa = XCSwiftPackageProductDependency; |
563 | 591 | package = C7C6B595268C8D7800546A57 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
|
0 commit comments