project.pbxproj 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  10. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  11. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  12. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  13. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  14. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  15. 9A414672225259F900B08D77 /* GULAppDelegateSwizzlerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F92101401100E756A7 /* GULAppDelegateSwizzlerTest.m */; };
  16. 9A7C37C2224BD9C600033B0D /* GULAppDelegateSwizzlerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F92101401100E756A7 /* GULAppDelegateSwizzlerTest.m */; };
  17. DE5CF98E20F686310063FFDD /* GULAppEnvironmentUtilTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5CF98C20F686290063FFDD /* GULAppEnvironmentUtilTest.m */; };
  18. DE84BBC421D7EC900048A176 /* GULUserDefaultsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE84BBC321D7EC900048A176 /* GULUserDefaultsTests.m */; };
  19. DE84BBC521D7EC900048A176 /* GULUserDefaultsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE84BBC321D7EC900048A176 /* GULUserDefaultsTests.m */; };
  20. DE84BBC621D7EC900048A176 /* GULUserDefaultsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = DE84BBC321D7EC900048A176 /* GULUserDefaultsTests.m */; };
  21. DEC977D720F68C3300014E20 /* GULReachabilityCheckerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D320F68C3300014E20 /* GULReachabilityCheckerTest.m */; };
  22. DEC977D820F68C3300014E20 /* GULMutableDictionaryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D520F68C3300014E20 /* GULMutableDictionaryTest.m */; };
  23. DEC977D920F68C3300014E20 /* GULNetworkTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D620F68C3300014E20 /* GULNetworkTest.m */; };
  24. DEC977DD20F68FE100014E20 /* GTMHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DC20F68FE100014E20 /* GTMHTTPServer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
  25. DEC977E120F6A7C100014E20 /* GULLoggerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DF20F6A7A700014E20 /* GULLoggerTest.m */; };
  26. DEC977EE20F6ACDA00014E20 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977E420F6ACDA00014E20 /* ViewController.m */; };
  27. DEC977EF20F6ACDA00014E20 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEC977E520F6ACDA00014E20 /* LaunchScreen.storyboard */; };
  28. DEC977F020F6ACDA00014E20 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEC977E720F6ACDA00014E20 /* Main.storyboard */; };
  29. DEC977F120F6ACDA00014E20 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977E920F6ACDA00014E20 /* main.m */; };
  30. DEC977F320F6ACDA00014E20 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DEC977EB20F6ACDA00014E20 /* Images.xcassets */; };
  31. DEC977F420F6ACDA00014E20 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977EC20F6ACDA00014E20 /* AppDelegate.m */; };
  32. DEC9781820F6D37400014E20 /* GULLoggerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DF20F6A7A700014E20 /* GULLoggerTest.m */; };
  33. DEC9781920F6D38500014E20 /* GULAppEnvironmentUtilTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5CF98C20F686290063FFDD /* GULAppEnvironmentUtilTest.m */; };
  34. DEC9781A20F6D38800014E20 /* GULReachabilityCheckerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D320F68C3300014E20 /* GULReachabilityCheckerTest.m */; };
  35. DEC9781B20F6D39500014E20 /* GULMutableDictionaryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D520F68C3300014E20 /* GULMutableDictionaryTest.m */; };
  36. DEC9781C20F6D39500014E20 /* GULNetworkTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D620F68C3300014E20 /* GULNetworkTest.m */; };
  37. DEC9781D20F6D39900014E20 /* GTMHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DC20F68FE100014E20 /* GTMHTTPServer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
  38. DEC9786820F6D65B00014E20 /* GULLoggerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DF20F6A7A700014E20 /* GULLoggerTest.m */; };
  39. DEC9786920F6D66300014E20 /* GTMHTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977DC20F68FE100014E20 /* GTMHTTPServer.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
  40. DEC9786A20F6D66300014E20 /* GULMutableDictionaryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D520F68C3300014E20 /* GULMutableDictionaryTest.m */; };
  41. DEC9786B20F6D66300014E20 /* GULNetworkTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D620F68C3300014E20 /* GULNetworkTest.m */; };
  42. DEC9786C20F6D66700014E20 /* GULReachabilityCheckerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC977D320F68C3300014E20 /* GULReachabilityCheckerTest.m */; };
  43. DEC9786D20F6D66B00014E20 /* GULAppEnvironmentUtilTest.m in Sources */ = {isa = PBXBuildFile; fileRef = DE5CF98C20F686290063FFDD /* GULAppEnvironmentUtilTest.m */; };
  44. DEC9787720F6DE7200014E20 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEC9787120F6DE7200014E20 /* Main.storyboard */; };
  45. DEC9787920F6DE7200014E20 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9787420F6DE7200014E20 /* main.m */; };
  46. DEC9787A20F6DE7200014E20 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9787520F6DE7200014E20 /* AppDelegate.m */; };
  47. DEC9787B20F6DE7200014E20 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9787620F6DE7200014E20 /* ViewController.m */; };
  48. DEC9788520F6E1E000014E20 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DEC9787E20F6E1DF00014E20 /* Assets.xcassets */; };
  49. DEC9788620F6E1E000014E20 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9787F20F6E1DF00014E20 /* ViewController.m */; };
  50. DEC9788720F6E1E000014E20 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DEC9788020F6E1DF00014E20 /* Main.storyboard */; };
  51. DEC9788820F6E1E000014E20 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9788120F6E1DF00014E20 /* main.m */; };
  52. DEC9788920F6E1E000014E20 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEC9788220F6E1DF00014E20 /* AppDelegate.m */; };
  53. EFBE67FA2101401100E756A7 /* GULSwizzlerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F02101401100E756A7 /* GULSwizzlerTest.m */; };
  54. EFBE67FB2101401100E756A7 /* GULSwizzlingCacheTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F12101401100E756A7 /* GULSwizzlingCacheTest.m */; };
  55. EFBE67FC2101401100E756A7 /* GULRuntimeClassDiffTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F22101401100E756A7 /* GULRuntimeClassDiffTests.m */; };
  56. EFBE67FD2101401100E756A7 /* GULObjectSwizzlerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F32101401100E756A7 /* GULObjectSwizzlerTest.m */; };
  57. EFBE67FE2101401100E756A7 /* GULRuntimeClassSnapshotTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F42101401100E756A7 /* GULRuntimeClassSnapshotTests.m */; };
  58. EFBE67FF2101401100E756A7 /* GULRuntimeDiffTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F52101401100E756A7 /* GULRuntimeDiffTests.m */; };
  59. EFBE68002101401100E756A7 /* GULSwizzlerInheritedMethodsSwizzlingTest.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F62101401100E756A7 /* GULSwizzlerInheritedMethodsSwizzlingTest.m */; };
  60. EFBE68012101401100E756A7 /* GULRuntimeStateHelperTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F72101401100E756A7 /* GULRuntimeStateHelperTests.m */; };
  61. EFBE68022101401100E756A7 /* GULRuntimeSnapshotTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EFBE67F82101401100E756A7 /* GULRuntimeSnapshotTests.m */; };
  62. /* End PBXBuildFile section */
  63. /* Begin PBXContainerItemProxy section */
  64. 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  65. isa = PBXContainerItemProxy;
  66. containerPortal = 6003F582195388D10070C39A /* Project object */;
  67. proxyType = 1;
  68. remoteGlobalIDString = 6003F589195388D20070C39A;
  69. remoteInfo = GoogleUtilities;
  70. };
  71. DEC9780C20F6D0EA00014E20 /* PBXContainerItemProxy */ = {
  72. isa = PBXContainerItemProxy;
  73. containerPortal = 6003F582195388D10070C39A /* Project object */;
  74. proxyType = 1;
  75. remoteGlobalIDString = DEC977F820F6D0E900014E20;
  76. remoteInfo = "GoogleUtilities-macOS";
  77. };
  78. DEC9785C20F6D5DA00014E20 /* PBXContainerItemProxy */ = {
  79. isa = PBXContainerItemProxy;
  80. containerPortal = 6003F582195388D10070C39A /* Project object */;
  81. proxyType = 1;
  82. remoteGlobalIDString = DEC9784620F6D5D800014E20;
  83. remoteInfo = Example_tvOS;
  84. };
  85. /* End PBXContainerItemProxy section */
  86. /* Begin PBXFileReference section */
  87. 6003F58A195388D20070C39A /* Example_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  88. 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  89. 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  90. 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  91. 6003F5AE195388D20070C39A /* Tests_iOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests_iOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  92. 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  93. 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  94. 7BEA793625C8DE7C8EC60006 /* GoogleUtilities.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = GoogleUtilities.podspec; path = ../../GoogleUtilities.podspec; sourceTree = "<group>"; };
  95. DE5CF98C20F686290063FFDD /* GULAppEnvironmentUtilTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULAppEnvironmentUtilTest.m; sourceTree = "<group>"; };
  96. DE84BBC321D7EC900048A176 /* GULUserDefaultsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULUserDefaultsTests.m; sourceTree = "<group>"; };
  97. DEC977D320F68C3300014E20 /* GULReachabilityCheckerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULReachabilityCheckerTest.m; sourceTree = "<group>"; };
  98. DEC977D520F68C3300014E20 /* GULMutableDictionaryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULMutableDictionaryTest.m; sourceTree = "<group>"; };
  99. DEC977D620F68C3300014E20 /* GULNetworkTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULNetworkTest.m; sourceTree = "<group>"; };
  100. DEC977DB20F68FE100014E20 /* GTMHTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMHTTPServer.h; sourceTree = "<group>"; };
  101. DEC977DC20F68FE100014E20 /* GTMHTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMHTTPServer.m; sourceTree = "<group>"; };
  102. DEC977DF20F6A7A700014E20 /* GULLoggerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULLoggerTest.m; sourceTree = "<group>"; };
  103. DEC977E320F6ACDA00014E20 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  104. DEC977E420F6ACDA00014E20 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  105. DEC977E620F6ACDA00014E20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  106. DEC977E820F6ACDA00014E20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  107. DEC977E920F6ACDA00014E20 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  108. DEC977EA20F6ACDA00014E20 /* GoogleUtilities-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleUtilities-Info.plist"; sourceTree = "<group>"; };
  109. DEC977EB20F6ACDA00014E20 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  110. DEC977EC20F6ACDA00014E20 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  111. DEC977ED20F6ACDA00014E20 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  112. DEC977F920F6D0E900014E20 /* Example_macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example_macOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  113. DEC9780B20F6D0EA00014E20 /* Tests_macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests_macOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  114. DEC9784720F6D5D800014E20 /* Example_tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example_tvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  115. DEC9785B20F6D5DA00014E20 /* Tests_tvOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests_tvOS.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  116. DEC9786F20F6DE7200014E20 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  117. DEC9787020F6DE7200014E20 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  118. DEC9787220F6DE7200014E20 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  119. DEC9787320F6DE7200014E20 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  120. DEC9787420F6DE7200014E20 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  121. DEC9787520F6DE7200014E20 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  122. DEC9787620F6DE7200014E20 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  123. DEC9787D20F6E1DF00014E20 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  124. DEC9787E20F6E1DF00014E20 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  125. DEC9787F20F6E1DF00014E20 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  126. DEC9788020F6E1DF00014E20 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
  127. DEC9788120F6E1DF00014E20 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  128. DEC9788220F6E1DF00014E20 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  129. DEC9788320F6E1DF00014E20 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  130. DEC9788420F6E1DF00014E20 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  131. E0A8D570636E99E7C3396DF8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
  132. EFBE67F02101401100E756A7 /* GULSwizzlerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULSwizzlerTest.m; sourceTree = "<group>"; };
  133. EFBE67F12101401100E756A7 /* GULSwizzlingCacheTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULSwizzlingCacheTest.m; sourceTree = "<group>"; };
  134. EFBE67F22101401100E756A7 /* GULRuntimeClassDiffTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULRuntimeClassDiffTests.m; sourceTree = "<group>"; };
  135. EFBE67F32101401100E756A7 /* GULObjectSwizzlerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULObjectSwizzlerTest.m; sourceTree = "<group>"; };
  136. EFBE67F42101401100E756A7 /* GULRuntimeClassSnapshotTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULRuntimeClassSnapshotTests.m; sourceTree = "<group>"; };
  137. EFBE67F52101401100E756A7 /* GULRuntimeDiffTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULRuntimeDiffTests.m; sourceTree = "<group>"; };
  138. EFBE67F62101401100E756A7 /* GULSwizzlerInheritedMethodsSwizzlingTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULSwizzlerInheritedMethodsSwizzlingTest.m; sourceTree = "<group>"; };
  139. EFBE67F72101401100E756A7 /* GULRuntimeStateHelperTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULRuntimeStateHelperTests.m; sourceTree = "<group>"; };
  140. EFBE67F82101401100E756A7 /* GULRuntimeSnapshotTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULRuntimeSnapshotTests.m; sourceTree = "<group>"; };
  141. EFBE67F92101401100E756A7 /* GULAppDelegateSwizzlerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GULAppDelegateSwizzlerTest.m; sourceTree = "<group>"; };
  142. F1F2A7C03C10A3A03F9502B8 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
  143. /* End PBXFileReference section */
  144. /* Begin PBXFrameworksBuildPhase section */
  145. 6003F587195388D20070C39A /* Frameworks */ = {
  146. isa = PBXFrameworksBuildPhase;
  147. buildActionMask = 2147483647;
  148. files = (
  149. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  150. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  151. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  152. );
  153. runOnlyForDeploymentPostprocessing = 0;
  154. };
  155. 6003F5AB195388D20070C39A /* Frameworks */ = {
  156. isa = PBXFrameworksBuildPhase;
  157. buildActionMask = 2147483647;
  158. files = (
  159. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  160. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  161. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  162. );
  163. runOnlyForDeploymentPostprocessing = 0;
  164. };
  165. DEC977F620F6D0E900014E20 /* Frameworks */ = {
  166. isa = PBXFrameworksBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. );
  170. runOnlyForDeploymentPostprocessing = 0;
  171. };
  172. DEC9780820F6D0EA00014E20 /* Frameworks */ = {
  173. isa = PBXFrameworksBuildPhase;
  174. buildActionMask = 2147483647;
  175. files = (
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. DEC9784420F6D5D800014E20 /* Frameworks */ = {
  180. isa = PBXFrameworksBuildPhase;
  181. buildActionMask = 2147483647;
  182. files = (
  183. );
  184. runOnlyForDeploymentPostprocessing = 0;
  185. };
  186. DEC9785820F6D5DA00014E20 /* Frameworks */ = {
  187. isa = PBXFrameworksBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. /* End PBXFrameworksBuildPhase section */
  194. /* Begin PBXGroup section */
  195. 6003F581195388D10070C39A = {
  196. isa = PBXGroup;
  197. children = (
  198. DEC977E220F6ACDA00014E20 /* iOS */,
  199. DEC9786E20F6DE7200014E20 /* macOS */,
  200. DEC9787C20F6E1DF00014E20 /* tvOS */,
  201. 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */,
  202. 6003F5B5195388D20070C39A /* Tests */,
  203. 6003F58C195388D20070C39A /* Frameworks */,
  204. 6003F58B195388D20070C39A /* Products */,
  205. );
  206. sourceTree = "<group>";
  207. };
  208. 6003F58B195388D20070C39A /* Products */ = {
  209. isa = PBXGroup;
  210. children = (
  211. 6003F58A195388D20070C39A /* Example_iOS.app */,
  212. 6003F5AE195388D20070C39A /* Tests_iOS.xctest */,
  213. DEC977F920F6D0E900014E20 /* Example_macOS.app */,
  214. DEC9780B20F6D0EA00014E20 /* Tests_macOS.xctest */,
  215. DEC9784720F6D5D800014E20 /* Example_tvOS.app */,
  216. DEC9785B20F6D5DA00014E20 /* Tests_tvOS.xctest */,
  217. );
  218. name = Products;
  219. sourceTree = "<group>";
  220. };
  221. 6003F58C195388D20070C39A /* Frameworks */ = {
  222. isa = PBXGroup;
  223. children = (
  224. 6003F58D195388D20070C39A /* Foundation.framework */,
  225. 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  226. 6003F591195388D20070C39A /* UIKit.framework */,
  227. 6003F5AF195388D20070C39A /* XCTest.framework */,
  228. );
  229. name = Frameworks;
  230. sourceTree = "<group>";
  231. };
  232. 6003F5B5195388D20070C39A /* Tests */ = {
  233. isa = PBXGroup;
  234. children = (
  235. DE84BBC221D7EC900048A176 /* UserDefaults */,
  236. EFBE67EF2101401100E756A7 /* Swizzler */,
  237. DEC977DE20F6A7A700014E20 /* Logger */,
  238. DEC977D420F68C3300014E20 /* Network */,
  239. DEC977D220F68C3300014E20 /* Reachability */,
  240. DE5CF98B20F686290063FFDD /* Environment */,
  241. 6003F5B6195388D20070C39A /* Supporting Files */,
  242. );
  243. path = Tests;
  244. sourceTree = "<group>";
  245. };
  246. 6003F5B6195388D20070C39A /* Supporting Files */ = {
  247. isa = PBXGroup;
  248. children = (
  249. 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  250. );
  251. name = "Supporting Files";
  252. sourceTree = "<group>";
  253. };
  254. 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 7BEA793625C8DE7C8EC60006 /* GoogleUtilities.podspec */,
  258. E0A8D570636E99E7C3396DF8 /* README.md */,
  259. F1F2A7C03C10A3A03F9502B8 /* LICENSE */,
  260. );
  261. name = "Podspec Metadata";
  262. sourceTree = "<group>";
  263. };
  264. DE5CF98B20F686290063FFDD /* Environment */ = {
  265. isa = PBXGroup;
  266. children = (
  267. DE5CF98C20F686290063FFDD /* GULAppEnvironmentUtilTest.m */,
  268. );
  269. path = Environment;
  270. sourceTree = "<group>";
  271. };
  272. DE84BBC221D7EC900048A176 /* UserDefaults */ = {
  273. isa = PBXGroup;
  274. children = (
  275. DE84BBC321D7EC900048A176 /* GULUserDefaultsTests.m */,
  276. );
  277. path = UserDefaults;
  278. sourceTree = "<group>";
  279. };
  280. DEC977D220F68C3300014E20 /* Reachability */ = {
  281. isa = PBXGroup;
  282. children = (
  283. DEC977D320F68C3300014E20 /* GULReachabilityCheckerTest.m */,
  284. );
  285. path = Reachability;
  286. sourceTree = "<group>";
  287. };
  288. DEC977D420F68C3300014E20 /* Network */ = {
  289. isa = PBXGroup;
  290. children = (
  291. DEC977DA20F68FE100014E20 /* third_party */,
  292. DEC977D520F68C3300014E20 /* GULMutableDictionaryTest.m */,
  293. DEC977D620F68C3300014E20 /* GULNetworkTest.m */,
  294. );
  295. path = Network;
  296. sourceTree = "<group>";
  297. };
  298. DEC977DA20F68FE100014E20 /* third_party */ = {
  299. isa = PBXGroup;
  300. children = (
  301. DEC977DB20F68FE100014E20 /* GTMHTTPServer.h */,
  302. DEC977DC20F68FE100014E20 /* GTMHTTPServer.m */,
  303. );
  304. path = third_party;
  305. sourceTree = "<group>";
  306. };
  307. DEC977DE20F6A7A700014E20 /* Logger */ = {
  308. isa = PBXGroup;
  309. children = (
  310. DEC977DF20F6A7A700014E20 /* GULLoggerTest.m */,
  311. );
  312. path = Logger;
  313. sourceTree = "<group>";
  314. };
  315. DEC977E220F6ACDA00014E20 /* iOS */ = {
  316. isa = PBXGroup;
  317. children = (
  318. DEC977E320F6ACDA00014E20 /* AppDelegate.h */,
  319. DEC977E420F6ACDA00014E20 /* ViewController.m */,
  320. DEC977E520F6ACDA00014E20 /* LaunchScreen.storyboard */,
  321. DEC977E720F6ACDA00014E20 /* Main.storyboard */,
  322. DEC977E920F6ACDA00014E20 /* main.m */,
  323. DEC977EA20F6ACDA00014E20 /* GoogleUtilities-Info.plist */,
  324. DEC977EB20F6ACDA00014E20 /* Images.xcassets */,
  325. DEC977EC20F6ACDA00014E20 /* AppDelegate.m */,
  326. DEC977ED20F6ACDA00014E20 /* ViewController.h */,
  327. );
  328. path = iOS;
  329. sourceTree = "<group>";
  330. };
  331. DEC9786E20F6DE7200014E20 /* macOS */ = {
  332. isa = PBXGroup;
  333. children = (
  334. DEC9786F20F6DE7200014E20 /* AppDelegate.h */,
  335. DEC9787020F6DE7200014E20 /* ViewController.h */,
  336. DEC9787120F6DE7200014E20 /* Main.storyboard */,
  337. DEC9787320F6DE7200014E20 /* Info.plist */,
  338. DEC9787420F6DE7200014E20 /* main.m */,
  339. DEC9787520F6DE7200014E20 /* AppDelegate.m */,
  340. DEC9787620F6DE7200014E20 /* ViewController.m */,
  341. );
  342. path = macOS;
  343. sourceTree = "<group>";
  344. };
  345. DEC9787C20F6E1DF00014E20 /* tvOS */ = {
  346. isa = PBXGroup;
  347. children = (
  348. DEC9787D20F6E1DF00014E20 /* AppDelegate.h */,
  349. DEC9787E20F6E1DF00014E20 /* Assets.xcassets */,
  350. DEC9787F20F6E1DF00014E20 /* ViewController.m */,
  351. DEC9788020F6E1DF00014E20 /* Main.storyboard */,
  352. DEC9788120F6E1DF00014E20 /* main.m */,
  353. DEC9788220F6E1DF00014E20 /* AppDelegate.m */,
  354. DEC9788320F6E1DF00014E20 /* Info.plist */,
  355. DEC9788420F6E1DF00014E20 /* ViewController.h */,
  356. );
  357. path = tvOS;
  358. sourceTree = "<group>";
  359. };
  360. EFBE67EF2101401100E756A7 /* Swizzler */ = {
  361. isa = PBXGroup;
  362. children = (
  363. EFBE67F02101401100E756A7 /* GULSwizzlerTest.m */,
  364. EFBE67F12101401100E756A7 /* GULSwizzlingCacheTest.m */,
  365. EFBE67F22101401100E756A7 /* GULRuntimeClassDiffTests.m */,
  366. EFBE67F32101401100E756A7 /* GULObjectSwizzlerTest.m */,
  367. EFBE67F42101401100E756A7 /* GULRuntimeClassSnapshotTests.m */,
  368. EFBE67F52101401100E756A7 /* GULRuntimeDiffTests.m */,
  369. EFBE67F62101401100E756A7 /* GULSwizzlerInheritedMethodsSwizzlingTest.m */,
  370. EFBE67F72101401100E756A7 /* GULRuntimeStateHelperTests.m */,
  371. EFBE67F82101401100E756A7 /* GULRuntimeSnapshotTests.m */,
  372. EFBE67F92101401100E756A7 /* GULAppDelegateSwizzlerTest.m */,
  373. );
  374. path = Swizzler;
  375. sourceTree = "<group>";
  376. };
  377. /* End PBXGroup section */
  378. /* Begin PBXNativeTarget section */
  379. 6003F589195388D20070C39A /* Example_iOS */ = {
  380. isa = PBXNativeTarget;
  381. buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "Example_iOS" */;
  382. buildPhases = (
  383. 6003F586195388D20070C39A /* Sources */,
  384. 6003F587195388D20070C39A /* Frameworks */,
  385. 6003F588195388D20070C39A /* Resources */,
  386. );
  387. buildRules = (
  388. );
  389. dependencies = (
  390. );
  391. name = Example_iOS;
  392. productName = GoogleUtilities;
  393. productReference = 6003F58A195388D20070C39A /* Example_iOS.app */;
  394. productType = "com.apple.product-type.application";
  395. };
  396. 6003F5AD195388D20070C39A /* Tests_iOS */ = {
  397. isa = PBXNativeTarget;
  398. buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests_iOS" */;
  399. buildPhases = (
  400. 6003F5AA195388D20070C39A /* Sources */,
  401. 6003F5AB195388D20070C39A /* Frameworks */,
  402. 6003F5AC195388D20070C39A /* Resources */,
  403. );
  404. buildRules = (
  405. );
  406. dependencies = (
  407. 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  408. );
  409. name = Tests_iOS;
  410. productName = GoogleUtilitiesTests;
  411. productReference = 6003F5AE195388D20070C39A /* Tests_iOS.xctest */;
  412. productType = "com.apple.product-type.bundle.unit-test";
  413. };
  414. DEC977F820F6D0E900014E20 /* Example_macOS */ = {
  415. isa = PBXNativeTarget;
  416. buildConfigurationList = DEC9781620F6D0EB00014E20 /* Build configuration list for PBXNativeTarget "Example_macOS" */;
  417. buildPhases = (
  418. DEC977F520F6D0E900014E20 /* Sources */,
  419. DEC977F620F6D0E900014E20 /* Frameworks */,
  420. DEC977F720F6D0E900014E20 /* Resources */,
  421. );
  422. buildRules = (
  423. );
  424. dependencies = (
  425. );
  426. name = Example_macOS;
  427. productName = "GoogleUtilities-macOS";
  428. productReference = DEC977F920F6D0E900014E20 /* Example_macOS.app */;
  429. productType = "com.apple.product-type.application";
  430. };
  431. DEC9780A20F6D0EA00014E20 /* Tests_macOS */ = {
  432. isa = PBXNativeTarget;
  433. buildConfigurationList = DEC9781720F6D0EB00014E20 /* Build configuration list for PBXNativeTarget "Tests_macOS" */;
  434. buildPhases = (
  435. DEC9780720F6D0EA00014E20 /* Sources */,
  436. DEC9780820F6D0EA00014E20 /* Frameworks */,
  437. DEC9780920F6D0EA00014E20 /* Resources */,
  438. );
  439. buildRules = (
  440. );
  441. dependencies = (
  442. DEC9780D20F6D0EA00014E20 /* PBXTargetDependency */,
  443. );
  444. name = Tests_macOS;
  445. productName = "GoogleUtilities-macOSTests";
  446. productReference = DEC9780B20F6D0EA00014E20 /* Tests_macOS.xctest */;
  447. productType = "com.apple.product-type.bundle.unit-test";
  448. };
  449. DEC9784620F6D5D800014E20 /* Example_tvOS */ = {
  450. isa = PBXNativeTarget;
  451. buildConfigurationList = DEC9786620F6D5DA00014E20 /* Build configuration list for PBXNativeTarget "Example_tvOS" */;
  452. buildPhases = (
  453. DEC9784320F6D5D800014E20 /* Sources */,
  454. DEC9784420F6D5D800014E20 /* Frameworks */,
  455. DEC9784520F6D5D800014E20 /* Resources */,
  456. );
  457. buildRules = (
  458. );
  459. dependencies = (
  460. );
  461. name = Example_tvOS;
  462. productName = Example_tvOS;
  463. productReference = DEC9784720F6D5D800014E20 /* Example_tvOS.app */;
  464. productType = "com.apple.product-type.application";
  465. };
  466. DEC9785A20F6D5DA00014E20 /* Tests_tvOS */ = {
  467. isa = PBXNativeTarget;
  468. buildConfigurationList = DEC9786720F6D5DA00014E20 /* Build configuration list for PBXNativeTarget "Tests_tvOS" */;
  469. buildPhases = (
  470. DEC9785720F6D5DA00014E20 /* Sources */,
  471. DEC9785820F6D5DA00014E20 /* Frameworks */,
  472. DEC9785920F6D5DA00014E20 /* Resources */,
  473. );
  474. buildRules = (
  475. );
  476. dependencies = (
  477. DEC9785D20F6D5DA00014E20 /* PBXTargetDependency */,
  478. );
  479. name = Tests_tvOS;
  480. productName = Example_tvOSTests;
  481. productReference = DEC9785B20F6D5DA00014E20 /* Tests_tvOS.xctest */;
  482. productType = "com.apple.product-type.bundle.unit-test";
  483. };
  484. /* End PBXNativeTarget section */
  485. /* Begin PBXProject section */
  486. 6003F582195388D10070C39A /* Project object */ = {
  487. isa = PBXProject;
  488. attributes = {
  489. CLASSPREFIX = FIR;
  490. LastUpgradeCheck = 0940;
  491. ORGANIZATIONNAME = "Google, Inc.";
  492. TargetAttributes = {
  493. 6003F5AD195388D20070C39A = {
  494. TestTargetID = 6003F589195388D20070C39A;
  495. };
  496. DEC977F820F6D0E900014E20 = {
  497. CreatedOnToolsVersion = 9.4;
  498. ProvisioningStyle = Automatic;
  499. };
  500. DEC9780A20F6D0EA00014E20 = {
  501. CreatedOnToolsVersion = 9.4;
  502. ProvisioningStyle = Automatic;
  503. TestTargetID = DEC977F820F6D0E900014E20;
  504. };
  505. DEC9784620F6D5D800014E20 = {
  506. CreatedOnToolsVersion = 9.4;
  507. ProvisioningStyle = Automatic;
  508. };
  509. DEC9785A20F6D5DA00014E20 = {
  510. CreatedOnToolsVersion = 9.4;
  511. ProvisioningStyle = Automatic;
  512. TestTargetID = DEC9784620F6D5D800014E20;
  513. };
  514. };
  515. };
  516. buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "GoogleUtilities" */;
  517. compatibilityVersion = "Xcode 3.2";
  518. developmentRegion = English;
  519. hasScannedForEncodings = 0;
  520. knownRegions = (
  521. en,
  522. Base,
  523. );
  524. mainGroup = 6003F581195388D10070C39A;
  525. productRefGroup = 6003F58B195388D20070C39A /* Products */;
  526. projectDirPath = "";
  527. projectRoot = "";
  528. targets = (
  529. 6003F589195388D20070C39A /* Example_iOS */,
  530. 6003F5AD195388D20070C39A /* Tests_iOS */,
  531. DEC977F820F6D0E900014E20 /* Example_macOS */,
  532. DEC9780A20F6D0EA00014E20 /* Tests_macOS */,
  533. DEC9784620F6D5D800014E20 /* Example_tvOS */,
  534. DEC9785A20F6D5DA00014E20 /* Tests_tvOS */,
  535. );
  536. };
  537. /* End PBXProject section */
  538. /* Begin PBXResourcesBuildPhase section */
  539. 6003F588195388D20070C39A /* Resources */ = {
  540. isa = PBXResourcesBuildPhase;
  541. buildActionMask = 2147483647;
  542. files = (
  543. DEC977EF20F6ACDA00014E20 /* LaunchScreen.storyboard in Resources */,
  544. DEC977F320F6ACDA00014E20 /* Images.xcassets in Resources */,
  545. DEC977F020F6ACDA00014E20 /* Main.storyboard in Resources */,
  546. );
  547. runOnlyForDeploymentPostprocessing = 0;
  548. };
  549. 6003F5AC195388D20070C39A /* Resources */ = {
  550. isa = PBXResourcesBuildPhase;
  551. buildActionMask = 2147483647;
  552. files = (
  553. );
  554. runOnlyForDeploymentPostprocessing = 0;
  555. };
  556. DEC977F720F6D0E900014E20 /* Resources */ = {
  557. isa = PBXResourcesBuildPhase;
  558. buildActionMask = 2147483647;
  559. files = (
  560. DEC9787720F6DE7200014E20 /* Main.storyboard in Resources */,
  561. );
  562. runOnlyForDeploymentPostprocessing = 0;
  563. };
  564. DEC9780920F6D0EA00014E20 /* Resources */ = {
  565. isa = PBXResourcesBuildPhase;
  566. buildActionMask = 2147483647;
  567. files = (
  568. );
  569. runOnlyForDeploymentPostprocessing = 0;
  570. };
  571. DEC9784520F6D5D800014E20 /* Resources */ = {
  572. isa = PBXResourcesBuildPhase;
  573. buildActionMask = 2147483647;
  574. files = (
  575. DEC9788520F6E1E000014E20 /* Assets.xcassets in Resources */,
  576. DEC9788720F6E1E000014E20 /* Main.storyboard in Resources */,
  577. );
  578. runOnlyForDeploymentPostprocessing = 0;
  579. };
  580. DEC9785920F6D5DA00014E20 /* Resources */ = {
  581. isa = PBXResourcesBuildPhase;
  582. buildActionMask = 2147483647;
  583. files = (
  584. );
  585. runOnlyForDeploymentPostprocessing = 0;
  586. };
  587. /* End PBXResourcesBuildPhase section */
  588. /* Begin PBXSourcesBuildPhase section */
  589. 6003F586195388D20070C39A /* Sources */ = {
  590. isa = PBXSourcesBuildPhase;
  591. buildActionMask = 2147483647;
  592. files = (
  593. DEC977F120F6ACDA00014E20 /* main.m in Sources */,
  594. DEC977EE20F6ACDA00014E20 /* ViewController.m in Sources */,
  595. DEC977F420F6ACDA00014E20 /* AppDelegate.m in Sources */,
  596. );
  597. runOnlyForDeploymentPostprocessing = 0;
  598. };
  599. 6003F5AA195388D20070C39A /* Sources */ = {
  600. isa = PBXSourcesBuildPhase;
  601. buildActionMask = 2147483647;
  602. files = (
  603. EFBE67FF2101401100E756A7 /* GULRuntimeDiffTests.m in Sources */,
  604. DEC977DD20F68FE100014E20 /* GTMHTTPServer.m in Sources */,
  605. EFBE68022101401100E756A7 /* GULRuntimeSnapshotTests.m in Sources */,
  606. EFBE68002101401100E756A7 /* GULSwizzlerInheritedMethodsSwizzlingTest.m in Sources */,
  607. DE84BBC421D7EC900048A176 /* GULUserDefaultsTests.m in Sources */,
  608. EFBE68012101401100E756A7 /* GULRuntimeStateHelperTests.m in Sources */,
  609. DEC977D820F68C3300014E20 /* GULMutableDictionaryTest.m in Sources */,
  610. DEC977E120F6A7C100014E20 /* GULLoggerTest.m in Sources */,
  611. DEC977D920F68C3300014E20 /* GULNetworkTest.m in Sources */,
  612. EFBE67FA2101401100E756A7 /* GULSwizzlerTest.m in Sources */,
  613. EFBE67FD2101401100E756A7 /* GULObjectSwizzlerTest.m in Sources */,
  614. 9A7C37C2224BD9C600033B0D /* GULAppDelegateSwizzlerTest.m in Sources */,
  615. EFBE67FE2101401100E756A7 /* GULRuntimeClassSnapshotTests.m in Sources */,
  616. EFBE67FC2101401100E756A7 /* GULRuntimeClassDiffTests.m in Sources */,
  617. DE5CF98E20F686310063FFDD /* GULAppEnvironmentUtilTest.m in Sources */,
  618. DEC977D720F68C3300014E20 /* GULReachabilityCheckerTest.m in Sources */,
  619. EFBE67FB2101401100E756A7 /* GULSwizzlingCacheTest.m in Sources */,
  620. );
  621. runOnlyForDeploymentPostprocessing = 0;
  622. };
  623. DEC977F520F6D0E900014E20 /* Sources */ = {
  624. isa = PBXSourcesBuildPhase;
  625. buildActionMask = 2147483647;
  626. files = (
  627. DEC9787A20F6DE7200014E20 /* AppDelegate.m in Sources */,
  628. DEC9787920F6DE7200014E20 /* main.m in Sources */,
  629. DEC9787B20F6DE7200014E20 /* ViewController.m in Sources */,
  630. );
  631. runOnlyForDeploymentPostprocessing = 0;
  632. };
  633. DEC9780720F6D0EA00014E20 /* Sources */ = {
  634. isa = PBXSourcesBuildPhase;
  635. buildActionMask = 2147483647;
  636. files = (
  637. DEC9781920F6D38500014E20 /* GULAppEnvironmentUtilTest.m in Sources */,
  638. DEC9781A20F6D38800014E20 /* GULReachabilityCheckerTest.m in Sources */,
  639. DEC9781820F6D37400014E20 /* GULLoggerTest.m in Sources */,
  640. DE84BBC521D7EC900048A176 /* GULUserDefaultsTests.m in Sources */,
  641. DEC9781D20F6D39900014E20 /* GTMHTTPServer.m in Sources */,
  642. DEC9781B20F6D39500014E20 /* GULMutableDictionaryTest.m in Sources */,
  643. DEC9781C20F6D39500014E20 /* GULNetworkTest.m in Sources */,
  644. );
  645. runOnlyForDeploymentPostprocessing = 0;
  646. };
  647. DEC9784320F6D5D800014E20 /* Sources */ = {
  648. isa = PBXSourcesBuildPhase;
  649. buildActionMask = 2147483647;
  650. files = (
  651. DEC9788820F6E1E000014E20 /* main.m in Sources */,
  652. DEC9788620F6E1E000014E20 /* ViewController.m in Sources */,
  653. DEC9788920F6E1E000014E20 /* AppDelegate.m in Sources */,
  654. );
  655. runOnlyForDeploymentPostprocessing = 0;
  656. };
  657. DEC9785720F6D5DA00014E20 /* Sources */ = {
  658. isa = PBXSourcesBuildPhase;
  659. buildActionMask = 2147483647;
  660. files = (
  661. DEC9786920F6D66300014E20 /* GTMHTTPServer.m in Sources */,
  662. DEC9786B20F6D66300014E20 /* GULNetworkTest.m in Sources */,
  663. DEC9786A20F6D66300014E20 /* GULMutableDictionaryTest.m in Sources */,
  664. DE84BBC621D7EC900048A176 /* GULUserDefaultsTests.m in Sources */,
  665. DEC9786C20F6D66700014E20 /* GULReachabilityCheckerTest.m in Sources */,
  666. 9A414672225259F900B08D77 /* GULAppDelegateSwizzlerTest.m in Sources */,
  667. DEC9786820F6D65B00014E20 /* GULLoggerTest.m in Sources */,
  668. DEC9786D20F6D66B00014E20 /* GULAppEnvironmentUtilTest.m in Sources */,
  669. );
  670. runOnlyForDeploymentPostprocessing = 0;
  671. };
  672. /* End PBXSourcesBuildPhase section */
  673. /* Begin PBXTargetDependency section */
  674. 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  675. isa = PBXTargetDependency;
  676. target = 6003F589195388D20070C39A /* Example_iOS */;
  677. targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  678. };
  679. DEC9780D20F6D0EA00014E20 /* PBXTargetDependency */ = {
  680. isa = PBXTargetDependency;
  681. target = DEC977F820F6D0E900014E20 /* Example_macOS */;
  682. targetProxy = DEC9780C20F6D0EA00014E20 /* PBXContainerItemProxy */;
  683. };
  684. DEC9785D20F6D5DA00014E20 /* PBXTargetDependency */ = {
  685. isa = PBXTargetDependency;
  686. target = DEC9784620F6D5D800014E20 /* Example_tvOS */;
  687. targetProxy = DEC9785C20F6D5DA00014E20 /* PBXContainerItemProxy */;
  688. };
  689. /* End PBXTargetDependency section */
  690. /* Begin PBXVariantGroup section */
  691. DEC977E520F6ACDA00014E20 /* LaunchScreen.storyboard */ = {
  692. isa = PBXVariantGroup;
  693. children = (
  694. DEC977E620F6ACDA00014E20 /* Base */,
  695. );
  696. name = LaunchScreen.storyboard;
  697. sourceTree = "<group>";
  698. };
  699. DEC977E720F6ACDA00014E20 /* Main.storyboard */ = {
  700. isa = PBXVariantGroup;
  701. children = (
  702. DEC977E820F6ACDA00014E20 /* Base */,
  703. );
  704. name = Main.storyboard;
  705. sourceTree = "<group>";
  706. };
  707. DEC9787120F6DE7200014E20 /* Main.storyboard */ = {
  708. isa = PBXVariantGroup;
  709. children = (
  710. DEC9787220F6DE7200014E20 /* Base */,
  711. );
  712. name = Main.storyboard;
  713. sourceTree = "<group>";
  714. };
  715. /* End PBXVariantGroup section */
  716. /* Begin XCBuildConfiguration section */
  717. 6003F5BD195388D20070C39A /* Debug */ = {
  718. isa = XCBuildConfiguration;
  719. buildSettings = {
  720. ALWAYS_SEARCH_USER_PATHS = NO;
  721. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  722. CLANG_CXX_LIBRARY = "libc++";
  723. CLANG_ENABLE_MODULES = YES;
  724. CLANG_ENABLE_OBJC_ARC = YES;
  725. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  726. CLANG_WARN_BOOL_CONVERSION = YES;
  727. CLANG_WARN_COMMA = YES;
  728. CLANG_WARN_CONSTANT_CONVERSION = YES;
  729. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  730. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  731. CLANG_WARN_EMPTY_BODY = YES;
  732. CLANG_WARN_ENUM_CONVERSION = YES;
  733. CLANG_WARN_INFINITE_RECURSION = YES;
  734. CLANG_WARN_INT_CONVERSION = YES;
  735. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  736. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  737. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  738. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  739. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  740. CLANG_WARN_STRICT_PROTOTYPES = YES;
  741. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  742. CLANG_WARN_UNREACHABLE_CODE = YES;
  743. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  744. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  745. COPY_PHASE_STRIP = NO;
  746. ENABLE_STRICT_OBJC_MSGSEND = YES;
  747. ENABLE_TESTABILITY = YES;
  748. GCC_C_LANGUAGE_STANDARD = gnu99;
  749. GCC_DYNAMIC_NO_PIC = NO;
  750. GCC_NO_COMMON_BLOCKS = YES;
  751. GCC_OPTIMIZATION_LEVEL = 0;
  752. GCC_PREPROCESSOR_DEFINITIONS = (
  753. "GUL_APP_DELEGATE_TESTING=1",
  754. "GUL_UNSWIZZLING_ENABLED=1",
  755. "DEBUG=1",
  756. "$(inherited)",
  757. );
  758. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  759. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  760. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  761. GCC_WARN_UNDECLARED_SELECTOR = YES;
  762. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  763. GCC_WARN_UNUSED_FUNCTION = YES;
  764. GCC_WARN_UNUSED_VARIABLE = YES;
  765. IPHONEOS_DEPLOYMENT_TARGET = 8.3;
  766. ONLY_ACTIVE_ARCH = YES;
  767. SDKROOT = iphoneos;
  768. TARGETED_DEVICE_FAMILY = "1,2";
  769. };
  770. name = Debug;
  771. };
  772. 6003F5BE195388D20070C39A /* Release */ = {
  773. isa = XCBuildConfiguration;
  774. buildSettings = {
  775. ALWAYS_SEARCH_USER_PATHS = NO;
  776. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  777. CLANG_CXX_LIBRARY = "libc++";
  778. CLANG_ENABLE_MODULES = YES;
  779. CLANG_ENABLE_OBJC_ARC = YES;
  780. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  781. CLANG_WARN_BOOL_CONVERSION = YES;
  782. CLANG_WARN_COMMA = YES;
  783. CLANG_WARN_CONSTANT_CONVERSION = YES;
  784. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  785. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  786. CLANG_WARN_EMPTY_BODY = YES;
  787. CLANG_WARN_ENUM_CONVERSION = YES;
  788. CLANG_WARN_INFINITE_RECURSION = YES;
  789. CLANG_WARN_INT_CONVERSION = YES;
  790. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  791. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  792. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  793. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  794. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  795. CLANG_WARN_STRICT_PROTOTYPES = YES;
  796. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  797. CLANG_WARN_UNREACHABLE_CODE = YES;
  798. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  799. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  800. COPY_PHASE_STRIP = YES;
  801. ENABLE_NS_ASSERTIONS = NO;
  802. ENABLE_STRICT_OBJC_MSGSEND = YES;
  803. GCC_C_LANGUAGE_STANDARD = gnu99;
  804. GCC_NO_COMMON_BLOCKS = YES;
  805. GCC_PREPROCESSOR_DEFINITIONS = (
  806. "GUL_APP_DELEGATE_TESTING=1",
  807. "GUL_UNSWIZZLING_ENABLED=1",
  808. );
  809. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  810. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  811. GCC_WARN_UNDECLARED_SELECTOR = YES;
  812. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  813. GCC_WARN_UNUSED_FUNCTION = YES;
  814. GCC_WARN_UNUSED_VARIABLE = YES;
  815. IPHONEOS_DEPLOYMENT_TARGET = 8.3;
  816. SDKROOT = iphoneos;
  817. TARGETED_DEVICE_FAMILY = "1,2";
  818. VALIDATE_PRODUCT = YES;
  819. };
  820. name = Release;
  821. };
  822. 6003F5C0195388D20070C39A /* Debug */ = {
  823. isa = XCBuildConfiguration;
  824. buildSettings = {
  825. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  826. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  827. GCC_PREPROCESSOR_DEFINITIONS = (
  828. "$(inherited)",
  829. "COCOAPODS=1",
  830. );
  831. INFOPLIST_FILE = "iOS/GoogleUtilities-Info.plist";
  832. MODULE_NAME = ExampleApp;
  833. OTHER_LDFLAGS = (
  834. "$(inherited)",
  835. "-all_load",
  836. );
  837. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  838. PRODUCT_NAME = "$(TARGET_NAME)";
  839. WRAPPER_EXTENSION = app;
  840. };
  841. name = Debug;
  842. };
  843. 6003F5C1195388D20070C39A /* Release */ = {
  844. isa = XCBuildConfiguration;
  845. buildSettings = {
  846. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  847. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  848. GCC_PREPROCESSOR_DEFINITIONS = (
  849. "$(inherited)",
  850. "COCOAPODS=1",
  851. );
  852. INFOPLIST_FILE = "iOS/GoogleUtilities-Info.plist";
  853. MODULE_NAME = ExampleApp;
  854. OTHER_LDFLAGS = (
  855. "$(inherited)",
  856. "-all_load",
  857. );
  858. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  859. PRODUCT_NAME = "$(TARGET_NAME)";
  860. WRAPPER_EXTENSION = app;
  861. };
  862. name = Release;
  863. };
  864. 6003F5C3195388D20070C39A /* Debug */ = {
  865. isa = XCBuildConfiguration;
  866. buildSettings = {
  867. BUNDLE_LOADER = "$(TEST_HOST)";
  868. FRAMEWORK_SEARCH_PATHS = (
  869. "$(SDKROOT)/Developer/Library/Frameworks",
  870. "$(inherited)",
  871. "$(DEVELOPER_FRAMEWORKS_DIR)",
  872. );
  873. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  874. GCC_PREPROCESSOR_DEFINITIONS = (
  875. "DEBUG=1",
  876. "$(inherited)",
  877. );
  878. HEADER_SEARCH_PATHS = (
  879. "$(inherited)",
  880. "$(SRCROOT)/../Reachability",
  881. "$(SRCROOT)/../AppDelegateSwizzler/Internal",
  882. );
  883. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  884. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  885. PRODUCT_NAME = "$(TARGET_NAME)";
  886. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_iOS.app/Example_iOS";
  887. WRAPPER_EXTENSION = xctest;
  888. };
  889. name = Debug;
  890. };
  891. 6003F5C4195388D20070C39A /* Release */ = {
  892. isa = XCBuildConfiguration;
  893. buildSettings = {
  894. BUNDLE_LOADER = "$(TEST_HOST)";
  895. FRAMEWORK_SEARCH_PATHS = (
  896. "$(SDKROOT)/Developer/Library/Frameworks",
  897. "$(inherited)",
  898. "$(DEVELOPER_FRAMEWORKS_DIR)",
  899. );
  900. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  901. GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
  902. HEADER_SEARCH_PATHS = (
  903. "$(inherited)",
  904. "$(SRCROOT)/../Reachability",
  905. "$(SRCROOT)/../AppDelegateSwizzler/Internal",
  906. );
  907. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  908. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  909. PRODUCT_NAME = "$(TARGET_NAME)";
  910. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_iOS.app/Example_iOS";
  911. WRAPPER_EXTENSION = xctest;
  912. };
  913. name = Release;
  914. };
  915. DEC9781220F6D0EB00014E20 /* Debug */ = {
  916. isa = XCBuildConfiguration;
  917. buildSettings = {
  918. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  919. CLANG_ANALYZER_NONNULL = YES;
  920. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  921. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  922. CLANG_ENABLE_OBJC_WEAK = YES;
  923. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  924. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  925. CODE_SIGN_IDENTITY = "";
  926. CODE_SIGN_STYLE = Automatic;
  927. COMBINE_HIDPI_IMAGES = YES;
  928. DEBUG_INFORMATION_FORMAT = dwarf;
  929. GCC_C_LANGUAGE_STANDARD = gnu11;
  930. INFOPLIST_FILE = macOS/Info.plist;
  931. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  932. MACOSX_DEPLOYMENT_TARGET = 10.13;
  933. MTL_ENABLE_DEBUG_INFO = YES;
  934. PRODUCT_BUNDLE_IDENTIFIER = "com.google.GoogleUtilities-macOS";
  935. PRODUCT_NAME = "$(TARGET_NAME)";
  936. SDKROOT = macosx;
  937. };
  938. name = Debug;
  939. };
  940. DEC9781320F6D0EB00014E20 /* Release */ = {
  941. isa = XCBuildConfiguration;
  942. buildSettings = {
  943. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  944. CLANG_ANALYZER_NONNULL = YES;
  945. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  946. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  947. CLANG_ENABLE_OBJC_WEAK = YES;
  948. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  949. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  950. CODE_SIGN_IDENTITY = "";
  951. CODE_SIGN_STYLE = Automatic;
  952. COMBINE_HIDPI_IMAGES = YES;
  953. COPY_PHASE_STRIP = NO;
  954. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  955. GCC_C_LANGUAGE_STANDARD = gnu11;
  956. INFOPLIST_FILE = macOS/Info.plist;
  957. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  958. MACOSX_DEPLOYMENT_TARGET = 10.13;
  959. MTL_ENABLE_DEBUG_INFO = NO;
  960. PRODUCT_BUNDLE_IDENTIFIER = "com.google.GoogleUtilities-macOS";
  961. PRODUCT_NAME = "$(TARGET_NAME)";
  962. SDKROOT = macosx;
  963. };
  964. name = Release;
  965. };
  966. DEC9781420F6D0EB00014E20 /* Debug */ = {
  967. isa = XCBuildConfiguration;
  968. buildSettings = {
  969. BUNDLE_LOADER = "$(TEST_HOST)";
  970. CLANG_ANALYZER_NONNULL = YES;
  971. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  972. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  973. CLANG_ENABLE_OBJC_WEAK = YES;
  974. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  975. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  976. CODE_SIGN_IDENTITY = "";
  977. CODE_SIGN_STYLE = Automatic;
  978. COMBINE_HIDPI_IMAGES = YES;
  979. DEBUG_INFORMATION_FORMAT = dwarf;
  980. GCC_C_LANGUAGE_STANDARD = gnu11;
  981. HEADER_SEARCH_PATHS = (
  982. "$(inherited)",
  983. "$(SRCROOT)/../Reachability",
  984. );
  985. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  986. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  987. MACOSX_DEPLOYMENT_TARGET = 10.13;
  988. MTL_ENABLE_DEBUG_INFO = YES;
  989. PRODUCT_BUNDLE_IDENTIFIER = "com.google.GoogleUtilities-macOSTests";
  990. PRODUCT_NAME = "$(TARGET_NAME)";
  991. SDKROOT = macosx;
  992. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_macOS.app/Contents/MacOS/Example_macOS";
  993. };
  994. name = Debug;
  995. };
  996. DEC9781520F6D0EB00014E20 /* Release */ = {
  997. isa = XCBuildConfiguration;
  998. buildSettings = {
  999. BUNDLE_LOADER = "$(TEST_HOST)";
  1000. CLANG_ANALYZER_NONNULL = YES;
  1001. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1002. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1003. CLANG_ENABLE_OBJC_WEAK = YES;
  1004. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1005. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1006. CODE_SIGN_IDENTITY = "";
  1007. CODE_SIGN_STYLE = Automatic;
  1008. COMBINE_HIDPI_IMAGES = YES;
  1009. COPY_PHASE_STRIP = NO;
  1010. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1011. GCC_C_LANGUAGE_STANDARD = gnu11;
  1012. HEADER_SEARCH_PATHS = (
  1013. "$(inherited)",
  1014. "$(SRCROOT)/../Reachability",
  1015. );
  1016. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  1017. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1018. MACOSX_DEPLOYMENT_TARGET = 10.13;
  1019. MTL_ENABLE_DEBUG_INFO = NO;
  1020. PRODUCT_BUNDLE_IDENTIFIER = "com.google.GoogleUtilities-macOSTests";
  1021. PRODUCT_NAME = "$(TARGET_NAME)";
  1022. SDKROOT = macosx;
  1023. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_macOS.app/Contents/MacOS/Example_macOS";
  1024. };
  1025. name = Release;
  1026. };
  1027. DEC9786220F6D5DA00014E20 /* Debug */ = {
  1028. isa = XCBuildConfiguration;
  1029. buildSettings = {
  1030. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1031. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1032. CLANG_ANALYZER_NONNULL = YES;
  1033. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1034. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1035. CLANG_ENABLE_OBJC_WEAK = YES;
  1036. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1037. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1038. CODE_SIGN_STYLE = Automatic;
  1039. DEBUG_INFORMATION_FORMAT = dwarf;
  1040. GCC_C_LANGUAGE_STANDARD = gnu11;
  1041. INFOPLIST_FILE = tvOS/Info.plist;
  1042. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1043. MTL_ENABLE_DEBUG_INFO = YES;
  1044. PRODUCT_BUNDLE_IDENTIFIER = "com.google.Example-tvOS";
  1045. PRODUCT_NAME = "$(TARGET_NAME)";
  1046. SDKROOT = appletvos;
  1047. TARGETED_DEVICE_FAMILY = 3;
  1048. TVOS_DEPLOYMENT_TARGET = 11.1;
  1049. };
  1050. name = Debug;
  1051. };
  1052. DEC9786320F6D5DA00014E20 /* Release */ = {
  1053. isa = XCBuildConfiguration;
  1054. buildSettings = {
  1055. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1056. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1057. CLANG_ANALYZER_NONNULL = YES;
  1058. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1059. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1060. CLANG_ENABLE_OBJC_WEAK = YES;
  1061. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1062. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1063. CODE_SIGN_STYLE = Automatic;
  1064. COPY_PHASE_STRIP = NO;
  1065. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1066. GCC_C_LANGUAGE_STANDARD = gnu11;
  1067. INFOPLIST_FILE = tvOS/Info.plist;
  1068. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1069. MTL_ENABLE_DEBUG_INFO = NO;
  1070. PRODUCT_BUNDLE_IDENTIFIER = "com.google.Example-tvOS";
  1071. PRODUCT_NAME = "$(TARGET_NAME)";
  1072. SDKROOT = appletvos;
  1073. TARGETED_DEVICE_FAMILY = 3;
  1074. TVOS_DEPLOYMENT_TARGET = 11.1;
  1075. };
  1076. name = Release;
  1077. };
  1078. DEC9786420F6D5DA00014E20 /* Debug */ = {
  1079. isa = XCBuildConfiguration;
  1080. buildSettings = {
  1081. BUNDLE_LOADER = "$(TEST_HOST)";
  1082. CLANG_ANALYZER_NONNULL = YES;
  1083. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1084. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1085. CLANG_ENABLE_OBJC_WEAK = YES;
  1086. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1087. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1088. CODE_SIGN_STYLE = Automatic;
  1089. DEBUG_INFORMATION_FORMAT = dwarf;
  1090. GCC_C_LANGUAGE_STANDARD = gnu11;
  1091. HEADER_SEARCH_PATHS = (
  1092. "$(inherited)",
  1093. "$(SRCROOT)/../Reachability",
  1094. "$(SRCROOT)/../AppDelegateSwizzler/Internal",
  1095. );
  1096. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  1097. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1098. MTL_ENABLE_DEBUG_INFO = YES;
  1099. PRODUCT_BUNDLE_IDENTIFIER = "com.google.Example-tvOSTests";
  1100. PRODUCT_NAME = "$(TARGET_NAME)";
  1101. SDKROOT = appletvos;
  1102. TARGETED_DEVICE_FAMILY = 3;
  1103. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_tvOS.app/Example_tvOS";
  1104. TVOS_DEPLOYMENT_TARGET = 11.1;
  1105. };
  1106. name = Debug;
  1107. };
  1108. DEC9786520F6D5DA00014E20 /* Release */ = {
  1109. isa = XCBuildConfiguration;
  1110. buildSettings = {
  1111. BUNDLE_LOADER = "$(TEST_HOST)";
  1112. CLANG_ANALYZER_NONNULL = YES;
  1113. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1114. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1115. CLANG_ENABLE_OBJC_WEAK = YES;
  1116. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1117. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1118. CODE_SIGN_STYLE = Automatic;
  1119. COPY_PHASE_STRIP = NO;
  1120. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1121. GCC_C_LANGUAGE_STANDARD = gnu11;
  1122. HEADER_SEARCH_PATHS = (
  1123. "$(inherited)",
  1124. "$(SRCROOT)/../Reachability",
  1125. "$(SRCROOT)/../AppDelegateSwizzler/Internal",
  1126. );
  1127. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  1128. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1129. MTL_ENABLE_DEBUG_INFO = NO;
  1130. PRODUCT_BUNDLE_IDENTIFIER = "com.google.Example-tvOSTests";
  1131. PRODUCT_NAME = "$(TARGET_NAME)";
  1132. SDKROOT = appletvos;
  1133. TARGETED_DEVICE_FAMILY = 3;
  1134. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Example_tvOS.app/Example_tvOS";
  1135. TVOS_DEPLOYMENT_TARGET = 11.1;
  1136. };
  1137. name = Release;
  1138. };
  1139. /* End XCBuildConfiguration section */
  1140. /* Begin XCConfigurationList section */
  1141. 6003F585195388D10070C39A /* Build configuration list for PBXProject "GoogleUtilities" */ = {
  1142. isa = XCConfigurationList;
  1143. buildConfigurations = (
  1144. 6003F5BD195388D20070C39A /* Debug */,
  1145. 6003F5BE195388D20070C39A /* Release */,
  1146. );
  1147. defaultConfigurationIsVisible = 0;
  1148. defaultConfigurationName = Release;
  1149. };
  1150. 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "Example_iOS" */ = {
  1151. isa = XCConfigurationList;
  1152. buildConfigurations = (
  1153. 6003F5C0195388D20070C39A /* Debug */,
  1154. 6003F5C1195388D20070C39A /* Release */,
  1155. );
  1156. defaultConfigurationIsVisible = 0;
  1157. defaultConfigurationName = Release;
  1158. };
  1159. 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests_iOS" */ = {
  1160. isa = XCConfigurationList;
  1161. buildConfigurations = (
  1162. 6003F5C3195388D20070C39A /* Debug */,
  1163. 6003F5C4195388D20070C39A /* Release */,
  1164. );
  1165. defaultConfigurationIsVisible = 0;
  1166. defaultConfigurationName = Release;
  1167. };
  1168. DEC9781620F6D0EB00014E20 /* Build configuration list for PBXNativeTarget "Example_macOS" */ = {
  1169. isa = XCConfigurationList;
  1170. buildConfigurations = (
  1171. DEC9781220F6D0EB00014E20 /* Debug */,
  1172. DEC9781320F6D0EB00014E20 /* Release */,
  1173. );
  1174. defaultConfigurationIsVisible = 0;
  1175. defaultConfigurationName = Release;
  1176. };
  1177. DEC9781720F6D0EB00014E20 /* Build configuration list for PBXNativeTarget "Tests_macOS" */ = {
  1178. isa = XCConfigurationList;
  1179. buildConfigurations = (
  1180. DEC9781420F6D0EB00014E20 /* Debug */,
  1181. DEC9781520F6D0EB00014E20 /* Release */,
  1182. );
  1183. defaultConfigurationIsVisible = 0;
  1184. defaultConfigurationName = Release;
  1185. };
  1186. DEC9786620F6D5DA00014E20 /* Build configuration list for PBXNativeTarget "Example_tvOS" */ = {
  1187. isa = XCConfigurationList;
  1188. buildConfigurations = (
  1189. DEC9786220F6D5DA00014E20 /* Debug */,
  1190. DEC9786320F6D5DA00014E20 /* Release */,
  1191. );
  1192. defaultConfigurationIsVisible = 0;
  1193. defaultConfigurationName = Release;
  1194. };
  1195. DEC9786720F6D5DA00014E20 /* Build configuration list for PBXNativeTarget "Tests_tvOS" */ = {
  1196. isa = XCConfigurationList;
  1197. buildConfigurations = (
  1198. DEC9786420F6D5DA00014E20 /* Debug */,
  1199. DEC9786520F6D5DA00014E20 /* Release */,
  1200. );
  1201. defaultConfigurationIsVisible = 0;
  1202. defaultConfigurationName = Release;
  1203. };
  1204. /* End XCConfigurationList section */
  1205. };
  1206. rootObject = 6003F582195388D10070C39A /* Project object */;
  1207. }