|
12 | 12 | 88161C4F2805932F0074084A /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 88161C4E2805932F0074084A /* Preview Assets.xcassets */; }; |
13 | 13 | 88161C59280593A10074084A /* MenuScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C58280593A10074084A /* MenuScreen.swift */; }; |
14 | 14 | 88161C5C280593DF0074084A /* SampleScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C5B280593DF0074084A /* SampleScreen.swift */; }; |
15 | | - 88161C5F280594B40074084A /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 88161C5E280594B40074084A /* FirebaseAuth */; }; |
16 | | - 88161C61280594B40074084A /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = 88161C60280594B40074084A /* FirebaseFirestore */; }; |
17 | | - 88161C63280594B40074084A /* FirebaseFirestoreCombine-Community in Frameworks */ = {isa = PBXBuildFile; productRef = 88161C62280594B40074084A /* FirebaseFirestoreCombine-Community */; }; |
18 | | - 88161C65280594B40074084A /* FirebaseFirestoreSwift-Beta in Frameworks */ = {isa = PBXBuildFile; productRef = 88161C64280594B40074084A /* FirebaseFirestoreSwift-Beta */; }; |
19 | 15 | 88161C68280595B30074084A /* Book.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C67280595B30074084A /* Book.swift */; }; |
20 | 16 | 88161C702805A8E00074084A /* OnDemandBookListViewWithClosures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C6F2805A8E00074084A /* OnDemandBookListViewWithClosures.swift */; }; |
21 | | - 88161C722805AF4F0074084A /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 88161C712805AF4F0074084A /* GoogleService-Info.plist */; }; |
22 | 17 | 88161C752805B2AE0074084A /* LiveBooksListViewWithCombine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C742805B2AE0074084A /* LiveBooksListViewWithCombine.swift */; }; |
23 | 18 | 88161C772805E8940074084A /* LiveBooksListViewWithClosures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C762805E8940074084A /* LiveBooksListViewWithClosures.swift */; }; |
24 | 19 | 88161C792805E9CB0074084A /* OnDemandBookListViewWithCombine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C782805E9CB0074084A /* OnDemandBookListViewWithCombine.swift */; }; |
25 | 20 | 88161C7B2806D9490074084A /* OnDemandBookDetailsViewWithCombine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C7A2806D9490074084A /* OnDemandBookDetailsViewWithCombine.swift */; }; |
26 | 21 | 88161C7D280821120074084A /* OnDemandBookDetailsViewWithClosures.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88161C7C280821110074084A /* OnDemandBookDetailsViewWithClosures.swift */; }; |
| 22 | + 884CEC8728E84BD500C36882 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 884CEC8628E84BD500C36882 /* GoogleService-Info.plist */; }; |
| 23 | + 884CEC8D28E854C800C36882 /* FirebaseFirestore in Frameworks */ = {isa = PBXBuildFile; productRef = 884CEC8C28E854C800C36882 /* FirebaseFirestore */; }; |
| 24 | + 884CEC8F28E854C800C36882 /* FirebaseFirestoreCombine-Community in Frameworks */ = {isa = PBXBuildFile; productRef = 884CEC8E28E854C800C36882 /* FirebaseFirestoreCombine-Community */; }; |
| 25 | + 884CEC9128E854C800C36882 /* FirebaseFirestoreSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 884CEC9028E854C800C36882 /* FirebaseFirestoreSwift */; }; |
| 26 | + 884CEC9328E8555400C36882 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = 884CEC9228E8555400C36882 /* FirebaseAuth */; }; |
27 | 27 | /* End PBXBuildFile section */ |
28 | 28 |
|
29 | 29 | /* Begin PBXFileReference section */ |
|
35 | 35 | 88161C5B280593DF0074084A /* SampleScreen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleScreen.swift; sourceTree = "<group>"; }; |
36 | 36 | 88161C67280595B30074084A /* Book.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Book.swift; sourceTree = "<group>"; }; |
37 | 37 | 88161C6F2805A8E00074084A /* OnDemandBookListViewWithClosures.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnDemandBookListViewWithClosures.swift; sourceTree = "<group>"; }; |
38 | | - 88161C712805AF4F0074084A /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
39 | 38 | 88161C742805B2AE0074084A /* LiveBooksListViewWithCombine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveBooksListViewWithCombine.swift; sourceTree = "<group>"; }; |
40 | 39 | 88161C762805E8940074084A /* LiveBooksListViewWithClosures.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveBooksListViewWithClosures.swift; sourceTree = "<group>"; }; |
41 | 40 | 88161C782805E9CB0074084A /* OnDemandBookListViewWithCombine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnDemandBookListViewWithCombine.swift; sourceTree = "<group>"; }; |
42 | 41 | 88161C7A2806D9490074084A /* OnDemandBookDetailsViewWithCombine.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnDemandBookDetailsViewWithCombine.swift; sourceTree = "<group>"; }; |
43 | 42 | 88161C7C280821110074084A /* OnDemandBookDetailsViewWithClosures.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnDemandBookDetailsViewWithClosures.swift; sourceTree = "<group>"; }; |
| 43 | + 884CEC8628E84BD500C36882 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
44 | 44 | /* End PBXFileReference section */ |
45 | 45 |
|
46 | 46 | /* Begin PBXFrameworksBuildPhase section */ |
47 | 47 | 88161C412805932D0074084A /* Frameworks */ = { |
48 | 48 | isa = PBXFrameworksBuildPhase; |
49 | 49 | buildActionMask = 2147483647; |
50 | 50 | files = ( |
51 | | - 88161C63280594B40074084A /* FirebaseFirestoreCombine-Community in Frameworks */, |
52 | | - 88161C65280594B40074084A /* FirebaseFirestoreSwift-Beta in Frameworks */, |
53 | | - 88161C5F280594B40074084A /* FirebaseAuth in Frameworks */, |
54 | | - 88161C61280594B40074084A /* FirebaseFirestore in Frameworks */, |
| 51 | + 884CEC8D28E854C800C36882 /* FirebaseFirestore in Frameworks */, |
| 52 | + 884CEC8F28E854C800C36882 /* FirebaseFirestoreCombine-Community in Frameworks */, |
| 53 | + 884CEC9128E854C800C36882 /* FirebaseFirestoreSwift in Frameworks */, |
| 54 | + 884CEC9328E8555400C36882 /* FirebaseAuth in Frameworks */, |
55 | 55 | ); |
56 | 56 | runOnlyForDeploymentPostprocessing = 0; |
57 | 57 | }; |
|
63 | 63 | children = ( |
64 | 64 | 88161C462805932D0074084A /* WrappingExistingAPIsInCombine */, |
65 | 65 | 88161C452805932D0074084A /* Products */, |
| 66 | + 884CEC8828E8532300C36882 /* Frameworks */, |
66 | 67 | ); |
67 | 68 | sourceTree = "<group>"; |
68 | 69 | }; |
|
82 | 83 | 88161C66280595A40074084A /* Models */, |
83 | 84 | 88161C692805A85C0074084A /* Features */, |
84 | 85 | 88161C4B2805932F0074084A /* Assets.xcassets */, |
85 | | - 88161C712805AF4F0074084A /* GoogleService-Info.plist */, |
| 86 | + 884CEC8628E84BD500C36882 /* GoogleService-Info.plist */, |
86 | 87 | 88161C4D2805932F0074084A /* Preview Content */, |
87 | 88 | ); |
88 | 89 | path = WrappingExistingAPIsInCombine; |
|
182 | 183 | path = Views; |
183 | 184 | sourceTree = "<group>"; |
184 | 185 | }; |
| 186 | + 884CEC8828E8532300C36882 /* Frameworks */ = { |
| 187 | + isa = PBXGroup; |
| 188 | + children = ( |
| 189 | + ); |
| 190 | + name = Frameworks; |
| 191 | + sourceTree = "<group>"; |
| 192 | + }; |
185 | 193 | /* End PBXGroup section */ |
186 | 194 |
|
187 | 195 | /* Begin PBXNativeTarget section */ |
|
199 | 207 | ); |
200 | 208 | name = WrappingExistingAPIsInCombine; |
201 | 209 | packageProductDependencies = ( |
202 | | - 88161C5E280594B40074084A /* FirebaseAuth */, |
203 | | - 88161C60280594B40074084A /* FirebaseFirestore */, |
204 | | - 88161C62280594B40074084A /* FirebaseFirestoreCombine-Community */, |
205 | | - 88161C64280594B40074084A /* FirebaseFirestoreSwift-Beta */, |
| 210 | + 884CEC8C28E854C800C36882 /* FirebaseFirestore */, |
| 211 | + 884CEC8E28E854C800C36882 /* FirebaseFirestoreCombine-Community */, |
| 212 | + 884CEC9028E854C800C36882 /* FirebaseFirestoreSwift */, |
| 213 | + 884CEC9228E8555400C36882 /* FirebaseAuth */, |
206 | 214 | ); |
207 | 215 | productName = WrappingExistingAPIsInCombine; |
208 | 216 | productReference = 88161C442805932D0074084A /* WrappingExistingAPIsInCombine.app */; |
|
233 | 241 | ); |
234 | 242 | mainGroup = 88161C3B2805932D0074084A; |
235 | 243 | packageReferences = ( |
236 | | - 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */, |
| 244 | + 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */, |
237 | 245 | ); |
238 | 246 | productRefGroup = 88161C452805932D0074084A /* Products */; |
239 | 247 | projectDirPath = ""; |
|
249 | 257 | isa = PBXResourcesBuildPhase; |
250 | 258 | buildActionMask = 2147483647; |
251 | 259 | files = ( |
252 | | - 88161C722805AF4F0074084A /* GoogleService-Info.plist in Resources */, |
253 | 260 | 88161C4F2805932F0074084A /* Preview Assets.xcassets in Resources */, |
254 | 261 | 88161C4C2805932F0074084A /* Assets.xcassets in Resources */, |
| 262 | + 884CEC8728E84BD500C36882 /* GoogleService-Info.plist in Resources */, |
255 | 263 | ); |
256 | 264 | runOnlyForDeploymentPostprocessing = 0; |
257 | 265 | }; |
|
400 | 408 | CODE_SIGN_STYLE = Automatic; |
401 | 409 | CURRENT_PROJECT_VERSION = 1; |
402 | 410 | DEVELOPMENT_ASSET_PATHS = "\"WrappingExistingAPIsInCombine/Preview Content\""; |
403 | | - DEVELOPMENT_TEAM = YGAZHQXHH4; |
| 411 | + DEVELOPMENT_TEAM = ""; |
404 | 412 | ENABLE_PREVIEWS = YES; |
405 | 413 | GENERATE_INFOPLIST_FILE = YES; |
406 | 414 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
407 | 415 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
408 | 416 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
409 | 417 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
410 | 418 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 419 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
411 | 420 | LD_RUNPATH_SEARCH_PATHS = ( |
412 | 421 | "$(inherited)", |
413 | 422 | "@executable_path/Frameworks", |
|
429 | 438 | CODE_SIGN_STYLE = Automatic; |
430 | 439 | CURRENT_PROJECT_VERSION = 1; |
431 | 440 | DEVELOPMENT_ASSET_PATHS = "\"WrappingExistingAPIsInCombine/Preview Content\""; |
432 | | - DEVELOPMENT_TEAM = YGAZHQXHH4; |
| 441 | + DEVELOPMENT_TEAM = ""; |
433 | 442 | ENABLE_PREVIEWS = YES; |
434 | 443 | GENERATE_INFOPLIST_FILE = YES; |
435 | 444 | INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
436 | 445 | INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
437 | 446 | INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
438 | 447 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
439 | 448 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 449 | + IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
440 | 450 | LD_RUNPATH_SEARCH_PATHS = ( |
441 | 451 | "$(inherited)", |
442 | 452 | "@executable_path/Frameworks", |
|
474 | 484 | /* End XCConfigurationList section */ |
475 | 485 |
|
476 | 486 | /* Begin XCRemoteSwiftPackageReference section */ |
477 | | - 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = { |
| 487 | + 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = { |
478 | 488 | isa = XCRemoteSwiftPackageReference; |
479 | 489 | repositoryURL = "https://github.com/firebase/firebase-ios-sdk"; |
480 | 490 | requirement = { |
481 | 491 | kind = upToNextMajorVersion; |
482 | | - minimumVersion = 8.0.0; |
| 492 | + minimumVersion = 9.0.0; |
483 | 493 | }; |
484 | 494 | }; |
485 | 495 | /* End XCRemoteSwiftPackageReference section */ |
486 | 496 |
|
487 | 497 | /* Begin XCSwiftPackageProductDependency section */ |
488 | | - 88161C5E280594B40074084A /* FirebaseAuth */ = { |
| 498 | + 884CEC8C28E854C800C36882 /* FirebaseFirestore */ = { |
489 | 499 | isa = XCSwiftPackageProductDependency; |
490 | | - package = 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
491 | | - productName = FirebaseAuth; |
492 | | - }; |
493 | | - 88161C60280594B40074084A /* FirebaseFirestore */ = { |
494 | | - isa = XCSwiftPackageProductDependency; |
495 | | - package = 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 500 | + package = 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
496 | 501 | productName = FirebaseFirestore; |
497 | 502 | }; |
498 | | - 88161C62280594B40074084A /* FirebaseFirestoreCombine-Community */ = { |
| 503 | + 884CEC8E28E854C800C36882 /* FirebaseFirestoreCombine-Community */ = { |
499 | 504 | isa = XCSwiftPackageProductDependency; |
500 | | - package = 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 505 | + package = 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
501 | 506 | productName = "FirebaseFirestoreCombine-Community"; |
502 | 507 | }; |
503 | | - 88161C64280594B40074084A /* FirebaseFirestoreSwift-Beta */ = { |
| 508 | + 884CEC9028E854C800C36882 /* FirebaseFirestoreSwift */ = { |
504 | 509 | isa = XCSwiftPackageProductDependency; |
505 | | - package = 88161C5D280594B40074084A /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
506 | | - productName = "FirebaseFirestoreSwift-Beta"; |
| 510 | + package = 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 511 | + productName = FirebaseFirestoreSwift; |
| 512 | + }; |
| 513 | + 884CEC9228E8555400C36882 /* FirebaseAuth */ = { |
| 514 | + isa = XCSwiftPackageProductDependency; |
| 515 | + package = 884CEC8B28E854C800C36882 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */; |
| 516 | + productName = FirebaseAuth; |
507 | 517 | }; |
508 | 518 | /* End XCSwiftPackageProductDependency section */ |
509 | 519 | }; |
|
0 commit comments