|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | 8D7D5DC11D9D9536006C1857 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8D7D5DC01D9D9536006C1857 /* GoogleService-Info.plist */; };
|
11 | 11 | 8D7F86B51D9DAA0100C2A122 /* FUIStorageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D7F86B41D9DAA0100C2A122 /* FUIStorageViewController.m */; };
|
12 |
| - B1C730E28DEEA49E857E4678 /* Pods_FirebaseUI_demo_objc.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0E9E94AE19193076EE6A1C1D /* Pods_FirebaseUI_demo_objc.framework */; }; |
13 | 12 | C30AEB081ED610740084E328 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C30AEB051ED610740084E328 /* LaunchScreen.xib */; };
|
14 | 13 | C30AEB0A1ED610740084E328 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C30AEB071ED610740084E328 /* Main.storyboard */; };
|
15 | 14 | C30AEB0B1ED610780084E328 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C30AEB0D1ED610780084E328 /* Localizable.strings */; };
|
|
40 | 39 | /* End PBXBuildFile section */
|
41 | 40 |
|
42 | 41 | /* Begin PBXFileReference section */
|
43 |
| - 0E9E94AE19193076EE6A1C1D /* Pods_FirebaseUI_demo_objc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseUI_demo_objc.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
44 |
| - 4D897A28BD94E8A5736D6BB1 /* Pods-FirebaseUI-demo-objc.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseUI-demo-objc.debug.xcconfig"; path = "Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc.debug.xcconfig"; sourceTree = "<group>"; }; |
45 |
| - 6F543A4A2490F55C5E29CEEC /* Pods-FirebaseUI-demo-objc.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseUI-demo-objc.release.xcconfig"; path = "Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc.release.xcconfig"; sourceTree = "<group>"; }; |
46 | 42 | 8D7D5DC01D9D9536006C1857 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
|
47 | 43 | 8D7F86B31D9DAA0100C2A122 /* FUIStorageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FUIStorageViewController.h; path = Storage/FUIStorageViewController.h; sourceTree = "<group>"; };
|
48 | 44 | 8D7F86B41D9DAA0100C2A122 /* FUIStorageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FUIStorageViewController.m; path = Storage/FUIStorageViewController.m; sourceTree = "<group>"; };
|
|
181 | 177 | isa = PBXFrameworksBuildPhase;
|
182 | 178 | buildActionMask = 2147483647;
|
183 | 179 | files = (
|
184 |
| - B1C730E28DEEA49E857E4678 /* Pods_FirebaseUI_demo_objc.framework in Frameworks */, |
185 | 180 | );
|
186 | 181 | runOnlyForDeploymentPostprocessing = 0;
|
187 | 182 | };
|
188 | 183 | /* End PBXFrameworksBuildPhase section */
|
189 | 184 |
|
190 | 185 | /* Begin PBXGroup section */
|
191 |
| - 2C88CEFFB983F54FEAA9E884 /* Frameworks */ = { |
192 |
| - isa = PBXGroup; |
193 |
| - children = ( |
194 |
| - 0E9E94AE19193076EE6A1C1D /* Pods_FirebaseUI_demo_objc.framework */, |
195 |
| - ); |
196 |
| - name = Frameworks; |
197 |
| - sourceTree = "<group>"; |
198 |
| - }; |
199 |
| - 413E3E09EA41422454FCFCC9 /* Pods */ = { |
200 |
| - isa = PBXGroup; |
201 |
| - children = ( |
202 |
| - 4D897A28BD94E8A5736D6BB1 /* Pods-FirebaseUI-demo-objc.debug.xcconfig */, |
203 |
| - 6F543A4A2490F55C5E29CEEC /* Pods-FirebaseUI-demo-objc.release.xcconfig */, |
204 |
| - ); |
205 |
| - name = Pods; |
206 |
| - sourceTree = "<group>"; |
207 |
| - }; |
208 | 186 | 8D7D5DC51D9DA075006C1857 /* Storage */ = {
|
209 | 187 | isa = PBXGroup;
|
210 | 188 | children = (
|
|
285 | 263 | 8D7D5DC01D9D9536006C1857 /* GoogleService-Info.plist */,
|
286 | 264 | D81A05F21B86A78700498183 /* FirebaseUI-demo-objc */,
|
287 | 265 | D81A05F11B86A78700498183 /* Products */,
|
288 |
| - 413E3E09EA41422454FCFCC9 /* Pods */, |
289 |
| - 2C88CEFFB983F54FEAA9E884 /* Frameworks */, |
290 | 266 | );
|
291 | 267 | sourceTree = "<group>";
|
292 | 268 | };
|
|
332 | 308 | isa = PBXNativeTarget;
|
333 | 309 | buildConfigurationList = D81A06131B86A78700498183 /* Build configuration list for PBXNativeTarget "FirebaseUI-demo-objc" */;
|
334 | 310 | buildPhases = (
|
335 |
| - 4561BA562D1BA6D80A1B6819 /* [CP] Check Pods Manifest.lock */, |
336 | 311 | D81A05EC1B86A78700498183 /* Sources */,
|
337 | 312 | D81A05ED1B86A78700498183 /* Frameworks */,
|
338 | 313 | D81A05EE1B86A78700498183 /* Resources */,
|
339 |
| - 5610C7F0196CF7BB87291D17 /* [CP] Embed Pods Frameworks */, |
340 |
| - B83BEABE9A943ACA02D328EA /* [CP] Copy Pods Resources */, |
341 | 314 | );
|
342 | 315 | buildRules = (
|
343 | 316 | );
|
|
493 | 466 | };
|
494 | 467 | /* End PBXResourcesBuildPhase section */
|
495 | 468 |
|
496 |
| -/* Begin PBXShellScriptBuildPhase section */ |
497 |
| - 4561BA562D1BA6D80A1B6819 /* [CP] Check Pods Manifest.lock */ = { |
498 |
| - isa = PBXShellScriptBuildPhase; |
499 |
| - buildActionMask = 2147483647; |
500 |
| - files = ( |
501 |
| - ); |
502 |
| - inputPaths = ( |
503 |
| - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
504 |
| - "${PODS_ROOT}/Manifest.lock", |
505 |
| - ); |
506 |
| - name = "[CP] Check Pods Manifest.lock"; |
507 |
| - outputPaths = ( |
508 |
| - "$(DERIVED_FILE_DIR)/Pods-FirebaseUI-demo-objc-checkManifestLockResult.txt", |
509 |
| - ); |
510 |
| - runOnlyForDeploymentPostprocessing = 0; |
511 |
| - shellPath = /bin/sh; |
512 |
| - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
513 |
| - showEnvVarsInLog = 0; |
514 |
| - }; |
515 |
| - 5610C7F0196CF7BB87291D17 /* [CP] Embed Pods Frameworks */ = { |
516 |
| - isa = PBXShellScriptBuildPhase; |
517 |
| - buildActionMask = 2147483647; |
518 |
| - files = ( |
519 |
| - ); |
520 |
| - inputPaths = ( |
521 |
| - "${SRCROOT}/Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc-frameworks.sh", |
522 |
| - "${BUILT_PRODUCTS_DIR}/Bolts/Bolts.framework", |
523 |
| - "${BUILT_PRODUCTS_DIR}/FBSDKCoreKit/FBSDKCoreKit.framework", |
524 |
| - "${BUILT_PRODUCTS_DIR}/FBSDKLoginKit/FBSDKLoginKit.framework", |
525 |
| - "${BUILT_PRODUCTS_DIR}/GTMOAuth2/GTMOAuth2.framework", |
526 |
| - "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework", |
527 |
| - "${BUILT_PRODUCTS_DIR}/GoogleToolboxForMac/GoogleToolboxForMac.framework", |
528 |
| - "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", |
529 |
| - "${BUILT_PRODUCTS_DIR}/leveldb-library/leveldb.framework", |
530 |
| - "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", |
531 |
| - ); |
532 |
| - name = "[CP] Embed Pods Frameworks"; |
533 |
| - outputPaths = ( |
534 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Bolts.framework", |
535 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKCoreKit.framework", |
536 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBSDKLoginKit.framework", |
537 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMOAuth2.framework", |
538 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework", |
539 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleToolboxForMac.framework", |
540 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", |
541 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/leveldb.framework", |
542 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", |
543 |
| - ); |
544 |
| - runOnlyForDeploymentPostprocessing = 0; |
545 |
| - shellPath = /bin/sh; |
546 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc-frameworks.sh\"\n"; |
547 |
| - showEnvVarsInLog = 0; |
548 |
| - }; |
549 |
| - B83BEABE9A943ACA02D328EA /* [CP] Copy Pods Resources */ = { |
550 |
| - isa = PBXShellScriptBuildPhase; |
551 |
| - buildActionMask = 2147483647; |
552 |
| - files = ( |
553 |
| - ); |
554 |
| - inputPaths = ( |
555 |
| - "${SRCROOT}/Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc-resources.sh", |
556 |
| - "$PODS_CONFIGURATION_BUILD_DIR/FirebaseUI/FirebaseAuthUI.bundle", |
557 |
| - "$PODS_CONFIGURATION_BUILD_DIR/FirebaseUI/FirebaseFacebookAuthUI.bundle", |
558 |
| - "$PODS_CONFIGURATION_BUILD_DIR/FirebaseUI/FirebaseGoogleAuthUI.bundle", |
559 |
| - "$PODS_CONFIGURATION_BUILD_DIR/FirebaseUI/FirebasePhoneAuthUI.bundle", |
560 |
| - "$PODS_CONFIGURATION_BUILD_DIR/FirebaseUI/FirebaseTwitterAuthUI.bundle", |
561 |
| - "${PODS_ROOT}/GoogleSignIn/Resources/GoogleSignIn.bundle", |
562 |
| - "${PODS_ROOT}/TwitterKit/iOS/TwitterKit.framework/TwitterKitResources.bundle", |
563 |
| - "${PODS_ROOT}/TwitterKit/iOS/TwitterKit.framework/TwitterShareExtensionUIResources.bundle", |
564 |
| - ); |
565 |
| - name = "[CP] Copy Pods Resources"; |
566 |
| - outputPaths = ( |
567 |
| - "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", |
568 |
| - ); |
569 |
| - runOnlyForDeploymentPostprocessing = 0; |
570 |
| - shellPath = /bin/sh; |
571 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-FirebaseUI-demo-objc/Pods-FirebaseUI-demo-objc-resources.sh\"\n"; |
572 |
| - showEnvVarsInLog = 0; |
573 |
| - }; |
574 |
| -/* End PBXShellScriptBuildPhase section */ |
575 |
| - |
576 | 469 | /* Begin PBXSourcesBuildPhase section */
|
577 | 470 | D81A05EC1B86A78700498183 /* Sources */ = {
|
578 | 471 | isa = PBXSourcesBuildPhase;
|
|
784 | 677 | };
|
785 | 678 | D81A06141B86A78700498183 /* Debug */ = {
|
786 | 679 | isa = XCBuildConfiguration;
|
787 |
| - baseConfigurationReference = 4D897A28BD94E8A5736D6BB1 /* Pods-FirebaseUI-demo-objc.debug.xcconfig */; |
788 | 680 | buildSettings = {
|
789 | 681 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
790 | 682 | CODE_SIGN_ENTITLEMENTS = "FirebaseUI-demo-objc/FirebaseUI-demo-objc.entitlements";
|
|
818 | 710 | };
|
819 | 711 | D81A06151B86A78700498183 /* Release */ = {
|
820 | 712 | isa = XCBuildConfiguration;
|
821 |
| - baseConfigurationReference = 6F543A4A2490F55C5E29CEEC /* Pods-FirebaseUI-demo-objc.release.xcconfig */; |
822 | 713 | buildSettings = {
|
823 | 714 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
824 | 715 | CODE_SIGN_ENTITLEMENTS = "FirebaseUI-demo-objc/FirebaseUI-demo-objc.entitlements";
|
|
0 commit comments