project.pbxproj 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 24C7B2062B8FA0E60055CD63 /* GoogleService-Info_multi.plist in Resources */ = {isa = PBXBuildFile; fileRef = 24C7B2042B8FA0E60055CD63 /* GoogleService-Info_multi.plist */; };
  10. 24C7B2072B8FA0E60055CD63 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 24C7B2052B8FA0E60055CD63 /* GoogleService-Info.plist */; };
  11. 24C7B2152B9BC5860055CD63 /* CustomQRCodeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C7B2142B9BC5860055CD63 /* CustomQRCodeView.swift */; };
  12. 24C7B2192BA7CDF80055CD63 /* AuthViewController+MultiFactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C7B2182BA7CDF80055CD63 /* AuthViewController+MultiFactor.swift */; };
  13. 24C7B21B2BA7CE410055CD63 /* MultiFactorMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24C7B21A2BA7CE410055CD63 /* MultiFactorMenu.swift */; };
  14. 877659926192BE3D4B331E47 /* Pods_SwiftApiTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7AA6A5785C4380CD2D5B6C6 /* Pods_SwiftApiTests.framework */; };
  15. B600069ED2DF526E6EC4A6F8 /* Pods_AuthenticationExample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B0F84A37EE77546B4F5811 /* Pods_AuthenticationExample.framework */; };
  16. D2864C43DECE0AA472898710 /* Pods_AuthenticationExample_AuthenticationExampleUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95A02B3D0D4406B6AA0160CF /* Pods_AuthenticationExample_AuthenticationExampleUITests.framework */; };
  17. DE8FD46F2A7D660B00B6831A /* Credentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4682A7D660A00B6831A /* Credentials.swift */; };
  18. DE8FD4702A7D660B00B6831A /* AccountInfoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4692A7D660A00B6831A /* AccountInfoTests.swift */; };
  19. DE8FD4712A7D660B00B6831A /* FacebookTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD46A2A7D660A00B6831A /* FacebookTests.swift */; };
  20. DE8FD4722A7D660B00B6831A /* EmailPasswordTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD46B2A7D660B00B6831A /* EmailPasswordTests.swift */; };
  21. DE8FD4732A7D660B00B6831A /* GoogleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD46C2A7D660B00B6831A /* GoogleTests.swift */; };
  22. DE8FD4742A7D660B00B6831A /* TestsBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD46D2A7D660B00B6831A /* TestsBase.swift */; };
  23. DE8FD4752A7D660B00B6831A /* AnonymousTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD46E2A7D660B00B6831A /* AnonymousTests.swift */; };
  24. DE8FD4862A7D990900B6831A /* CustomAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4832A7D990900B6831A /* CustomAuthTests.m */; };
  25. DE8FD4872A7D990900B6831A /* EmailPasswordAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4842A7D990900B6831A /* EmailPasswordAuthTests.m */; };
  26. DE8FD4882A7D990900B6831A /* FacebookAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4852A7D990900B6831A /* FacebookAuthTests.m */; };
  27. DE8FD48B2A7D994000B6831A /* AnonymousAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4892A7D994000B6831A /* AnonymousAuthTests.m */; };
  28. DE8FD48C2A7D994000B6831A /* AccountInfoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD48A2A7D994000B6831A /* AccountInfoTests.m */; };
  29. DE8FD48F2A7D997A00B6831A /* FIRAuthApiTestsBase.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD48D2A7D997A00B6831A /* FIRAuthApiTestsBase.m */; };
  30. DE8FD4902A7D997A00B6831A /* GoogleAuthTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD48E2A7D997A00B6831A /* GoogleAuthTests.m */; };
  31. DE8FD4942A7D9E2700B6831A /* PhoneMultiFactorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE8FD4912A7D9D9E00B6831A /* PhoneMultiFactorTests.swift */; };
  32. DEC2E5DD2A95331E0090260A /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */; };
  33. DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEC2E5DE2A9583CA0090260A /* AppManager.swift */; };
  34. DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */; };
  35. EA02F68524A000E00079D000 /* UserActions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68424A000E00079D000 /* UserActions.swift */; };
  36. EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA02F68C24A063E90079D000 /* LoginDelegate.swift */; };
  37. EA062D5D24A0FEB6006714D3 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = EA062D5C24A0FEB6006714D3 /* README.md */; };
  38. EA12697F29E33A5D00D79E66 /* CryptoUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA12697E29E33A5D00D79E66 /* CryptoUtils.swift */; };
  39. EA20B46C2495A9F900B5E581 /* SignedOutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B46B2495A9F900B5E581 /* SignedOutView.swift */; };
  40. EA20B46E2495B2C700B5E581 /* DataSourceProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B46D2495B2C700B5E581 /* DataSourceProtocols.swift */; };
  41. EA20B503249C6C3D00B5E581 /* CustomAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B502249C6C3D00B5E581 /* CustomAuthViewController.swift */; };
  42. EA20B508249CCB0000B5E581 /* PhoneAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B507249CCB0000B5E581 /* PhoneAuthViewController.swift */; };
  43. EA20B50A249D3D8600B5E581 /* PasswordlessViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B509249D3D8600B5E581 /* PasswordlessViewController.swift */; };
  44. EA20B50C249E8F0700B5E581 /* AuthMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B50B249E8F0700B5E581 /* AuthMenu.swift */; };
  45. EA20B510249FDB4400B5E581 /* OtherAuthMethods.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA20B50F249FDB4400B5E581 /* OtherAuthMethods.swift */; };
  46. EA217895248979E200736757 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EA217894248979E200736757 /* LaunchScreen.storyboard */; };
  47. EA527CAA24A0766D00ADB9A2 /* OtherAuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */; };
  48. EA527CAC24A0EE9600ADB9A2 /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */; };
  49. EAB3A1792494433500385291 /* DataSourceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A1782494433500385291 /* DataSourceProvider.swift */; };
  50. EAB3A17C2494628200385291 /* UserViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAB3A17B2494628200385291 /* UserViewController.swift */; };
  51. EAE08EB524CF5D09006FA3A5 /* AccountLinkingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE08EB424CF5D09006FA3A5 /* AccountLinkingViewController.swift */; };
  52. EAE4CBC524855E3A00245E92 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE4CBC424855E3A00245E92 /* AppDelegate.swift */; };
  53. EAE4CBC724855E3A00245E92 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE4CBC624855E3A00245E92 /* SceneDelegate.swift */; };
  54. EAE4CBC924855E3A00245E92 /* AuthViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE4CBC824855E3A00245E92 /* AuthViewController.swift */; };
  55. EAE4CBCE24855E3D00245E92 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = EAE4CBCD24855E3D00245E92 /* Assets.xcassets */; };
  56. EAE4CBE724855E3E00245E92 /* AuthenticationExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE4CBE624855E3E00245E92 /* AuthenticationExampleUITests.swift */; };
  57. EAE4CBF524857A5100245E92 /* LoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAE4CBF424857A5100245E92 /* LoginController.swift */; };
  58. EAEBCE0F2489FFDE00FCEA92 /* Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAEBCE0E2489FFDE00FCEA92 /* Extensions.swift */; };
  59. EAEBCE11248A9AA000FCEA92 /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAEBCE10248A9AA000FCEA92 /* Section.swift */; };
  60. EAFDF2BE2490439F0082B6F1 /* Animator.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAFDF2BD2490439F0082B6F1 /* Animator.swift */; };
  61. F1D162C4DD854E9814EB31A3 /* Pods_ObjCApiTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0ECA2A75FD0AC5BB876C75D5 /* Pods_ObjCApiTests.framework */; };
  62. /* End PBXBuildFile section */
  63. /* Begin PBXContainerItemProxy section */
  64. DE8FD47E2A7D96B900B6831A /* PBXContainerItemProxy */ = {
  65. isa = PBXContainerItemProxy;
  66. containerPortal = EAE4CBB924855E3A00245E92 /* Project object */;
  67. proxyType = 1;
  68. remoteGlobalIDString = EAE4CBC024855E3A00245E92;
  69. remoteInfo = AuthenticationExample;
  70. };
  71. EAE4CBD824855E3E00245E92 /* PBXContainerItemProxy */ = {
  72. isa = PBXContainerItemProxy;
  73. containerPortal = EAE4CBB924855E3A00245E92 /* Project object */;
  74. proxyType = 1;
  75. remoteGlobalIDString = EAE4CBC024855E3A00245E92;
  76. remoteInfo = "Swifty Auth";
  77. };
  78. EAE4CBE324855E3E00245E92 /* PBXContainerItemProxy */ = {
  79. isa = PBXContainerItemProxy;
  80. containerPortal = EAE4CBB924855E3A00245E92 /* Project object */;
  81. proxyType = 1;
  82. remoteGlobalIDString = EAE4CBC024855E3A00245E92;
  83. remoteInfo = "Swifty Auth";
  84. };
  85. /* End PBXContainerItemProxy section */
  86. /* Begin PBXFileReference section */
  87. 0E8714DC0F0E59EE0A8E7B9B /* Pods-ObjCApiTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjCApiTests.debug.xcconfig"; path = "Target Support Files/Pods-ObjCApiTests/Pods-ObjCApiTests.debug.xcconfig"; sourceTree = "<group>"; };
  88. 0ECA2A75FD0AC5BB876C75D5 /* Pods_ObjCApiTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ObjCApiTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  89. 174F2A059457D01B253ABFDD /* Pods-AuthenticationExample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthenticationExample.release.xcconfig"; path = "Target Support Files/Pods-AuthenticationExample/Pods-AuthenticationExample.release.xcconfig"; sourceTree = "<group>"; };
  90. 24C7B2042B8FA0E60055CD63 /* GoogleService-Info_multi.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info_multi.plist"; sourceTree = "<group>"; };
  91. 24C7B2052B8FA0E60055CD63 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  92. 24C7B2142B9BC5860055CD63 /* CustomQRCodeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomQRCodeView.swift; sourceTree = "<group>"; };
  93. 24C7B2182BA7CDF80055CD63 /* AuthViewController+MultiFactor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AuthViewController+MultiFactor.swift"; sourceTree = "<group>"; };
  94. 24C7B21A2BA7CE410055CD63 /* MultiFactorMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MultiFactorMenu.swift; sourceTree = "<group>"; };
  95. 274B4AD0EDFB249DC7942BCF /* Pods-SwiftApiTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftApiTests.debug.xcconfig"; path = "Target Support Files/Pods-SwiftApiTests/Pods-SwiftApiTests.debug.xcconfig"; sourceTree = "<group>"; };
  96. 5FCA462A653F4A643BEEC832 /* Pods-SwiftApiTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftApiTests.release.xcconfig"; path = "Target Support Files/Pods-SwiftApiTests/Pods-SwiftApiTests.release.xcconfig"; sourceTree = "<group>"; };
  97. 7E3FF7CCFE89B70FC5B51C99 /* Pods-AuthenticationExample-AuthenticationExampleUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthenticationExample-AuthenticationExampleUITests.release.xcconfig"; path = "Target Support Files/Pods-AuthenticationExample-AuthenticationExampleUITests/Pods-AuthenticationExample-AuthenticationExampleUITests.release.xcconfig"; sourceTree = "<group>"; };
  98. 95A02B3D0D4406B6AA0160CF /* Pods_AuthenticationExample_AuthenticationExampleUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AuthenticationExample_AuthenticationExampleUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  99. A3FEEF874D705F97CB76500B /* Pods-AuthenticationExample-AuthenticationExampleUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthenticationExample-AuthenticationExampleUITests.debug.xcconfig"; path = "Target Support Files/Pods-AuthenticationExample-AuthenticationExampleUITests/Pods-AuthenticationExample-AuthenticationExampleUITests.debug.xcconfig"; sourceTree = "<group>"; };
  100. A7AA6A5785C4380CD2D5B6C6 /* Pods_SwiftApiTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftApiTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  101. DE11518ACF28A8E3DBF0092C /* Pods-ObjCApiTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ObjCApiTests.release.xcconfig"; path = "Target Support Files/Pods-ObjCApiTests/Pods-ObjCApiTests.release.xcconfig"; sourceTree = "<group>"; };
  102. DE4D8E1F2A8B0311001952B6 /* SwiftApplication.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = SwiftApplication.plist; sourceTree = "<group>"; };
  103. DE8FD4682A7D660A00B6831A /* Credentials.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Credentials.swift; sourceTree = "<group>"; };
  104. DE8FD4692A7D660A00B6831A /* AccountInfoTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AccountInfoTests.swift; sourceTree = "<group>"; };
  105. DE8FD46A2A7D660A00B6831A /* FacebookTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FacebookTests.swift; sourceTree = "<group>"; };
  106. DE8FD46B2A7D660B00B6831A /* EmailPasswordTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EmailPasswordTests.swift; sourceTree = "<group>"; };
  107. DE8FD46C2A7D660B00B6831A /* GoogleTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoogleTests.swift; sourceTree = "<group>"; };
  108. DE8FD46D2A7D660B00B6831A /* TestsBase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestsBase.swift; sourceTree = "<group>"; };
  109. DE8FD46E2A7D660B00B6831A /* AnonymousTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AnonymousTests.swift; sourceTree = "<group>"; };
  110. DE8FD47A2A7D96B900B6831A /* ObjCApiTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ObjCApiTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  111. DE8FD4832A7D990900B6831A /* CustomAuthTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomAuthTests.m; sourceTree = "<group>"; };
  112. DE8FD4842A7D990900B6831A /* EmailPasswordAuthTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EmailPasswordAuthTests.m; sourceTree = "<group>"; };
  113. DE8FD4852A7D990900B6831A /* FacebookAuthTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FacebookAuthTests.m; sourceTree = "<group>"; };
  114. DE8FD4892A7D994000B6831A /* AnonymousAuthTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnonymousAuthTests.m; sourceTree = "<group>"; };
  115. DE8FD48A2A7D994000B6831A /* AccountInfoTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AccountInfoTests.m; sourceTree = "<group>"; };
  116. DE8FD48D2A7D997A00B6831A /* FIRAuthApiTestsBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRAuthApiTestsBase.m; sourceTree = "<group>"; };
  117. DE8FD48E2A7D997A00B6831A /* GoogleAuthTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoogleAuthTests.m; sourceTree = "<group>"; };
  118. DE8FD4912A7D9D9E00B6831A /* PhoneMultiFactorTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhoneMultiFactorTests.swift; sourceTree = "<group>"; };
  119. DE8FD4962A7DAFEE00B6831A /* FIRAuthApiTestsBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRAuthApiTestsBase.h; sourceTree = "<group>"; };
  120. DE8FD4972A7DB00600B6831A /* AuthCredentials.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthCredentials.h; sourceTree = "<group>"; };
  121. DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = "<group>"; };
  122. DEC2E5DE2A9583CA0090260A /* AppManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppManager.swift; sourceTree = "<group>"; };
  123. DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsUITests.swift; sourceTree = "<group>"; };
  124. EA02F68424A000E00079D000 /* UserActions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserActions.swift; sourceTree = "<group>"; };
  125. EA02F68C24A063E90079D000 /* LoginDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginDelegate.swift; sourceTree = "<group>"; };
  126. EA062D5C24A0FEB6006714D3 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
  127. EA12697E29E33A5D00D79E66 /* CryptoUtils.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = CryptoUtils.swift; sourceTree = "<group>"; tabWidth = 2; };
  128. EA20B46B2495A9F900B5E581 /* SignedOutView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignedOutView.swift; sourceTree = "<group>"; };
  129. EA20B46D2495B2C700B5E581 /* DataSourceProtocols.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSourceProtocols.swift; sourceTree = "<group>"; };
  130. EA20B502249C6C3D00B5E581 /* CustomAuthViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomAuthViewController.swift; sourceTree = "<group>"; };
  131. EA20B506249CA63300B5E581 /* AuthenticationExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AuthenticationExample.entitlements; sourceTree = "<group>"; };
  132. EA20B507249CCB0000B5E581 /* PhoneAuthViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PhoneAuthViewController.swift; sourceTree = "<group>"; };
  133. EA20B509249D3D8600B5E581 /* PasswordlessViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordlessViewController.swift; sourceTree = "<group>"; };
  134. EA20B50B249E8F0700B5E581 /* AuthMenu.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = AuthMenu.swift; sourceTree = "<group>"; };
  135. EA20B50F249FDB4400B5E581 /* OtherAuthMethods.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OtherAuthMethods.swift; sourceTree = "<group>"; };
  136. EA217894248979E200736757 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
  137. EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtherAuthViewController.swift; sourceTree = "<group>"; };
  138. EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
  139. EAB3A1782494433500385291 /* DataSourceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DataSourceProvider.swift; sourceTree = "<group>"; };
  140. EAB3A17B2494628200385291 /* UserViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserViewController.swift; sourceTree = "<group>"; };
  141. EAE08EB424CF5D09006FA3A5 /* AccountLinkingViewController.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = AccountLinkingViewController.swift; sourceTree = "<group>"; };
  142. EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AuthenticationExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  143. EAE4CBC424855E3A00245E92 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  144. EAE4CBC624855E3A00245E92 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  145. EAE4CBC824855E3A00245E92 /* AuthViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthViewController.swift; sourceTree = "<group>"; };
  146. EAE4CBCD24855E3D00245E92 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  147. EAE4CBD724855E3E00245E92 /* SwiftApiTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftApiTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  148. EAE4CBE224855E3E00245E92 /* AuthenticationExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AuthenticationExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  149. EAE4CBE624855E3E00245E92 /* AuthenticationExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationExampleUITests.swift; sourceTree = "<group>"; };
  150. EAE4CBE824855E3E00245E92 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  151. EAE4CBF424857A5100245E92 /* LoginController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginController.swift; sourceTree = "<group>"; };
  152. EAEBCE0E2489FFDE00FCEA92 /* Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Extensions.swift; sourceTree = "<group>"; };
  153. EAEBCE10248A9AA000FCEA92 /* Section.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = "<group>"; };
  154. EAFDF2BD2490439F0082B6F1 /* Animator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Animator.swift; sourceTree = "<group>"; };
  155. F5B0F84A37EE77546B4F5811 /* Pods_AuthenticationExample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AuthenticationExample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  156. FD88E272757946CF8EDFD573 /* Pods-AuthenticationExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-AuthenticationExample.debug.xcconfig"; path = "Target Support Files/Pods-AuthenticationExample/Pods-AuthenticationExample.debug.xcconfig"; sourceTree = "<group>"; };
  157. /* End PBXFileReference section */
  158. /* Begin PBXFrameworksBuildPhase section */
  159. DE8FD4772A7D96B900B6831A /* Frameworks */ = {
  160. isa = PBXFrameworksBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. F1D162C4DD854E9814EB31A3 /* Pods_ObjCApiTests.framework in Frameworks */,
  164. );
  165. runOnlyForDeploymentPostprocessing = 0;
  166. };
  167. EAE4CBBE24855E3A00245E92 /* Frameworks */ = {
  168. isa = PBXFrameworksBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. B600069ED2DF526E6EC4A6F8 /* Pods_AuthenticationExample.framework in Frameworks */,
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. EAE4CBD424855E3E00245E92 /* Frameworks */ = {
  176. isa = PBXFrameworksBuildPhase;
  177. buildActionMask = 2147483647;
  178. files = (
  179. 877659926192BE3D4B331E47 /* Pods_SwiftApiTests.framework in Frameworks */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. EAE4CBDF24855E3E00245E92 /* Frameworks */ = {
  184. isa = PBXFrameworksBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. D2864C43DECE0AA472898710 /* Pods_AuthenticationExample_AuthenticationExampleUITests.framework in Frameworks */,
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. /* End PBXFrameworksBuildPhase section */
  192. /* Begin PBXGroup section */
  193. 2EBFAC992DA393BBD4494A15 /* Pods */ = {
  194. isa = PBXGroup;
  195. children = (
  196. FD88E272757946CF8EDFD573 /* Pods-AuthenticationExample.debug.xcconfig */,
  197. 174F2A059457D01B253ABFDD /* Pods-AuthenticationExample.release.xcconfig */,
  198. A3FEEF874D705F97CB76500B /* Pods-AuthenticationExample-AuthenticationExampleUITests.debug.xcconfig */,
  199. 7E3FF7CCFE89B70FC5B51C99 /* Pods-AuthenticationExample-AuthenticationExampleUITests.release.xcconfig */,
  200. 0E8714DC0F0E59EE0A8E7B9B /* Pods-ObjCApiTests.debug.xcconfig */,
  201. DE11518ACF28A8E3DBF0092C /* Pods-ObjCApiTests.release.xcconfig */,
  202. 274B4AD0EDFB249DC7942BCF /* Pods-SwiftApiTests.debug.xcconfig */,
  203. 5FCA462A653F4A643BEEC832 /* Pods-SwiftApiTests.release.xcconfig */,
  204. );
  205. path = Pods;
  206. sourceTree = "<group>";
  207. };
  208. A794FF4020255C0605FBD1AD /* Frameworks */ = {
  209. isa = PBXGroup;
  210. children = (
  211. F5B0F84A37EE77546B4F5811 /* Pods_AuthenticationExample.framework */,
  212. 95A02B3D0D4406B6AA0160CF /* Pods_AuthenticationExample_AuthenticationExampleUITests.framework */,
  213. 0ECA2A75FD0AC5BB876C75D5 /* Pods_ObjCApiTests.framework */,
  214. A7AA6A5785C4380CD2D5B6C6 /* Pods_SwiftApiTests.framework */,
  215. );
  216. name = Frameworks;
  217. sourceTree = "<group>";
  218. };
  219. DE8FD47B2A7D96B900B6831A /* ObjCApiTests */ = {
  220. isa = PBXGroup;
  221. children = (
  222. DE8FD4972A7DB00600B6831A /* AuthCredentials.h */,
  223. DE8FD4962A7DAFEE00B6831A /* FIRAuthApiTestsBase.h */,
  224. DE8FD48D2A7D997A00B6831A /* FIRAuthApiTestsBase.m */,
  225. DE8FD48E2A7D997A00B6831A /* GoogleAuthTests.m */,
  226. DE8FD48A2A7D994000B6831A /* AccountInfoTests.m */,
  227. DE8FD4892A7D994000B6831A /* AnonymousAuthTests.m */,
  228. DE8FD4832A7D990900B6831A /* CustomAuthTests.m */,
  229. DE8FD4842A7D990900B6831A /* EmailPasswordAuthTests.m */,
  230. DE8FD4852A7D990900B6831A /* FacebookAuthTests.m */,
  231. );
  232. path = ObjCApiTests;
  233. sourceTree = "<group>";
  234. };
  235. EA02F68E24A0714B0079D000 /* OtherAuthMethodControllers */ = {
  236. isa = PBXGroup;
  237. children = (
  238. EA20B502249C6C3D00B5E581 /* CustomAuthViewController.swift */,
  239. EA20B507249CCB0000B5E581 /* PhoneAuthViewController.swift */,
  240. EA20B509249D3D8600B5E581 /* PasswordlessViewController.swift */,
  241. EA527CA924A0766D00ADB9A2 /* OtherAuthViewController.swift */,
  242. );
  243. path = OtherAuthMethodControllers;
  244. sourceTree = "<group>";
  245. };
  246. EA20B47524973B5100B5E581 /* ViewControllers */ = {
  247. isa = PBXGroup;
  248. children = (
  249. EAE08EB424CF5D09006FA3A5 /* AccountLinkingViewController.swift */,
  250. EAE4CBC824855E3A00245E92 /* AuthViewController.swift */,
  251. EAE4CBF424857A5100245E92 /* LoginController.swift */,
  252. EAB3A17B2494628200385291 /* UserViewController.swift */,
  253. EA02F68E24A0714B0079D000 /* OtherAuthMethodControllers */,
  254. DEC2E5DC2A95331D0090260A /* SettingsViewController.swift */,
  255. 24C7B2182BA7CDF80055CD63 /* AuthViewController+MultiFactor.swift */,
  256. );
  257. path = ViewControllers;
  258. sourceTree = "<group>";
  259. };
  260. EA20B47624973B8A00B5E581 /* Models */ = {
  261. isa = PBXGroup;
  262. children = (
  263. EA20B50B249E8F0700B5E581 /* AuthMenu.swift */,
  264. 24C7B21A2BA7CE410055CD63 /* MultiFactorMenu.swift */,
  265. EA20B50F249FDB4400B5E581 /* OtherAuthMethods.swift */,
  266. EA02F68424A000E00079D000 /* UserActions.swift */,
  267. EAEBCE10248A9AA000FCEA92 /* Section.swift */,
  268. );
  269. path = Models;
  270. sourceTree = "<group>";
  271. };
  272. EA20B47724973BB100B5E581 /* CustomViews */ = {
  273. isa = PBXGroup;
  274. children = (
  275. EA20B46B2495A9F900B5E581 /* SignedOutView.swift */,
  276. EA527CAB24A0EE9600ADB9A2 /* LoginView.swift */,
  277. 24C7B2142B9BC5860055CD63 /* CustomQRCodeView.swift */,
  278. );
  279. path = CustomViews;
  280. sourceTree = "<group>";
  281. };
  282. EA20B47824973BEC00B5E581 /* TransitionAnimator */ = {
  283. isa = PBXGroup;
  284. children = (
  285. EAFDF2BD2490439F0082B6F1 /* Animator.swift */,
  286. );
  287. path = TransitionAnimator;
  288. sourceTree = "<group>";
  289. };
  290. EA20B47924973C0400B5E581 /* DataSourceProvider */ = {
  291. isa = PBXGroup;
  292. children = (
  293. EAB3A1782494433500385291 /* DataSourceProvider.swift */,
  294. EA20B46D2495B2C700B5E581 /* DataSourceProtocols.swift */,
  295. );
  296. path = DataSourceProvider;
  297. sourceTree = "<group>";
  298. };
  299. EAB3A17A2494626F00385291 /* Utility */ = {
  300. isa = PBXGroup;
  301. children = (
  302. EAEBCE0E2489FFDE00FCEA92 /* Extensions.swift */,
  303. EA12697E29E33A5D00D79E66 /* CryptoUtils.swift */,
  304. EA02F68C24A063E90079D000 /* LoginDelegate.swift */,
  305. EA20B47924973C0400B5E581 /* DataSourceProvider */,
  306. EA20B47824973BEC00B5E581 /* TransitionAnimator */,
  307. );
  308. path = Utility;
  309. sourceTree = "<group>";
  310. };
  311. EAE4CBB824855E3A00245E92 = {
  312. isa = PBXGroup;
  313. children = (
  314. EAE4CBC324855E3A00245E92 /* AuthenticationExample */,
  315. EAE4CBDA24855E3E00245E92 /* SwiftApiTests */,
  316. EAE4CBE524855E3E00245E92 /* AuthenticationExampleUITests */,
  317. DE8FD47B2A7D96B900B6831A /* ObjCApiTests */,
  318. EAE4CBC224855E3A00245E92 /* Products */,
  319. 2EBFAC992DA393BBD4494A15 /* Pods */,
  320. A794FF4020255C0605FBD1AD /* Frameworks */,
  321. );
  322. sourceTree = "<group>";
  323. };
  324. EAE4CBC224855E3A00245E92 /* Products */ = {
  325. isa = PBXGroup;
  326. children = (
  327. EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */,
  328. EAE4CBD724855E3E00245E92 /* SwiftApiTests.xctest */,
  329. EAE4CBE224855E3E00245E92 /* AuthenticationExampleUITests.xctest */,
  330. DE8FD47A2A7D96B900B6831A /* ObjCApiTests.xctest */,
  331. );
  332. name = Products;
  333. sourceTree = "<group>";
  334. };
  335. EAE4CBC324855E3A00245E92 /* AuthenticationExample */ = {
  336. isa = PBXGroup;
  337. children = (
  338. DE4D8E1F2A8B0311001952B6 /* SwiftApplication.plist */,
  339. EA062D5C24A0FEB6006714D3 /* README.md */,
  340. 24C7B2042B8FA0E60055CD63 /* GoogleService-Info_multi.plist */,
  341. 24C7B2052B8FA0E60055CD63 /* GoogleService-Info.plist */,
  342. EA20B506249CA63300B5E581 /* AuthenticationExample.entitlements */,
  343. EAE4CBC424855E3A00245E92 /* AppDelegate.swift */,
  344. EAE4CBC624855E3A00245E92 /* SceneDelegate.swift */,
  345. EA20B47624973B8A00B5E581 /* Models */,
  346. EA20B47524973B5100B5E581 /* ViewControllers */,
  347. EA20B47724973BB100B5E581 /* CustomViews */,
  348. EAB3A17A2494626F00385291 /* Utility */,
  349. EAE4CBCD24855E3D00245E92 /* Assets.xcassets */,
  350. EA217894248979E200736757 /* LaunchScreen.storyboard */,
  351. DEC2E5DE2A9583CA0090260A /* AppManager.swift */,
  352. );
  353. path = AuthenticationExample;
  354. sourceTree = "<group>";
  355. };
  356. EAE4CBDA24855E3E00245E92 /* SwiftApiTests */ = {
  357. isa = PBXGroup;
  358. children = (
  359. DE8FD4912A7D9D9E00B6831A /* PhoneMultiFactorTests.swift */,
  360. DE8FD4692A7D660A00B6831A /* AccountInfoTests.swift */,
  361. DE8FD46E2A7D660B00B6831A /* AnonymousTests.swift */,
  362. DE8FD4682A7D660A00B6831A /* Credentials.swift */,
  363. DE8FD46B2A7D660B00B6831A /* EmailPasswordTests.swift */,
  364. DE8FD46A2A7D660A00B6831A /* FacebookTests.swift */,
  365. DE8FD46C2A7D660B00B6831A /* GoogleTests.swift */,
  366. DE8FD46D2A7D660B00B6831A /* TestsBase.swift */,
  367. );
  368. path = SwiftApiTests;
  369. sourceTree = "<group>";
  370. };
  371. EAE4CBE524855E3E00245E92 /* AuthenticationExampleUITests */ = {
  372. isa = PBXGroup;
  373. children = (
  374. EAE4CBE624855E3E00245E92 /* AuthenticationExampleUITests.swift */,
  375. EAE4CBE824855E3E00245E92 /* Info.plist */,
  376. DED37F622AB0C4F7003A67E4 /* SettingsUITests.swift */,
  377. );
  378. path = AuthenticationExampleUITests;
  379. sourceTree = "<group>";
  380. };
  381. /* End PBXGroup section */
  382. /* Begin PBXNativeTarget section */
  383. DE8FD4792A7D96B900B6831A /* ObjCApiTests */ = {
  384. isa = PBXNativeTarget;
  385. buildConfigurationList = DE8FD4802A7D96BB00B6831A /* Build configuration list for PBXNativeTarget "ObjCApiTests" */;
  386. buildPhases = (
  387. E3CD5F9D10D2B48314C4CCF0 /* [CP] Check Pods Manifest.lock */,
  388. DE8FD4762A7D96B900B6831A /* Sources */,
  389. DE8FD4772A7D96B900B6831A /* Frameworks */,
  390. DE8FD4782A7D96B900B6831A /* Resources */,
  391. );
  392. buildRules = (
  393. );
  394. dependencies = (
  395. DE8FD47F2A7D96B900B6831A /* PBXTargetDependency */,
  396. );
  397. name = ObjCApiTests;
  398. productName = ObjCApiTests;
  399. productReference = DE8FD47A2A7D96B900B6831A /* ObjCApiTests.xctest */;
  400. productType = "com.apple.product-type.bundle.unit-test";
  401. };
  402. EAE4CBC024855E3A00245E92 /* AuthenticationExample */ = {
  403. isa = PBXNativeTarget;
  404. buildConfigurationList = EAE4CBEB24855E3E00245E92 /* Build configuration list for PBXNativeTarget "AuthenticationExample" */;
  405. buildPhases = (
  406. C460DD7E6CE790777EBAC309 /* [CP] Check Pods Manifest.lock */,
  407. EAE4CBBD24855E3A00245E92 /* Sources */,
  408. EAE4CBBE24855E3A00245E92 /* Frameworks */,
  409. EAE4CBBF24855E3A00245E92 /* Resources */,
  410. 480713011020E8031CAD2B7A /* [CP] Embed Pods Frameworks */,
  411. );
  412. buildRules = (
  413. );
  414. dependencies = (
  415. );
  416. name = AuthenticationExample;
  417. productName = "Swifty Auth";
  418. productReference = EAE4CBC124855E3A00245E92 /* AuthenticationExample.app */;
  419. productType = "com.apple.product-type.application";
  420. };
  421. EAE4CBD624855E3E00245E92 /* SwiftApiTests */ = {
  422. isa = PBXNativeTarget;
  423. buildConfigurationList = EAE4CBEE24855E3E00245E92 /* Build configuration list for PBXNativeTarget "SwiftApiTests" */;
  424. buildPhases = (
  425. B789BC89EF112D031ADBC466 /* [CP] Check Pods Manifest.lock */,
  426. EAE4CBD324855E3E00245E92 /* Sources */,
  427. EAE4CBD424855E3E00245E92 /* Frameworks */,
  428. EAE4CBD524855E3E00245E92 /* Resources */,
  429. );
  430. buildRules = (
  431. );
  432. dependencies = (
  433. EAE4CBD924855E3E00245E92 /* PBXTargetDependency */,
  434. );
  435. name = SwiftApiTests;
  436. productName = "Swifty AuthTests";
  437. productReference = EAE4CBD724855E3E00245E92 /* SwiftApiTests.xctest */;
  438. productType = "com.apple.product-type.bundle.unit-test";
  439. };
  440. EAE4CBE124855E3E00245E92 /* AuthenticationExampleUITests */ = {
  441. isa = PBXNativeTarget;
  442. buildConfigurationList = EAE4CBF124855E3E00245E92 /* Build configuration list for PBXNativeTarget "AuthenticationExampleUITests" */;
  443. buildPhases = (
  444. 577207719C3D7E5BCBFCA86F /* [CP] Check Pods Manifest.lock */,
  445. EAE4CBDE24855E3E00245E92 /* Sources */,
  446. EAE4CBDF24855E3E00245E92 /* Frameworks */,
  447. EAE4CBE024855E3E00245E92 /* Resources */,
  448. 11EDAF85CB22C72703F88976 /* [CP] Embed Pods Frameworks */,
  449. );
  450. buildRules = (
  451. );
  452. dependencies = (
  453. EAE4CBE424855E3E00245E92 /* PBXTargetDependency */,
  454. );
  455. name = AuthenticationExampleUITests;
  456. productName = "Swifty AuthUITests";
  457. productReference = EAE4CBE224855E3E00245E92 /* AuthenticationExampleUITests.xctest */;
  458. productType = "com.apple.product-type.bundle.ui-testing";
  459. };
  460. /* End PBXNativeTarget section */
  461. /* Begin PBXProject section */
  462. EAE4CBB924855E3A00245E92 /* Project object */ = {
  463. isa = PBXProject;
  464. attributes = {
  465. KnownAssetTags = (
  466. "com.apple.gamecenter.Dashboard Image",
  467. );
  468. LastSwiftUpdateCheck = 1130;
  469. LastUpgradeCheck = 1130;
  470. ORGANIZATIONNAME = Firebase;
  471. TargetAttributes = {
  472. DE8FD4792A7D96B900B6831A = {
  473. CreatedOnToolsVersion = 14.2;
  474. TestTargetID = EAE4CBC024855E3A00245E92;
  475. };
  476. EAE4CBC024855E3A00245E92 = {
  477. CreatedOnToolsVersion = 11.3;
  478. };
  479. EAE4CBD624855E3E00245E92 = {
  480. CreatedOnToolsVersion = 11.3;
  481. LastSwiftMigration = 1420;
  482. TestTargetID = EAE4CBC024855E3A00245E92;
  483. };
  484. EAE4CBE124855E3E00245E92 = {
  485. CreatedOnToolsVersion = 11.3;
  486. TestTargetID = EAE4CBC024855E3A00245E92;
  487. };
  488. };
  489. };
  490. buildConfigurationList = EAE4CBBC24855E3A00245E92 /* Build configuration list for PBXProject "AuthenticationExample" */;
  491. compatibilityVersion = "Xcode 9.3";
  492. developmentRegion = en;
  493. hasScannedForEncodings = 0;
  494. knownRegions = (
  495. en,
  496. Base,
  497. );
  498. mainGroup = EAE4CBB824855E3A00245E92;
  499. productRefGroup = EAE4CBC224855E3A00245E92 /* Products */;
  500. projectDirPath = "";
  501. projectRoot = "";
  502. targets = (
  503. EAE4CBC024855E3A00245E92 /* AuthenticationExample */,
  504. EAE4CBD624855E3E00245E92 /* SwiftApiTests */,
  505. EAE4CBE124855E3E00245E92 /* AuthenticationExampleUITests */,
  506. DE8FD4792A7D96B900B6831A /* ObjCApiTests */,
  507. );
  508. };
  509. /* End PBXProject section */
  510. /* Begin PBXResourcesBuildPhase section */
  511. DE8FD4782A7D96B900B6831A /* Resources */ = {
  512. isa = PBXResourcesBuildPhase;
  513. buildActionMask = 2147483647;
  514. files = (
  515. );
  516. runOnlyForDeploymentPostprocessing = 0;
  517. };
  518. EAE4CBBF24855E3A00245E92 /* Resources */ = {
  519. isa = PBXResourcesBuildPhase;
  520. buildActionMask = 2147483647;
  521. files = (
  522. EA217895248979E200736757 /* LaunchScreen.storyboard in Resources */,
  523. 24C7B2062B8FA0E60055CD63 /* GoogleService-Info_multi.plist in Resources */,
  524. 24C7B2072B8FA0E60055CD63 /* GoogleService-Info.plist in Resources */,
  525. EAE4CBCE24855E3D00245E92 /* Assets.xcassets in Resources */,
  526. EA062D5D24A0FEB6006714D3 /* README.md in Resources */,
  527. );
  528. runOnlyForDeploymentPostprocessing = 0;
  529. };
  530. EAE4CBD524855E3E00245E92 /* Resources */ = {
  531. isa = PBXResourcesBuildPhase;
  532. buildActionMask = 2147483647;
  533. files = (
  534. );
  535. runOnlyForDeploymentPostprocessing = 0;
  536. };
  537. EAE4CBE024855E3E00245E92 /* Resources */ = {
  538. isa = PBXResourcesBuildPhase;
  539. buildActionMask = 2147483647;
  540. files = (
  541. );
  542. runOnlyForDeploymentPostprocessing = 0;
  543. };
  544. /* End PBXResourcesBuildPhase section */
  545. /* Begin PBXShellScriptBuildPhase section */
  546. 11EDAF85CB22C72703F88976 /* [CP] Embed Pods Frameworks */ = {
  547. isa = PBXShellScriptBuildPhase;
  548. buildActionMask = 2147483647;
  549. files = (
  550. );
  551. inputFileListPaths = (
  552. "${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample-AuthenticationExampleUITests/Pods-AuthenticationExample-AuthenticationExampleUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  553. );
  554. name = "[CP] Embed Pods Frameworks";
  555. outputFileListPaths = (
  556. "${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample-AuthenticationExampleUITests/Pods-AuthenticationExample-AuthenticationExampleUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  557. );
  558. runOnlyForDeploymentPostprocessing = 0;
  559. shellPath = /bin/sh;
  560. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample-AuthenticationExampleUITests/Pods-AuthenticationExample-AuthenticationExampleUITests-frameworks.sh\"\n";
  561. showEnvVarsInLog = 0;
  562. };
  563. 480713011020E8031CAD2B7A /* [CP] Embed Pods Frameworks */ = {
  564. isa = PBXShellScriptBuildPhase;
  565. buildActionMask = 2147483647;
  566. files = (
  567. );
  568. inputFileListPaths = (
  569. "${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample/Pods-AuthenticationExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  570. );
  571. name = "[CP] Embed Pods Frameworks";
  572. outputFileListPaths = (
  573. "${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample/Pods-AuthenticationExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  574. );
  575. runOnlyForDeploymentPostprocessing = 0;
  576. shellPath = /bin/sh;
  577. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-AuthenticationExample/Pods-AuthenticationExample-frameworks.sh\"\n";
  578. showEnvVarsInLog = 0;
  579. };
  580. 577207719C3D7E5BCBFCA86F /* [CP] Check Pods Manifest.lock */ = {
  581. isa = PBXShellScriptBuildPhase;
  582. buildActionMask = 2147483647;
  583. files = (
  584. );
  585. inputFileListPaths = (
  586. );
  587. inputPaths = (
  588. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  589. "${PODS_ROOT}/Manifest.lock",
  590. );
  591. name = "[CP] Check Pods Manifest.lock";
  592. outputFileListPaths = (
  593. );
  594. outputPaths = (
  595. "$(DERIVED_FILE_DIR)/Pods-AuthenticationExample-AuthenticationExampleUITests-checkManifestLockResult.txt",
  596. );
  597. runOnlyForDeploymentPostprocessing = 0;
  598. shellPath = /bin/sh;
  599. 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";
  600. showEnvVarsInLog = 0;
  601. };
  602. B789BC89EF112D031ADBC466 /* [CP] Check Pods Manifest.lock */ = {
  603. isa = PBXShellScriptBuildPhase;
  604. buildActionMask = 2147483647;
  605. files = (
  606. );
  607. inputFileListPaths = (
  608. );
  609. inputPaths = (
  610. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  611. "${PODS_ROOT}/Manifest.lock",
  612. );
  613. name = "[CP] Check Pods Manifest.lock";
  614. outputFileListPaths = (
  615. );
  616. outputPaths = (
  617. "$(DERIVED_FILE_DIR)/Pods-SwiftApiTests-checkManifestLockResult.txt",
  618. );
  619. runOnlyForDeploymentPostprocessing = 0;
  620. shellPath = /bin/sh;
  621. 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";
  622. showEnvVarsInLog = 0;
  623. };
  624. C460DD7E6CE790777EBAC309 /* [CP] Check Pods Manifest.lock */ = {
  625. isa = PBXShellScriptBuildPhase;
  626. buildActionMask = 2147483647;
  627. files = (
  628. );
  629. inputFileListPaths = (
  630. );
  631. inputPaths = (
  632. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  633. "${PODS_ROOT}/Manifest.lock",
  634. );
  635. name = "[CP] Check Pods Manifest.lock";
  636. outputFileListPaths = (
  637. );
  638. outputPaths = (
  639. "$(DERIVED_FILE_DIR)/Pods-AuthenticationExample-checkManifestLockResult.txt",
  640. );
  641. runOnlyForDeploymentPostprocessing = 0;
  642. shellPath = /bin/sh;
  643. 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";
  644. showEnvVarsInLog = 0;
  645. };
  646. E3CD5F9D10D2B48314C4CCF0 /* [CP] Check Pods Manifest.lock */ = {
  647. isa = PBXShellScriptBuildPhase;
  648. buildActionMask = 2147483647;
  649. files = (
  650. );
  651. inputFileListPaths = (
  652. );
  653. inputPaths = (
  654. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  655. "${PODS_ROOT}/Manifest.lock",
  656. );
  657. name = "[CP] Check Pods Manifest.lock";
  658. outputFileListPaths = (
  659. );
  660. outputPaths = (
  661. "$(DERIVED_FILE_DIR)/Pods-ObjCApiTests-checkManifestLockResult.txt",
  662. );
  663. runOnlyForDeploymentPostprocessing = 0;
  664. shellPath = /bin/sh;
  665. 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";
  666. showEnvVarsInLog = 0;
  667. };
  668. /* End PBXShellScriptBuildPhase section */
  669. /* Begin PBXSourcesBuildPhase section */
  670. DE8FD4762A7D96B900B6831A /* Sources */ = {
  671. isa = PBXSourcesBuildPhase;
  672. buildActionMask = 2147483647;
  673. files = (
  674. DE8FD48B2A7D994000B6831A /* AnonymousAuthTests.m in Sources */,
  675. DE8FD4862A7D990900B6831A /* CustomAuthTests.m in Sources */,
  676. DE8FD4882A7D990900B6831A /* FacebookAuthTests.m in Sources */,
  677. DE8FD48F2A7D997A00B6831A /* FIRAuthApiTestsBase.m in Sources */,
  678. DE8FD4872A7D990900B6831A /* EmailPasswordAuthTests.m in Sources */,
  679. DE8FD4902A7D997A00B6831A /* GoogleAuthTests.m in Sources */,
  680. DE8FD48C2A7D994000B6831A /* AccountInfoTests.m in Sources */,
  681. );
  682. runOnlyForDeploymentPostprocessing = 0;
  683. };
  684. EAE4CBBD24855E3A00245E92 /* Sources */ = {
  685. isa = PBXSourcesBuildPhase;
  686. buildActionMask = 2147483647;
  687. files = (
  688. EA20B46E2495B2C700B5E581 /* DataSourceProtocols.swift in Sources */,
  689. EAB3A1792494433500385291 /* DataSourceProvider.swift in Sources */,
  690. EA20B46C2495A9F900B5E581 /* SignedOutView.swift in Sources */,
  691. EA527CAA24A0766D00ADB9A2 /* OtherAuthViewController.swift in Sources */,
  692. EA20B508249CCB0000B5E581 /* PhoneAuthViewController.swift in Sources */,
  693. EAB3A17C2494628200385291 /* UserViewController.swift in Sources */,
  694. EA20B50C249E8F0700B5E581 /* AuthMenu.swift in Sources */,
  695. EAE4CBC924855E3A00245E92 /* AuthViewController.swift in Sources */,
  696. 24C7B21B2BA7CE410055CD63 /* MultiFactorMenu.swift in Sources */,
  697. EA02F68524A000E00079D000 /* UserActions.swift in Sources */,
  698. EA02F68D24A063E90079D000 /* LoginDelegate.swift in Sources */,
  699. EA20B50A249D3D8600B5E581 /* PasswordlessViewController.swift in Sources */,
  700. EAE4CBF524857A5100245E92 /* LoginController.swift in Sources */,
  701. EA20B510249FDB4400B5E581 /* OtherAuthMethods.swift in Sources */,
  702. EA12697F29E33A5D00D79E66 /* CryptoUtils.swift in Sources */,
  703. EAEBCE11248A9AA000FCEA92 /* Section.swift in Sources */,
  704. DEC2E5DF2A9583CA0090260A /* AppManager.swift in Sources */,
  705. DEC2E5DD2A95331E0090260A /* SettingsViewController.swift in Sources */,
  706. EA20B503249C6C3D00B5E581 /* CustomAuthViewController.swift in Sources */,
  707. EAE4CBC524855E3A00245E92 /* AppDelegate.swift in Sources */,
  708. 24C7B2192BA7CDF80055CD63 /* AuthViewController+MultiFactor.swift in Sources */,
  709. EAFDF2BE2490439F0082B6F1 /* Animator.swift in Sources */,
  710. EAE4CBC724855E3A00245E92 /* SceneDelegate.swift in Sources */,
  711. 24C7B2152B9BC5860055CD63 /* CustomQRCodeView.swift in Sources */,
  712. EAE08EB524CF5D09006FA3A5 /* AccountLinkingViewController.swift in Sources */,
  713. EA527CAC24A0EE9600ADB9A2 /* LoginView.swift in Sources */,
  714. EAEBCE0F2489FFDE00FCEA92 /* Extensions.swift in Sources */,
  715. );
  716. runOnlyForDeploymentPostprocessing = 0;
  717. };
  718. EAE4CBD324855E3E00245E92 /* Sources */ = {
  719. isa = PBXSourcesBuildPhase;
  720. buildActionMask = 2147483647;
  721. files = (
  722. DE8FD4752A7D660B00B6831A /* AnonymousTests.swift in Sources */,
  723. DE8FD4732A7D660B00B6831A /* GoogleTests.swift in Sources */,
  724. DE8FD46F2A7D660B00B6831A /* Credentials.swift in Sources */,
  725. DE8FD4722A7D660B00B6831A /* EmailPasswordTests.swift in Sources */,
  726. DE8FD4702A7D660B00B6831A /* AccountInfoTests.swift in Sources */,
  727. DE8FD4942A7D9E2700B6831A /* PhoneMultiFactorTests.swift in Sources */,
  728. DE8FD4742A7D660B00B6831A /* TestsBase.swift in Sources */,
  729. DE8FD4712A7D660B00B6831A /* FacebookTests.swift in Sources */,
  730. );
  731. runOnlyForDeploymentPostprocessing = 0;
  732. };
  733. EAE4CBDE24855E3E00245E92 /* Sources */ = {
  734. isa = PBXSourcesBuildPhase;
  735. buildActionMask = 2147483647;
  736. files = (
  737. DED37F632AB0C4F7003A67E4 /* SettingsUITests.swift in Sources */,
  738. EAE4CBE724855E3E00245E92 /* AuthenticationExampleUITests.swift in Sources */,
  739. );
  740. runOnlyForDeploymentPostprocessing = 0;
  741. };
  742. /* End PBXSourcesBuildPhase section */
  743. /* Begin PBXTargetDependency section */
  744. DE8FD47F2A7D96B900B6831A /* PBXTargetDependency */ = {
  745. isa = PBXTargetDependency;
  746. target = EAE4CBC024855E3A00245E92 /* AuthenticationExample */;
  747. targetProxy = DE8FD47E2A7D96B900B6831A /* PBXContainerItemProxy */;
  748. };
  749. EAE4CBD924855E3E00245E92 /* PBXTargetDependency */ = {
  750. isa = PBXTargetDependency;
  751. target = EAE4CBC024855E3A00245E92 /* AuthenticationExample */;
  752. targetProxy = EAE4CBD824855E3E00245E92 /* PBXContainerItemProxy */;
  753. };
  754. EAE4CBE424855E3E00245E92 /* PBXTargetDependency */ = {
  755. isa = PBXTargetDependency;
  756. target = EAE4CBC024855E3A00245E92 /* AuthenticationExample */;
  757. targetProxy = EAE4CBE324855E3E00245E92 /* PBXContainerItemProxy */;
  758. };
  759. /* End PBXTargetDependency section */
  760. /* Begin XCBuildConfiguration section */
  761. DE8FD4812A7D96BB00B6831A /* Debug */ = {
  762. isa = XCBuildConfiguration;
  763. baseConfigurationReference = 0E8714DC0F0E59EE0A8E7B9B /* Pods-ObjCApiTests.debug.xcconfig */;
  764. buildSettings = {
  765. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  766. BUNDLE_LOADER = "$(TEST_HOST)";
  767. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  768. CODE_SIGN_STYLE = Automatic;
  769. CURRENT_PROJECT_VERSION = 1;
  770. DEVELOPMENT_TEAM = W24VCQN5P5;
  771. GENERATE_INFOPLIST_FILE = YES;
  772. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  773. MARKETING_VERSION = 1.0;
  774. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.ObjCApiTests;
  775. PRODUCT_NAME = "$(TARGET_NAME)";
  776. SWIFT_EMIT_LOC_STRINGS = NO;
  777. TARGETED_DEVICE_FAMILY = "1,2";
  778. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AuthenticationExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AuthenticationExample";
  779. };
  780. name = Debug;
  781. };
  782. DE8FD4822A7D96BB00B6831A /* Release */ = {
  783. isa = XCBuildConfiguration;
  784. baseConfigurationReference = DE11518ACF28A8E3DBF0092C /* Pods-ObjCApiTests.release.xcconfig */;
  785. buildSettings = {
  786. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  787. BUNDLE_LOADER = "$(TEST_HOST)";
  788. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  789. CODE_SIGN_STYLE = Automatic;
  790. CURRENT_PROJECT_VERSION = 1;
  791. DEVELOPMENT_TEAM = W24VCQN5P5;
  792. GENERATE_INFOPLIST_FILE = YES;
  793. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  794. MARKETING_VERSION = 1.0;
  795. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.ObjCApiTests;
  796. PRODUCT_NAME = "$(TARGET_NAME)";
  797. SWIFT_EMIT_LOC_STRINGS = NO;
  798. TARGETED_DEVICE_FAMILY = "1,2";
  799. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AuthenticationExample.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/AuthenticationExample";
  800. };
  801. name = Release;
  802. };
  803. EAE4CBE924855E3E00245E92 /* Debug */ = {
  804. isa = XCBuildConfiguration;
  805. buildSettings = {
  806. ALWAYS_SEARCH_USER_PATHS = NO;
  807. CLANG_ANALYZER_NONNULL = YES;
  808. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  809. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  810. CLANG_CXX_LIBRARY = "libc++";
  811. CLANG_ENABLE_MODULES = YES;
  812. CLANG_ENABLE_OBJC_ARC = YES;
  813. CLANG_ENABLE_OBJC_WEAK = YES;
  814. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  815. CLANG_WARN_BOOL_CONVERSION = YES;
  816. CLANG_WARN_COMMA = YES;
  817. CLANG_WARN_CONSTANT_CONVERSION = YES;
  818. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  819. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  820. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  821. CLANG_WARN_EMPTY_BODY = YES;
  822. CLANG_WARN_ENUM_CONVERSION = YES;
  823. CLANG_WARN_INFINITE_RECURSION = YES;
  824. CLANG_WARN_INT_CONVERSION = YES;
  825. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  826. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  827. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  828. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  829. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  830. CLANG_WARN_STRICT_PROTOTYPES = YES;
  831. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  832. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  833. CLANG_WARN_UNREACHABLE_CODE = YES;
  834. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  835. COPY_PHASE_STRIP = NO;
  836. DEBUG_INFORMATION_FORMAT = dwarf;
  837. ENABLE_STRICT_OBJC_MSGSEND = YES;
  838. ENABLE_TESTABILITY = YES;
  839. GCC_C_LANGUAGE_STANDARD = gnu11;
  840. GCC_DYNAMIC_NO_PIC = NO;
  841. GCC_NO_COMMON_BLOCKS = YES;
  842. GCC_OPTIMIZATION_LEVEL = 0;
  843. GCC_PREPROCESSOR_DEFINITIONS = (
  844. "DEBUG=1",
  845. "$(inherited)",
  846. );
  847. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  848. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  849. GCC_WARN_UNDECLARED_SELECTOR = YES;
  850. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  851. GCC_WARN_UNUSED_FUNCTION = YES;
  852. GCC_WARN_UNUSED_VARIABLE = YES;
  853. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  854. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  855. MTL_FAST_MATH = YES;
  856. ONLY_ACTIVE_ARCH = YES;
  857. SDKROOT = iphoneos;
  858. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  859. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  860. };
  861. name = Debug;
  862. };
  863. EAE4CBEA24855E3E00245E92 /* Release */ = {
  864. isa = XCBuildConfiguration;
  865. buildSettings = {
  866. ALWAYS_SEARCH_USER_PATHS = NO;
  867. CLANG_ANALYZER_NONNULL = YES;
  868. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  869. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  870. CLANG_CXX_LIBRARY = "libc++";
  871. CLANG_ENABLE_MODULES = YES;
  872. CLANG_ENABLE_OBJC_ARC = YES;
  873. CLANG_ENABLE_OBJC_WEAK = YES;
  874. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  875. CLANG_WARN_BOOL_CONVERSION = YES;
  876. CLANG_WARN_COMMA = YES;
  877. CLANG_WARN_CONSTANT_CONVERSION = YES;
  878. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  879. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  880. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  881. CLANG_WARN_EMPTY_BODY = YES;
  882. CLANG_WARN_ENUM_CONVERSION = YES;
  883. CLANG_WARN_INFINITE_RECURSION = YES;
  884. CLANG_WARN_INT_CONVERSION = YES;
  885. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  886. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  887. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  888. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  889. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  890. CLANG_WARN_STRICT_PROTOTYPES = YES;
  891. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  892. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  893. CLANG_WARN_UNREACHABLE_CODE = YES;
  894. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  895. COPY_PHASE_STRIP = NO;
  896. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  897. ENABLE_NS_ASSERTIONS = NO;
  898. ENABLE_STRICT_OBJC_MSGSEND = YES;
  899. GCC_C_LANGUAGE_STANDARD = gnu11;
  900. GCC_NO_COMMON_BLOCKS = YES;
  901. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  902. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  903. GCC_WARN_UNDECLARED_SELECTOR = YES;
  904. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  905. GCC_WARN_UNUSED_FUNCTION = YES;
  906. GCC_WARN_UNUSED_VARIABLE = YES;
  907. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  908. MTL_ENABLE_DEBUG_INFO = NO;
  909. MTL_FAST_MATH = YES;
  910. SDKROOT = iphoneos;
  911. SWIFT_COMPILATION_MODE = wholemodule;
  912. SWIFT_OPTIMIZATION_LEVEL = "-O";
  913. VALIDATE_PRODUCT = YES;
  914. };
  915. name = Release;
  916. };
  917. EAE4CBEC24855E3E00245E92 /* Debug */ = {
  918. isa = XCBuildConfiguration;
  919. baseConfigurationReference = FD88E272757946CF8EDFD573 /* Pods-AuthenticationExample.debug.xcconfig */;
  920. buildSettings = {
  921. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  922. CODE_SIGN_ENTITLEMENTS = AuthenticationExample/AuthenticationExample.entitlements;
  923. CODE_SIGN_IDENTITY = "Apple Development";
  924. CODE_SIGN_STYLE = Automatic;
  925. DEVELOPMENT_TEAM = BVWXHG3S28;
  926. INFOPLIST_FILE = AuthenticationExample/SwiftApplication.plist;
  927. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  928. LD_RUNPATH_SEARCH_PATHS = (
  929. "$(inherited)",
  930. "@executable_path/Frameworks",
  931. );
  932. PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseExperimental1;
  933. PRODUCT_NAME = "$(TARGET_NAME)";
  934. PROVISIONING_PROFILE_SPECIFIER = "";
  935. SWIFT_VERSION = 5.0;
  936. TARGETED_DEVICE_FAMILY = 1;
  937. };
  938. name = Debug;
  939. };
  940. EAE4CBED24855E3E00245E92 /* Release */ = {
  941. isa = XCBuildConfiguration;
  942. baseConfigurationReference = 174F2A059457D01B253ABFDD /* Pods-AuthenticationExample.release.xcconfig */;
  943. buildSettings = {
  944. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  945. CODE_SIGN_ENTITLEMENTS = AuthenticationExample/AuthenticationExample.entitlements;
  946. CODE_SIGN_IDENTITY = "Apple Development";
  947. CODE_SIGN_STYLE = Automatic;
  948. DEVELOPMENT_TEAM = BVWXHG3S28;
  949. INFOPLIST_FILE = AuthenticationExample/SwiftApplication.plist;
  950. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  951. LD_RUNPATH_SEARCH_PATHS = (
  952. "$(inherited)",
  953. "@executable_path/Frameworks",
  954. );
  955. PRODUCT_BUNDLE_IDENTIFIER = com.google.FirebaseExperimental1;
  956. PRODUCT_NAME = "$(TARGET_NAME)";
  957. PROVISIONING_PROFILE_SPECIFIER = "";
  958. SWIFT_VERSION = 5.0;
  959. TARGETED_DEVICE_FAMILY = 1;
  960. };
  961. name = Release;
  962. };
  963. EAE4CBEF24855E3E00245E92 /* Debug */ = {
  964. isa = XCBuildConfiguration;
  965. baseConfigurationReference = 274B4AD0EDFB249DC7942BCF /* Pods-SwiftApiTests.debug.xcconfig */;
  966. buildSettings = {
  967. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  968. BUNDLE_LOADER = "$(TEST_HOST)";
  969. CLANG_ENABLE_MODULES = YES;
  970. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
  971. CODE_SIGN_STYLE = Automatic;
  972. DEVELOPMENT_TEAM = "";
  973. INFOPLIST_FILE = SwiftApiTests/Info.plist;
  974. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  975. LD_RUNPATH_SEARCH_PATHS = (
  976. "$(inherited)",
  977. "@executable_path/Frameworks",
  978. "@loader_path/Frameworks",
  979. );
  980. PRODUCT_BUNDLE_IDENTIFIER = com.google.AuthenticationExampleTests;
  981. PRODUCT_NAME = "$(TARGET_NAME)";
  982. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  983. SWIFT_VERSION = 5.0;
  984. TARGETED_DEVICE_FAMILY = "1,2";
  985. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AuthenticationExample.app/AuthenticationExample";
  986. };
  987. name = Debug;
  988. };
  989. EAE4CBF024855E3E00245E92 /* Release */ = {
  990. isa = XCBuildConfiguration;
  991. baseConfigurationReference = 5FCA462A653F4A643BEEC832 /* Pods-SwiftApiTests.release.xcconfig */;
  992. buildSettings = {
  993. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  994. BUNDLE_LOADER = "$(TEST_HOST)";
  995. CLANG_ENABLE_MODULES = YES;
  996. "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
  997. CODE_SIGN_STYLE = Automatic;
  998. DEVELOPMENT_TEAM = "";
  999. INFOPLIST_FILE = SwiftApiTests/Info.plist;
  1000. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1001. LD_RUNPATH_SEARCH_PATHS = (
  1002. "$(inherited)",
  1003. "@executable_path/Frameworks",
  1004. "@loader_path/Frameworks",
  1005. );
  1006. PRODUCT_BUNDLE_IDENTIFIER = com.google.AuthenticationExampleTests;
  1007. PRODUCT_NAME = "$(TARGET_NAME)";
  1008. SWIFT_VERSION = 5.0;
  1009. TARGETED_DEVICE_FAMILY = "1,2";
  1010. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/AuthenticationExample.app/AuthenticationExample";
  1011. };
  1012. name = Release;
  1013. };
  1014. EAE4CBF224855E3E00245E92 /* Debug */ = {
  1015. isa = XCBuildConfiguration;
  1016. baseConfigurationReference = A3FEEF874D705F97CB76500B /* Pods-AuthenticationExample-AuthenticationExampleUITests.debug.xcconfig */;
  1017. buildSettings = {
  1018. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  1019. CODE_SIGN_STYLE = Automatic;
  1020. DEVELOPMENT_TEAM = "";
  1021. INFOPLIST_FILE = AuthenticationExampleUITests/Info.plist;
  1022. LD_RUNPATH_SEARCH_PATHS = (
  1023. "$(inherited)",
  1024. "@executable_path/Frameworks",
  1025. "@loader_path/Frameworks",
  1026. );
  1027. PRODUCT_BUNDLE_IDENTIFIER = com.google.AuthenticationExampleUITests;
  1028. PRODUCT_NAME = "$(TARGET_NAME)";
  1029. PROVISIONING_PROFILE = "";
  1030. SWIFT_VERSION = 5.0;
  1031. TARGETED_DEVICE_FAMILY = "1,2";
  1032. TEST_TARGET_NAME = AuthenticationExample;
  1033. };
  1034. name = Debug;
  1035. };
  1036. EAE4CBF324855E3E00245E92 /* Release */ = {
  1037. isa = XCBuildConfiguration;
  1038. baseConfigurationReference = 7E3FF7CCFE89B70FC5B51C99 /* Pods-AuthenticationExample-AuthenticationExampleUITests.release.xcconfig */;
  1039. buildSettings = {
  1040. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = "$(inherited)";
  1041. CODE_SIGN_STYLE = Automatic;
  1042. DEVELOPMENT_TEAM = "";
  1043. INFOPLIST_FILE = AuthenticationExampleUITests/Info.plist;
  1044. LD_RUNPATH_SEARCH_PATHS = (
  1045. "$(inherited)",
  1046. "@executable_path/Frameworks",
  1047. "@loader_path/Frameworks",
  1048. );
  1049. PRODUCT_BUNDLE_IDENTIFIER = com.google.AuthenticationExampleUITests;
  1050. PRODUCT_NAME = "$(TARGET_NAME)";
  1051. PROVISIONING_PROFILE = "";
  1052. SWIFT_VERSION = 5.0;
  1053. TARGETED_DEVICE_FAMILY = "1,2";
  1054. TEST_TARGET_NAME = AuthenticationExample;
  1055. };
  1056. name = Release;
  1057. };
  1058. /* End XCBuildConfiguration section */
  1059. /* Begin XCConfigurationList section */
  1060. DE8FD4802A7D96BB00B6831A /* Build configuration list for PBXNativeTarget "ObjCApiTests" */ = {
  1061. isa = XCConfigurationList;
  1062. buildConfigurations = (
  1063. DE8FD4812A7D96BB00B6831A /* Debug */,
  1064. DE8FD4822A7D96BB00B6831A /* Release */,
  1065. );
  1066. defaultConfigurationIsVisible = 0;
  1067. defaultConfigurationName = Release;
  1068. };
  1069. EAE4CBBC24855E3A00245E92 /* Build configuration list for PBXProject "AuthenticationExample" */ = {
  1070. isa = XCConfigurationList;
  1071. buildConfigurations = (
  1072. EAE4CBE924855E3E00245E92 /* Debug */,
  1073. EAE4CBEA24855E3E00245E92 /* Release */,
  1074. );
  1075. defaultConfigurationIsVisible = 0;
  1076. defaultConfigurationName = Release;
  1077. };
  1078. EAE4CBEB24855E3E00245E92 /* Build configuration list for PBXNativeTarget "AuthenticationExample" */ = {
  1079. isa = XCConfigurationList;
  1080. buildConfigurations = (
  1081. EAE4CBEC24855E3E00245E92 /* Debug */,
  1082. EAE4CBED24855E3E00245E92 /* Release */,
  1083. );
  1084. defaultConfigurationIsVisible = 0;
  1085. defaultConfigurationName = Release;
  1086. };
  1087. EAE4CBEE24855E3E00245E92 /* Build configuration list for PBXNativeTarget "SwiftApiTests" */ = {
  1088. isa = XCConfigurationList;
  1089. buildConfigurations = (
  1090. EAE4CBEF24855E3E00245E92 /* Debug */,
  1091. EAE4CBF024855E3E00245E92 /* Release */,
  1092. );
  1093. defaultConfigurationIsVisible = 0;
  1094. defaultConfigurationName = Release;
  1095. };
  1096. EAE4CBF124855E3E00245E92 /* Build configuration list for PBXNativeTarget "AuthenticationExampleUITests" */ = {
  1097. isa = XCConfigurationList;
  1098. buildConfigurations = (
  1099. EAE4CBF224855E3E00245E92 /* Debug */,
  1100. EAE4CBF324855E3E00245E92 /* Release */,
  1101. );
  1102. defaultConfigurationIsVisible = 0;
  1103. defaultConfigurationName = Release;
  1104. };
  1105. /* End XCConfigurationList section */
  1106. };
  1107. rootObject = EAE4CBB924855E3A00245E92 /* Project object */;
  1108. }