project.pbxproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 03674DA26B0749DA89CBB9C4 /* libPods-MasonryTestsLoader.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 47918AE732004ACDA52EF295 /* libPods-MasonryTestsLoader.a */; };
  10. 1ABDF84BB7EB4FD087045E36 /* libPods-Masonry iOS Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1CF4FBEAC97D4EA5ABA1D512 /* libPods-Masonry iOS Tests.a */; };
  11. 3D21C42B1845D0CA001D5F97 /* NSArray+MASAdditionsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 3D21C42A1845D0C0001D5F97 /* NSArray+MASAdditionsSpec.m */; };
  12. 447354911B3A1818004DACCB /* ViewController+MASAdditionsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4473548F1B3A17B4004DACCB /* ViewController+MASAdditionsSpec.m */; };
  13. DD717A0218442A6400FAA7A8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A0118442A6400FAA7A8 /* Foundation.framework */; };
  14. DD717A0418442A6400FAA7A8 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A0318442A6400FAA7A8 /* CoreGraphics.framework */; };
  15. DD717A0618442A6400FAA7A8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A0518442A6400FAA7A8 /* UIKit.framework */; };
  16. DD717A0C18442A6400FAA7A8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DD717A0A18442A6400FAA7A8 /* InfoPlist.strings */; };
  17. DD717A0E18442A6400FAA7A8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A0D18442A6400FAA7A8 /* main.m */; };
  18. DD717A1218442A6400FAA7A8 /* CASAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A1118442A6400FAA7A8 /* CASAppDelegate.m */; };
  19. DD717A1418442A6400FAA7A8 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DD717A1318442A6400FAA7A8 /* Images.xcassets */; };
  20. DD717A3318442ADC00FAA7A8 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A1A18442A6400FAA7A8 /* XCTest.framework */; };
  21. DD717A3418442ADC00FAA7A8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A0118442A6400FAA7A8 /* Foundation.framework */; };
  22. DD717A3518442ADC00FAA7A8 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DD717A0518442A6400FAA7A8 /* UIKit.framework */; };
  23. DD717A5118442EC600FAA7A8 /* MASCompositeConstraintSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4818442EC600FAA7A8 /* MASCompositeConstraintSpec.m */; };
  24. DD717A5218442EC600FAA7A8 /* MASConstraintDelegateMock.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4A18442EC600FAA7A8 /* MASConstraintDelegateMock.m */; };
  25. DD717A5318442EC600FAA7A8 /* MASConstraintMakerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4B18442EC600FAA7A8 /* MASConstraintMakerSpec.m */; };
  26. DD717A5418442EC600FAA7A8 /* MASViewAttributeSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4C18442EC600FAA7A8 /* MASViewAttributeSpec.m */; };
  27. DD717A5518442EC600FAA7A8 /* MASViewConstraintSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4D18442EC600FAA7A8 /* MASViewConstraintSpec.m */; };
  28. DD717A5618442EC600FAA7A8 /* NSLayoutConstraint+MASDebugAdditionsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A4E18442EC600FAA7A8 /* NSLayoutConstraint+MASDebugAdditionsSpec.m */; };
  29. DD717A5718442EC600FAA7A8 /* View+MASAdditionsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A5018442EC600FAA7A8 /* View+MASAdditionsSpec.m */; };
  30. DD717A631844303200FAA7A8 /* GcovTestObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = DD717A5F1844303200FAA7A8 /* GcovTestObserver.m */; };
  31. /* End PBXBuildFile section */
  32. /* Begin PBXContainerItemProxy section */
  33. DD717A3F18442ADD00FAA7A8 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = DD7179F418442A1F00FAA7A8 /* Project object */;
  36. proxyType = 1;
  37. remoteGlobalIDString = DD7179FD18442A6400FAA7A8;
  38. remoteInfo = MasonryTestsLoader;
  39. };
  40. /* End PBXContainerItemProxy section */
  41. /* Begin PBXFileReference section */
  42. 1CF4FBEAC97D4EA5ABA1D512 /* libPods-Masonry iOS Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Masonry iOS Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 20CC4ABE19D3EE262A136582 /* Pods-Masonry iOS Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Masonry iOS Tests.release.xcconfig"; path = "../Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.release.xcconfig"; sourceTree = "<group>"; };
  44. 3D21C42A1845D0C0001D5F97 /* NSArray+MASAdditionsSpec.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditionsSpec.m"; sourceTree = "<group>"; };
  45. 4473548F1B3A17B4004DACCB /* ViewController+MASAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditionsSpec.m"; sourceTree = "<group>"; };
  46. 47918AE732004ACDA52EF295 /* libPods-MasonryTestsLoader.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MasonryTestsLoader.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  47. B3C285A8F21659F8AC931CFE /* Pods-MasonryTestsLoader.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MasonryTestsLoader.release.xcconfig"; path = "../Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.release.xcconfig"; sourceTree = "<group>"; };
  48. D7C49E3BFEC39EF9CC752050 /* Pods-Masonry iOS Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Masonry iOS Tests.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests.debug.xcconfig"; sourceTree = "<group>"; };
  49. DD7179FE18442A6400FAA7A8 /* MasonryTestsLoader.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MasonryTestsLoader.app; sourceTree = BUILT_PRODUCTS_DIR; };
  50. DD717A0118442A6400FAA7A8 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  51. DD717A0318442A6400FAA7A8 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  52. DD717A0518442A6400FAA7A8 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  53. DD717A0918442A6400FAA7A8 /* MasonryTestsLoader-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MasonryTestsLoader-Info.plist"; sourceTree = "<group>"; };
  54. DD717A0B18442A6400FAA7A8 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  55. DD717A0D18442A6400FAA7A8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  56. DD717A0F18442A6400FAA7A8 /* MasonryTestsLoader-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MasonryTestsLoader-Prefix.pch"; sourceTree = "<group>"; };
  57. DD717A1018442A6400FAA7A8 /* CASAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CASAppDelegate.h; sourceTree = "<group>"; };
  58. DD717A1118442A6400FAA7A8 /* CASAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CASAppDelegate.m; sourceTree = "<group>"; };
  59. DD717A1318442A6400FAA7A8 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  60. DD717A1A18442A6400FAA7A8 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  61. DD717A3218442ADC00FAA7A8 /* Masonry iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Masonry iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  62. DD717A4818442EC600FAA7A8 /* MASCompositeConstraintSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraintSpec.m; sourceTree = "<group>"; };
  63. DD717A4918442EC600FAA7A8 /* MASConstraintDelegateMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintDelegateMock.h; sourceTree = "<group>"; };
  64. DD717A4A18442EC600FAA7A8 /* MASConstraintDelegateMock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintDelegateMock.m; sourceTree = "<group>"; };
  65. DD717A4B18442EC600FAA7A8 /* MASConstraintMakerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMakerSpec.m; sourceTree = "<group>"; };
  66. DD717A4C18442EC600FAA7A8 /* MASViewAttributeSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttributeSpec.m; sourceTree = "<group>"; };
  67. DD717A4D18442EC600FAA7A8 /* MASViewConstraintSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraintSpec.m; sourceTree = "<group>"; };
  68. DD717A4E18442EC600FAA7A8 /* NSLayoutConstraint+MASDebugAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditionsSpec.m"; sourceTree = "<group>"; };
  69. DD717A5018442EC600FAA7A8 /* View+MASAdditionsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditionsSpec.m"; sourceTree = "<group>"; };
  70. DD717A5F1844303200FAA7A8 /* GcovTestObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GcovTestObserver.m; sourceTree = "<group>"; };
  71. DD717A601844303200FAA7A8 /* MasonryTests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MasonryTests-Info.plist"; sourceTree = "<group>"; };
  72. DD717A611844303200FAA7A8 /* MasonryTests-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MasonryTests-Prefix.pch"; sourceTree = "<group>"; };
  73. DD717A621844303200FAA7A8 /* XCTest+Spec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTest+Spec.h"; sourceTree = "<group>"; };
  74. DD717A651844358800FAA7A8 /* NSObject+MASSubscriptSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MASSubscriptSupport.h"; sourceTree = "<group>"; };
  75. FA30CDC14969096518121CA2 /* Pods-MasonryTestsLoader.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MasonryTestsLoader.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader.debug.xcconfig"; sourceTree = "<group>"; };
  76. /* End PBXFileReference section */
  77. /* Begin PBXFrameworksBuildPhase section */
  78. DD7179FB18442A6400FAA7A8 /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. DD717A0418442A6400FAA7A8 /* CoreGraphics.framework in Frameworks */,
  83. DD717A0618442A6400FAA7A8 /* UIKit.framework in Frameworks */,
  84. DD717A0218442A6400FAA7A8 /* Foundation.framework in Frameworks */,
  85. 03674DA26B0749DA89CBB9C4 /* libPods-MasonryTestsLoader.a in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. DD717A2F18442ADC00FAA7A8 /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. DD717A3318442ADC00FAA7A8 /* XCTest.framework in Frameworks */,
  94. DD717A3518442ADC00FAA7A8 /* UIKit.framework in Frameworks */,
  95. DD717A3418442ADC00FAA7A8 /* Foundation.framework in Frameworks */,
  96. 1ABDF84BB7EB4FD087045E36 /* libPods-Masonry iOS Tests.a in Frameworks */,
  97. );
  98. runOnlyForDeploymentPostprocessing = 0;
  99. };
  100. /* End PBXFrameworksBuildPhase section */
  101. /* Begin PBXGroup section */
  102. 39E4168F51AD67BA390486D7 /* Pods */ = {
  103. isa = PBXGroup;
  104. children = (
  105. D7C49E3BFEC39EF9CC752050 /* Pods-Masonry iOS Tests.debug.xcconfig */,
  106. 20CC4ABE19D3EE262A136582 /* Pods-Masonry iOS Tests.release.xcconfig */,
  107. FA30CDC14969096518121CA2 /* Pods-MasonryTestsLoader.debug.xcconfig */,
  108. B3C285A8F21659F8AC931CFE /* Pods-MasonryTestsLoader.release.xcconfig */,
  109. );
  110. name = Pods;
  111. sourceTree = "<group>";
  112. };
  113. DD7179F318442A1F00FAA7A8 = {
  114. isa = PBXGroup;
  115. children = (
  116. DD717A4718442EC600FAA7A8 /* Specs */,
  117. DD717A5E18442F3900FAA7A8 /* Supporting Files */,
  118. DD717A0018442A6400FAA7A8 /* Frameworks */,
  119. DD7179FF18442A6400FAA7A8 /* Products */,
  120. 39E4168F51AD67BA390486D7 /* Pods */,
  121. );
  122. sourceTree = "<group>";
  123. };
  124. DD7179FF18442A6400FAA7A8 /* Products */ = {
  125. isa = PBXGroup;
  126. children = (
  127. DD7179FE18442A6400FAA7A8 /* MasonryTestsLoader.app */,
  128. DD717A3218442ADC00FAA7A8 /* Masonry iOS Tests.xctest */,
  129. );
  130. name = Products;
  131. sourceTree = "<group>";
  132. };
  133. DD717A0018442A6400FAA7A8 /* Frameworks */ = {
  134. isa = PBXGroup;
  135. children = (
  136. DD717A0118442A6400FAA7A8 /* Foundation.framework */,
  137. DD717A0318442A6400FAA7A8 /* CoreGraphics.framework */,
  138. DD717A0518442A6400FAA7A8 /* UIKit.framework */,
  139. DD717A1A18442A6400FAA7A8 /* XCTest.framework */,
  140. 1CF4FBEAC97D4EA5ABA1D512 /* libPods-Masonry iOS Tests.a */,
  141. 47918AE732004ACDA52EF295 /* libPods-MasonryTestsLoader.a */,
  142. );
  143. name = Frameworks;
  144. sourceTree = "<group>";
  145. };
  146. DD717A0718442A6400FAA7A8 /* MasonryTestsLoader */ = {
  147. isa = PBXGroup;
  148. children = (
  149. DD717A1018442A6400FAA7A8 /* CASAppDelegate.h */,
  150. DD717A1118442A6400FAA7A8 /* CASAppDelegate.m */,
  151. DD717A1318442A6400FAA7A8 /* Images.xcassets */,
  152. DD717A0918442A6400FAA7A8 /* MasonryTestsLoader-Info.plist */,
  153. DD717A0A18442A6400FAA7A8 /* InfoPlist.strings */,
  154. DD717A0D18442A6400FAA7A8 /* main.m */,
  155. DD717A0F18442A6400FAA7A8 /* MasonryTestsLoader-Prefix.pch */,
  156. );
  157. path = MasonryTestsLoader;
  158. sourceTree = "<group>";
  159. };
  160. DD717A4718442EC600FAA7A8 /* Specs */ = {
  161. isa = PBXGroup;
  162. children = (
  163. DD717A4818442EC600FAA7A8 /* MASCompositeConstraintSpec.m */,
  164. DD717A4918442EC600FAA7A8 /* MASConstraintDelegateMock.h */,
  165. DD717A4A18442EC600FAA7A8 /* MASConstraintDelegateMock.m */,
  166. DD717A4B18442EC600FAA7A8 /* MASConstraintMakerSpec.m */,
  167. DD717A4C18442EC600FAA7A8 /* MASViewAttributeSpec.m */,
  168. DD717A4D18442EC600FAA7A8 /* MASViewConstraintSpec.m */,
  169. DD717A4E18442EC600FAA7A8 /* NSLayoutConstraint+MASDebugAdditionsSpec.m */,
  170. DD717A5018442EC600FAA7A8 /* View+MASAdditionsSpec.m */,
  171. 4473548F1B3A17B4004DACCB /* ViewController+MASAdditionsSpec.m */,
  172. 3D21C42A1845D0C0001D5F97 /* NSArray+MASAdditionsSpec.m */,
  173. );
  174. path = Specs;
  175. sourceTree = "<group>";
  176. };
  177. DD717A5E18442F3900FAA7A8 /* Supporting Files */ = {
  178. isa = PBXGroup;
  179. children = (
  180. DD717A0718442A6400FAA7A8 /* MasonryTestsLoader */,
  181. DD717A651844358800FAA7A8 /* NSObject+MASSubscriptSupport.h */,
  182. DD717A5F1844303200FAA7A8 /* GcovTestObserver.m */,
  183. DD717A601844303200FAA7A8 /* MasonryTests-Info.plist */,
  184. DD717A611844303200FAA7A8 /* MasonryTests-Prefix.pch */,
  185. DD717A621844303200FAA7A8 /* XCTest+Spec.h */,
  186. );
  187. name = "Supporting Files";
  188. sourceTree = "<group>";
  189. };
  190. /* End PBXGroup section */
  191. /* Begin PBXNativeTarget section */
  192. DD7179FD18442A6400FAA7A8 /* MasonryTestsLoader */ = {
  193. isa = PBXNativeTarget;
  194. buildConfigurationList = DD717A2818442A6400FAA7A8 /* Build configuration list for PBXNativeTarget "MasonryTestsLoader" */;
  195. buildPhases = (
  196. 31A2D7D777514D639ED660C8 /* [CP] Check Pods Manifest.lock */,
  197. DD7179FA18442A6400FAA7A8 /* Sources */,
  198. DD7179FB18442A6400FAA7A8 /* Frameworks */,
  199. DD7179FC18442A6400FAA7A8 /* Resources */,
  200. DB244E91C65945F39DE14644 /* [CP] Copy Pods Resources */,
  201. 5B07E509D5304034616D89F7 /* [CP] Embed Pods Frameworks */,
  202. );
  203. buildRules = (
  204. );
  205. dependencies = (
  206. );
  207. name = MasonryTestsLoader;
  208. productName = MasonryTestsLoader;
  209. productReference = DD7179FE18442A6400FAA7A8 /* MasonryTestsLoader.app */;
  210. productType = "com.apple.product-type.application";
  211. };
  212. DD717A3118442ADC00FAA7A8 /* Masonry iOS Tests */ = {
  213. isa = PBXNativeTarget;
  214. buildConfigurationList = DD717A4118442ADD00FAA7A8 /* Build configuration list for PBXNativeTarget "Masonry iOS Tests" */;
  215. buildPhases = (
  216. 9F27CD2D75E246C0A787A688 /* [CP] Check Pods Manifest.lock */,
  217. DD717A2E18442ADC00FAA7A8 /* Sources */,
  218. DD717A2F18442ADC00FAA7A8 /* Frameworks */,
  219. DD717A3018442ADC00FAA7A8 /* Resources */,
  220. DC72D687A4114D04BBA75896 /* [CP] Copy Pods Resources */,
  221. 5AEE51071FAE8B3BB28C9E5E /* [CP] Embed Pods Frameworks */,
  222. );
  223. buildRules = (
  224. );
  225. dependencies = (
  226. DD717A4018442ADD00FAA7A8 /* PBXTargetDependency */,
  227. );
  228. name = "Masonry iOS Tests";
  229. productName = "Masonry iOS Tests";
  230. productReference = DD717A3218442ADC00FAA7A8 /* Masonry iOS Tests.xctest */;
  231. productType = "com.apple.product-type.bundle.unit-test";
  232. };
  233. /* End PBXNativeTarget section */
  234. /* Begin PBXProject section */
  235. DD7179F418442A1F00FAA7A8 /* Project object */ = {
  236. isa = PBXProject;
  237. attributes = {
  238. LastUpgradeCheck = 0900;
  239. TargetAttributes = {
  240. DD717A3118442ADC00FAA7A8 = {
  241. TestTargetID = DD7179FD18442A6400FAA7A8;
  242. };
  243. };
  244. };
  245. buildConfigurationList = DD7179F718442A1F00FAA7A8 /* Build configuration list for PBXProject "Masonry Tests" */;
  246. compatibilityVersion = "Xcode 3.2";
  247. developmentRegion = English;
  248. hasScannedForEncodings = 0;
  249. knownRegions = (
  250. en,
  251. );
  252. mainGroup = DD7179F318442A1F00FAA7A8;
  253. productRefGroup = DD7179FF18442A6400FAA7A8 /* Products */;
  254. projectDirPath = "";
  255. projectRoot = "";
  256. targets = (
  257. DD7179FD18442A6400FAA7A8 /* MasonryTestsLoader */,
  258. DD717A3118442ADC00FAA7A8 /* Masonry iOS Tests */,
  259. );
  260. };
  261. /* End PBXProject section */
  262. /* Begin PBXResourcesBuildPhase section */
  263. DD7179FC18442A6400FAA7A8 /* Resources */ = {
  264. isa = PBXResourcesBuildPhase;
  265. buildActionMask = 2147483647;
  266. files = (
  267. DD717A0C18442A6400FAA7A8 /* InfoPlist.strings in Resources */,
  268. DD717A1418442A6400FAA7A8 /* Images.xcassets in Resources */,
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. };
  272. DD717A3018442ADC00FAA7A8 /* Resources */ = {
  273. isa = PBXResourcesBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. /* End PBXResourcesBuildPhase section */
  280. /* Begin PBXShellScriptBuildPhase section */
  281. 31A2D7D777514D639ED660C8 /* [CP] Check Pods Manifest.lock */ = {
  282. isa = PBXShellScriptBuildPhase;
  283. buildActionMask = 2147483647;
  284. files = (
  285. );
  286. inputPaths = (
  287. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  288. "${PODS_ROOT}/Manifest.lock",
  289. );
  290. name = "[CP] Check Pods Manifest.lock";
  291. outputPaths = (
  292. "$(DERIVED_FILE_DIR)/Pods-MasonryTestsLoader-checkManifestLockResult.txt",
  293. );
  294. runOnlyForDeploymentPostprocessing = 0;
  295. shellPath = /bin/sh;
  296. 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";
  297. showEnvVarsInLog = 0;
  298. };
  299. 5AEE51071FAE8B3BB28C9E5E /* [CP] Embed Pods Frameworks */ = {
  300. isa = PBXShellScriptBuildPhase;
  301. buildActionMask = 2147483647;
  302. files = (
  303. );
  304. inputPaths = (
  305. );
  306. name = "[CP] Embed Pods Frameworks";
  307. outputPaths = (
  308. );
  309. runOnlyForDeploymentPostprocessing = 0;
  310. shellPath = /bin/sh;
  311. shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-frameworks.sh\"\n";
  312. showEnvVarsInLog = 0;
  313. };
  314. 5B07E509D5304034616D89F7 /* [CP] Embed Pods Frameworks */ = {
  315. isa = PBXShellScriptBuildPhase;
  316. buildActionMask = 2147483647;
  317. files = (
  318. );
  319. inputPaths = (
  320. );
  321. name = "[CP] Embed Pods Frameworks";
  322. outputPaths = (
  323. );
  324. runOnlyForDeploymentPostprocessing = 0;
  325. shellPath = /bin/sh;
  326. shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-frameworks.sh\"\n";
  327. showEnvVarsInLog = 0;
  328. };
  329. 9F27CD2D75E246C0A787A688 /* [CP] Check Pods Manifest.lock */ = {
  330. isa = PBXShellScriptBuildPhase;
  331. buildActionMask = 2147483647;
  332. files = (
  333. );
  334. inputPaths = (
  335. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  336. "${PODS_ROOT}/Manifest.lock",
  337. );
  338. name = "[CP] Check Pods Manifest.lock";
  339. outputPaths = (
  340. "$(DERIVED_FILE_DIR)/Pods-Masonry iOS Tests-checkManifestLockResult.txt",
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. shellPath = /bin/sh;
  344. 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";
  345. showEnvVarsInLog = 0;
  346. };
  347. DB244E91C65945F39DE14644 /* [CP] Copy Pods Resources */ = {
  348. isa = PBXShellScriptBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. );
  352. inputPaths = (
  353. );
  354. name = "[CP] Copy Pods Resources";
  355. outputPaths = (
  356. );
  357. runOnlyForDeploymentPostprocessing = 0;
  358. shellPath = /bin/sh;
  359. shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-MasonryTestsLoader/Pods-MasonryTestsLoader-resources.sh\"\n";
  360. showEnvVarsInLog = 0;
  361. };
  362. DC72D687A4114D04BBA75896 /* [CP] Copy Pods Resources */ = {
  363. isa = PBXShellScriptBuildPhase;
  364. buildActionMask = 2147483647;
  365. files = (
  366. );
  367. inputPaths = (
  368. );
  369. name = "[CP] Copy Pods Resources";
  370. outputPaths = (
  371. );
  372. runOnlyForDeploymentPostprocessing = 0;
  373. shellPath = /bin/sh;
  374. shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Masonry iOS Tests/Pods-Masonry iOS Tests-resources.sh\"\n";
  375. showEnvVarsInLog = 0;
  376. };
  377. /* End PBXShellScriptBuildPhase section */
  378. /* Begin PBXSourcesBuildPhase section */
  379. DD7179FA18442A6400FAA7A8 /* Sources */ = {
  380. isa = PBXSourcesBuildPhase;
  381. buildActionMask = 2147483647;
  382. files = (
  383. DD717A1218442A6400FAA7A8 /* CASAppDelegate.m in Sources */,
  384. DD717A0E18442A6400FAA7A8 /* main.m in Sources */,
  385. );
  386. runOnlyForDeploymentPostprocessing = 0;
  387. };
  388. DD717A2E18442ADC00FAA7A8 /* Sources */ = {
  389. isa = PBXSourcesBuildPhase;
  390. buildActionMask = 2147483647;
  391. files = (
  392. DD717A5518442EC600FAA7A8 /* MASViewConstraintSpec.m in Sources */,
  393. DD717A5318442EC600FAA7A8 /* MASConstraintMakerSpec.m in Sources */,
  394. DD717A5618442EC600FAA7A8 /* NSLayoutConstraint+MASDebugAdditionsSpec.m in Sources */,
  395. DD717A5718442EC600FAA7A8 /* View+MASAdditionsSpec.m in Sources */,
  396. DD717A631844303200FAA7A8 /* GcovTestObserver.m in Sources */,
  397. 447354911B3A1818004DACCB /* ViewController+MASAdditionsSpec.m in Sources */,
  398. 3D21C42B1845D0CA001D5F97 /* NSArray+MASAdditionsSpec.m in Sources */,
  399. DD717A5418442EC600FAA7A8 /* MASViewAttributeSpec.m in Sources */,
  400. DD717A5218442EC600FAA7A8 /* MASConstraintDelegateMock.m in Sources */,
  401. DD717A5118442EC600FAA7A8 /* MASCompositeConstraintSpec.m in Sources */,
  402. );
  403. runOnlyForDeploymentPostprocessing = 0;
  404. };
  405. /* End PBXSourcesBuildPhase section */
  406. /* Begin PBXTargetDependency section */
  407. DD717A4018442ADD00FAA7A8 /* PBXTargetDependency */ = {
  408. isa = PBXTargetDependency;
  409. target = DD7179FD18442A6400FAA7A8 /* MasonryTestsLoader */;
  410. targetProxy = DD717A3F18442ADD00FAA7A8 /* PBXContainerItemProxy */;
  411. };
  412. /* End PBXTargetDependency section */
  413. /* Begin PBXVariantGroup section */
  414. DD717A0A18442A6400FAA7A8 /* InfoPlist.strings */ = {
  415. isa = PBXVariantGroup;
  416. children = (
  417. DD717A0B18442A6400FAA7A8 /* en */,
  418. );
  419. name = InfoPlist.strings;
  420. sourceTree = "<group>";
  421. };
  422. /* End PBXVariantGroup section */
  423. /* Begin XCBuildConfiguration section */
  424. DD7179F818442A1F00FAA7A8 /* Debug */ = {
  425. isa = XCBuildConfiguration;
  426. buildSettings = {
  427. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  428. CLANG_WARN_BOOL_CONVERSION = YES;
  429. CLANG_WARN_COMMA = YES;
  430. CLANG_WARN_CONSTANT_CONVERSION = YES;
  431. CLANG_WARN_EMPTY_BODY = YES;
  432. CLANG_WARN_ENUM_CONVERSION = YES;
  433. CLANG_WARN_INFINITE_RECURSION = YES;
  434. CLANG_WARN_INT_CONVERSION = YES;
  435. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  436. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  437. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  438. CLANG_WARN_STRICT_PROTOTYPES = YES;
  439. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  440. CLANG_WARN_UNREACHABLE_CODE = YES;
  441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  442. ENABLE_STRICT_OBJC_MSGSEND = YES;
  443. ENABLE_TESTABILITY = YES;
  444. GCC_NO_COMMON_BLOCKS = YES;
  445. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  446. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  447. GCC_WARN_UNDECLARED_SELECTOR = YES;
  448. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  449. GCC_WARN_UNUSED_FUNCTION = YES;
  450. GCC_WARN_UNUSED_VARIABLE = YES;
  451. ONLY_ACTIVE_ARCH = YES;
  452. };
  453. name = Debug;
  454. };
  455. DD7179F918442A1F00FAA7A8 /* Release */ = {
  456. isa = XCBuildConfiguration;
  457. buildSettings = {
  458. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  459. CLANG_WARN_BOOL_CONVERSION = YES;
  460. CLANG_WARN_COMMA = YES;
  461. CLANG_WARN_CONSTANT_CONVERSION = YES;
  462. CLANG_WARN_EMPTY_BODY = YES;
  463. CLANG_WARN_ENUM_CONVERSION = YES;
  464. CLANG_WARN_INFINITE_RECURSION = YES;
  465. CLANG_WARN_INT_CONVERSION = YES;
  466. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  467. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  468. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  469. CLANG_WARN_STRICT_PROTOTYPES = YES;
  470. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  471. CLANG_WARN_UNREACHABLE_CODE = YES;
  472. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  473. ENABLE_STRICT_OBJC_MSGSEND = YES;
  474. GCC_NO_COMMON_BLOCKS = YES;
  475. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  476. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  477. GCC_WARN_UNDECLARED_SELECTOR = YES;
  478. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  479. GCC_WARN_UNUSED_FUNCTION = YES;
  480. GCC_WARN_UNUSED_VARIABLE = YES;
  481. };
  482. name = Release;
  483. };
  484. DD717A2918442A6400FAA7A8 /* Debug */ = {
  485. isa = XCBuildConfiguration;
  486. baseConfigurationReference = FA30CDC14969096518121CA2 /* Pods-MasonryTestsLoader.debug.xcconfig */;
  487. buildSettings = {
  488. ALWAYS_SEARCH_USER_PATHS = NO;
  489. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  490. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  491. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  492. CLANG_CXX_LIBRARY = "libc++";
  493. CLANG_ENABLE_MODULES = YES;
  494. CLANG_ENABLE_OBJC_ARC = YES;
  495. CLANG_WARN_BOOL_CONVERSION = YES;
  496. CLANG_WARN_CONSTANT_CONVERSION = YES;
  497. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  498. CLANG_WARN_EMPTY_BODY = YES;
  499. CLANG_WARN_ENUM_CONVERSION = YES;
  500. CLANG_WARN_INT_CONVERSION = YES;
  501. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  502. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  503. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  504. COPY_PHASE_STRIP = NO;
  505. FRAMEWORK_SEARCH_PATHS = (
  506. "$(inherited)",
  507. "$(DEVELOPER_FRAMEWORKS_DIR)",
  508. );
  509. GCC_C_LANGUAGE_STANDARD = gnu99;
  510. GCC_DYNAMIC_NO_PIC = NO;
  511. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  512. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  513. GCC_OPTIMIZATION_LEVEL = 0;
  514. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  515. GCC_PREFIX_HEADER = "MasonryTestsLoader/MasonryTestsLoader-Prefix.pch";
  516. GCC_PREPROCESSOR_DEFINITIONS = (
  517. "DEBUG=1",
  518. "$(inherited)",
  519. );
  520. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  521. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  522. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  523. GCC_WARN_UNDECLARED_SELECTOR = YES;
  524. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  525. GCC_WARN_UNUSED_FUNCTION = YES;
  526. GCC_WARN_UNUSED_VARIABLE = YES;
  527. INFOPLIST_FILE = "MasonryTestsLoader/MasonryTestsLoader-Info.plist";
  528. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  529. ONLY_ACTIVE_ARCH = YES;
  530. PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}";
  531. PRODUCT_NAME = "$(TARGET_NAME)";
  532. SDKROOT = iphoneos;
  533. TARGETED_DEVICE_FAMILY = "1,2";
  534. WRAPPER_EXTENSION = app;
  535. };
  536. name = Debug;
  537. };
  538. DD717A2A18442A6400FAA7A8 /* Release */ = {
  539. isa = XCBuildConfiguration;
  540. baseConfigurationReference = B3C285A8F21659F8AC931CFE /* Pods-MasonryTestsLoader.release.xcconfig */;
  541. buildSettings = {
  542. ALWAYS_SEARCH_USER_PATHS = NO;
  543. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  544. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  545. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  546. CLANG_CXX_LIBRARY = "libc++";
  547. CLANG_ENABLE_MODULES = YES;
  548. CLANG_ENABLE_OBJC_ARC = YES;
  549. CLANG_WARN_BOOL_CONVERSION = YES;
  550. CLANG_WARN_CONSTANT_CONVERSION = YES;
  551. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  552. CLANG_WARN_EMPTY_BODY = YES;
  553. CLANG_WARN_ENUM_CONVERSION = YES;
  554. CLANG_WARN_INT_CONVERSION = YES;
  555. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  556. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  557. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  558. COPY_PHASE_STRIP = YES;
  559. ENABLE_NS_ASSERTIONS = NO;
  560. FRAMEWORK_SEARCH_PATHS = (
  561. "$(inherited)",
  562. "$(DEVELOPER_FRAMEWORKS_DIR)",
  563. );
  564. GCC_C_LANGUAGE_STANDARD = gnu99;
  565. GCC_GENERATE_TEST_COVERAGE_FILES = YES;
  566. GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
  567. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  568. GCC_PREFIX_HEADER = "MasonryTestsLoader/MasonryTestsLoader-Prefix.pch";
  569. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  570. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  571. GCC_WARN_UNDECLARED_SELECTOR = YES;
  572. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  573. GCC_WARN_UNUSED_FUNCTION = YES;
  574. GCC_WARN_UNUSED_VARIABLE = YES;
  575. INFOPLIST_FILE = "MasonryTestsLoader/MasonryTestsLoader-Info.plist";
  576. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  577. PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}";
  578. PRODUCT_NAME = "$(TARGET_NAME)";
  579. SDKROOT = iphoneos;
  580. TARGETED_DEVICE_FAMILY = "1,2";
  581. VALIDATE_PRODUCT = YES;
  582. WRAPPER_EXTENSION = app;
  583. };
  584. name = Release;
  585. };
  586. DD717A4218442ADD00FAA7A8 /* Debug */ = {
  587. isa = XCBuildConfiguration;
  588. baseConfigurationReference = D7C49E3BFEC39EF9CC752050 /* Pods-Masonry iOS Tests.debug.xcconfig */;
  589. buildSettings = {
  590. ALWAYS_SEARCH_USER_PATHS = NO;
  591. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MasonryTestsLoader.app/MasonryTestsLoader";
  592. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  593. CLANG_CXX_LIBRARY = "libc++";
  594. CLANG_ENABLE_MODULES = YES;
  595. CLANG_ENABLE_OBJC_ARC = YES;
  596. CLANG_WARN_BOOL_CONVERSION = YES;
  597. CLANG_WARN_CONSTANT_CONVERSION = YES;
  598. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  599. CLANG_WARN_EMPTY_BODY = YES;
  600. CLANG_WARN_ENUM_CONVERSION = YES;
  601. CLANG_WARN_INT_CONVERSION = YES;
  602. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  603. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  604. COPY_PHASE_STRIP = NO;
  605. FRAMEWORK_SEARCH_PATHS = (
  606. "$(inherited)",
  607. "$(DEVELOPER_FRAMEWORKS_DIR)",
  608. );
  609. GCC_C_LANGUAGE_STANDARD = gnu99;
  610. GCC_DYNAMIC_NO_PIC = NO;
  611. GCC_OPTIMIZATION_LEVEL = 0;
  612. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  613. GCC_PREFIX_HEADER = "MasonryTests-Prefix.pch";
  614. GCC_PREPROCESSOR_DEFINITIONS = (
  615. "DEBUG=1",
  616. "$(inherited)",
  617. );
  618. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  619. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  620. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  621. GCC_WARN_UNDECLARED_SELECTOR = YES;
  622. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  623. GCC_WARN_UNUSED_FUNCTION = YES;
  624. GCC_WARN_UNUSED_VARIABLE = YES;
  625. INFOPLIST_FILE = "MasonryTests-Info.plist";
  626. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  627. ONLY_ACTIVE_ARCH = YES;
  628. PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}";
  629. PRODUCT_NAME = "$(TARGET_NAME)";
  630. SDKROOT = iphoneos;
  631. TEST_HOST = "$(BUNDLE_LOADER)";
  632. WRAPPER_EXTENSION = xctest;
  633. };
  634. name = Debug;
  635. };
  636. DD717A4318442ADD00FAA7A8 /* Release */ = {
  637. isa = XCBuildConfiguration;
  638. baseConfigurationReference = 20CC4ABE19D3EE262A136582 /* Pods-Masonry iOS Tests.release.xcconfig */;
  639. buildSettings = {
  640. ALWAYS_SEARCH_USER_PATHS = NO;
  641. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MasonryTestsLoader.app/MasonryTestsLoader";
  642. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  643. CLANG_CXX_LIBRARY = "libc++";
  644. CLANG_ENABLE_MODULES = YES;
  645. CLANG_ENABLE_OBJC_ARC = YES;
  646. CLANG_WARN_BOOL_CONVERSION = YES;
  647. CLANG_WARN_CONSTANT_CONVERSION = YES;
  648. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  649. CLANG_WARN_EMPTY_BODY = YES;
  650. CLANG_WARN_ENUM_CONVERSION = YES;
  651. CLANG_WARN_INT_CONVERSION = YES;
  652. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  653. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  654. COPY_PHASE_STRIP = YES;
  655. ENABLE_NS_ASSERTIONS = NO;
  656. FRAMEWORK_SEARCH_PATHS = (
  657. "$(inherited)",
  658. "$(DEVELOPER_FRAMEWORKS_DIR)",
  659. );
  660. GCC_C_LANGUAGE_STANDARD = gnu99;
  661. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  662. GCC_PREFIX_HEADER = "MasonryTests-Prefix.pch";
  663. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  664. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  665. GCC_WARN_UNDECLARED_SELECTOR = YES;
  666. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  667. GCC_WARN_UNUSED_FUNCTION = YES;
  668. GCC_WARN_UNUSED_VARIABLE = YES;
  669. INFOPLIST_FILE = "MasonryTests-Info.plist";
  670. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  671. PRODUCT_BUNDLE_IDENTIFIER = "com.cloudling.${PRODUCT_NAME:rfc1034identifier}";
  672. PRODUCT_NAME = "$(TARGET_NAME)";
  673. SDKROOT = iphoneos;
  674. TEST_HOST = "$(BUNDLE_LOADER)";
  675. VALIDATE_PRODUCT = YES;
  676. WRAPPER_EXTENSION = xctest;
  677. };
  678. name = Release;
  679. };
  680. /* End XCBuildConfiguration section */
  681. /* Begin XCConfigurationList section */
  682. DD7179F718442A1F00FAA7A8 /* Build configuration list for PBXProject "Masonry Tests" */ = {
  683. isa = XCConfigurationList;
  684. buildConfigurations = (
  685. DD7179F818442A1F00FAA7A8 /* Debug */,
  686. DD7179F918442A1F00FAA7A8 /* Release */,
  687. );
  688. defaultConfigurationIsVisible = 0;
  689. defaultConfigurationName = Release;
  690. };
  691. DD717A2818442A6400FAA7A8 /* Build configuration list for PBXNativeTarget "MasonryTestsLoader" */ = {
  692. isa = XCConfigurationList;
  693. buildConfigurations = (
  694. DD717A2918442A6400FAA7A8 /* Debug */,
  695. DD717A2A18442A6400FAA7A8 /* Release */,
  696. );
  697. defaultConfigurationIsVisible = 0;
  698. defaultConfigurationName = Release;
  699. };
  700. DD717A4118442ADD00FAA7A8 /* Build configuration list for PBXNativeTarget "Masonry iOS Tests" */ = {
  701. isa = XCConfigurationList;
  702. buildConfigurations = (
  703. DD717A4218442ADD00FAA7A8 /* Debug */,
  704. DD717A4318442ADD00FAA7A8 /* Release */,
  705. );
  706. defaultConfigurationIsVisible = 0;
  707. defaultConfigurationName = Release;
  708. };
  709. /* End XCConfigurationList section */
  710. };
  711. rootObject = DD7179F418442A1F00FAA7A8 /* Project object */;
  712. }