project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CDB3AEF0230AE3670015D09E /* rotate_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E9E98B61BBC8A35004FFE25 /* rotate_test.cpp */; };
  10. CDB3AEF2230AE44D0015D09E /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDB3AEDB230AE2DE0015D09E /* GoogleMock.framework */; };
  11. /* End PBXBuildFile section */
  12. /* Begin PBXContainerItemProxy section */
  13. CDB3AEDA230AE2DE0015D09E /* PBXContainerItemProxy */ = {
  14. isa = PBXContainerItemProxy;
  15. containerPortal = CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */;
  16. proxyType = 2;
  17. remoteGlobalIDString = 05818F861A685AEA0072A469;
  18. remoteInfo = GoogleMock;
  19. };
  20. CDB3AEDC230AE2DE0015D09E /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */;
  23. proxyType = 2;
  24. remoteGlobalIDString = 05E96ABD1A68600C00204102;
  25. remoteInfo = gmock;
  26. };
  27. CDB3AEDE230AE2DE0015D09E /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */;
  30. proxyType = 2;
  31. remoteGlobalIDString = 05E96B1F1A68634900204102;
  32. remoteInfo = gtest;
  33. };
  34. CDB3AEE0230AE2DE0015D09E /* PBXContainerItemProxy */ = {
  35. isa = PBXContainerItemProxy;
  36. containerPortal = CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */;
  37. proxyType = 2;
  38. remoteGlobalIDString = 05818F901A685AEA0072A469;
  39. remoteInfo = GoogleMockTests;
  40. };
  41. /* End PBXContainerItemProxy section */
  42. /* Begin PBXFileReference section */
  43. 0E9E98B61BBC8A35004FFE25 /* rotate_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = rotate_test.cpp; sourceTree = "<group>"; };
  44. CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
  45. CDB3AEE3230AE32A0015D09E /* rotate */ = {isa = PBXFileReference; lastKnownFileType = folder; name = rotate; path = include/rotate; sourceTree = "<group>"; };
  46. CDB3AEE8230AE35D0015D09E /* rotate-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "rotate-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  47. CDB3AEEC230AE35D0015D09E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  48. /* End PBXFileReference section */
  49. /* Begin PBXFrameworksBuildPhase section */
  50. CDB3AEE5230AE35D0015D09E /* Frameworks */ = {
  51. isa = PBXFrameworksBuildPhase;
  52. buildActionMask = 2147483647;
  53. files = (
  54. CDB3AEF2230AE44D0015D09E /* GoogleMock.framework in Frameworks */,
  55. );
  56. runOnlyForDeploymentPostprocessing = 0;
  57. };
  58. /* End PBXFrameworksBuildPhase section */
  59. /* Begin PBXGroup section */
  60. 0E9E98AB1BBC8A02004FFE25 = {
  61. isa = PBXGroup;
  62. children = (
  63. CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */,
  64. CDB3AEE3230AE32A0015D09E /* rotate */,
  65. CDB3AEE2230AE2F90015D09E /* test */,
  66. CDB3AEE9230AE35D0015D09E /* rotate-test */,
  67. CD0C76C91E2AB8DF0096E269 /* Products */,
  68. CDB3AEF1230AE44D0015D09E /* Frameworks */,
  69. );
  70. sourceTree = "<group>";
  71. };
  72. CD0C76C91E2AB8DF0096E269 /* Products */ = {
  73. isa = PBXGroup;
  74. children = (
  75. CDB3AEE8230AE35D0015D09E /* rotate-test.xctest */,
  76. );
  77. name = Products;
  78. sourceTree = "<group>";
  79. };
  80. CDB3AED4230AE2DE0015D09E /* Products */ = {
  81. isa = PBXGroup;
  82. children = (
  83. CDB3AEDB230AE2DE0015D09E /* GoogleMock.framework */,
  84. CDB3AEDD230AE2DE0015D09E /* gmock.framework */,
  85. CDB3AEDF230AE2DE0015D09E /* gtest.framework */,
  86. CDB3AEE1230AE2DE0015D09E /* GoogleMockTests.xctest */,
  87. );
  88. name = Products;
  89. sourceTree = "<group>";
  90. };
  91. CDB3AEE2230AE2F90015D09E /* test */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 0E9E98B61BBC8A35004FFE25 /* rotate_test.cpp */,
  95. );
  96. path = test;
  97. sourceTree = "<group>";
  98. };
  99. CDB3AEE9230AE35D0015D09E /* rotate-test */ = {
  100. isa = PBXGroup;
  101. children = (
  102. CDB3AEEC230AE35D0015D09E /* Info.plist */,
  103. );
  104. path = "rotate-test";
  105. sourceTree = "<group>";
  106. };
  107. CDB3AEF1230AE44D0015D09E /* Frameworks */ = {
  108. isa = PBXGroup;
  109. children = (
  110. );
  111. name = Frameworks;
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXNativeTarget section */
  116. CDB3AEE7230AE35D0015D09E /* rotate-test */ = {
  117. isa = PBXNativeTarget;
  118. buildConfigurationList = CDB3AEED230AE35D0015D09E /* Build configuration list for PBXNativeTarget "rotate-test" */;
  119. buildPhases = (
  120. CDB3AEE4230AE35D0015D09E /* Sources */,
  121. CDB3AEE5230AE35D0015D09E /* Frameworks */,
  122. CDB3AEE6230AE35D0015D09E /* Resources */,
  123. );
  124. buildRules = (
  125. );
  126. dependencies = (
  127. );
  128. name = "rotate-test";
  129. productName = "rotate-test";
  130. productReference = CDB3AEE8230AE35D0015D09E /* rotate-test.xctest */;
  131. productType = "com.apple.product-type.bundle.unit-test";
  132. };
  133. /* End PBXNativeTarget section */
  134. /* Begin PBXProject section */
  135. 0E9E98AC1BBC8A02004FFE25 /* Project object */ = {
  136. isa = PBXProject;
  137. attributes = {
  138. LastUpgradeCheck = 1000;
  139. TargetAttributes = {
  140. CDB3AEE7230AE35D0015D09E = {
  141. CreatedOnToolsVersion = 10.3;
  142. ProvisioningStyle = Automatic;
  143. };
  144. };
  145. };
  146. buildConfigurationList = 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "rotate" */;
  147. compatibilityVersion = "Xcode 3.2";
  148. developmentRegion = en;
  149. hasScannedForEncodings = 0;
  150. knownRegions = (
  151. en,
  152. Base,
  153. );
  154. mainGroup = 0E9E98AB1BBC8A02004FFE25;
  155. productRefGroup = CD0C76C91E2AB8DF0096E269 /* Products */;
  156. projectDirPath = "";
  157. projectReferences = (
  158. {
  159. ProductGroup = CDB3AED4230AE2DE0015D09E /* Products */;
  160. ProjectRef = CDB3AED3230AE2DE0015D09E /* GoogleMock.xcodeproj */;
  161. },
  162. );
  163. projectRoot = "";
  164. targets = (
  165. CDB3AEE7230AE35D0015D09E /* rotate-test */,
  166. );
  167. };
  168. /* End PBXProject section */
  169. /* Begin PBXReferenceProxy section */
  170. CDB3AEDB230AE2DE0015D09E /* GoogleMock.framework */ = {
  171. isa = PBXReferenceProxy;
  172. fileType = wrapper.framework;
  173. path = GoogleMock.framework;
  174. remoteRef = CDB3AEDA230AE2DE0015D09E /* PBXContainerItemProxy */;
  175. sourceTree = BUILT_PRODUCTS_DIR;
  176. };
  177. CDB3AEDD230AE2DE0015D09E /* gmock.framework */ = {
  178. isa = PBXReferenceProxy;
  179. fileType = wrapper.framework;
  180. path = gmock.framework;
  181. remoteRef = CDB3AEDC230AE2DE0015D09E /* PBXContainerItemProxy */;
  182. sourceTree = BUILT_PRODUCTS_DIR;
  183. };
  184. CDB3AEDF230AE2DE0015D09E /* gtest.framework */ = {
  185. isa = PBXReferenceProxy;
  186. fileType = wrapper.framework;
  187. path = gtest.framework;
  188. remoteRef = CDB3AEDE230AE2DE0015D09E /* PBXContainerItemProxy */;
  189. sourceTree = BUILT_PRODUCTS_DIR;
  190. };
  191. CDB3AEE1230AE2DE0015D09E /* GoogleMockTests.xctest */ = {
  192. isa = PBXReferenceProxy;
  193. fileType = wrapper.cfbundle;
  194. path = GoogleMockTests.xctest;
  195. remoteRef = CDB3AEE0230AE2DE0015D09E /* PBXContainerItemProxy */;
  196. sourceTree = BUILT_PRODUCTS_DIR;
  197. };
  198. /* End PBXReferenceProxy section */
  199. /* Begin PBXResourcesBuildPhase section */
  200. CDB3AEE6230AE35D0015D09E /* Resources */ = {
  201. isa = PBXResourcesBuildPhase;
  202. buildActionMask = 2147483647;
  203. files = (
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. /* End PBXResourcesBuildPhase section */
  208. /* Begin PBXSourcesBuildPhase section */
  209. CDB3AEE4230AE35D0015D09E /* Sources */ = {
  210. isa = PBXSourcesBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. CDB3AEF0230AE3670015D09E /* rotate_test.cpp in Sources */,
  214. );
  215. runOnlyForDeploymentPostprocessing = 0;
  216. };
  217. /* End PBXSourcesBuildPhase section */
  218. /* Begin XCBuildConfiguration section */
  219. 0E9E98AD1BBC8A02004FFE25 /* Debug */ = {
  220. isa = XCBuildConfiguration;
  221. buildSettings = {
  222. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  223. CLANG_WARN_BOOL_CONVERSION = YES;
  224. CLANG_WARN_COMMA = YES;
  225. CLANG_WARN_CONSTANT_CONVERSION = YES;
  226. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  227. CLANG_WARN_EMPTY_BODY = YES;
  228. CLANG_WARN_ENUM_CONVERSION = YES;
  229. CLANG_WARN_INFINITE_RECURSION = YES;
  230. CLANG_WARN_INT_CONVERSION = YES;
  231. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  232. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  233. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  234. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  235. CLANG_WARN_STRICT_PROTOTYPES = YES;
  236. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  237. CLANG_WARN_UNREACHABLE_CODE = YES;
  238. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  239. COPY_PHASE_STRIP = NO;
  240. ENABLE_STRICT_OBJC_MSGSEND = YES;
  241. ENABLE_TESTABILITY = YES;
  242. GCC_NO_COMMON_BLOCKS = YES;
  243. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  244. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  245. GCC_WARN_UNDECLARED_SELECTOR = YES;
  246. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  247. GCC_WARN_UNUSED_FUNCTION = YES;
  248. GCC_WARN_UNUSED_VARIABLE = YES;
  249. ONLY_ACTIVE_ARCH = YES;
  250. SDKROOT = macosx;
  251. SYSTEM_HEADER_SEARCH_PATHS = /opt/local/include/;
  252. USER_HEADER_SEARCH_PATHS = ./include/;
  253. };
  254. name = Debug;
  255. };
  256. 0E9E98AE1BBC8A02004FFE25 /* Release */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  260. CLANG_WARN_BOOL_CONVERSION = YES;
  261. CLANG_WARN_COMMA = YES;
  262. CLANG_WARN_CONSTANT_CONVERSION = YES;
  263. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  264. CLANG_WARN_EMPTY_BODY = YES;
  265. CLANG_WARN_ENUM_CONVERSION = YES;
  266. CLANG_WARN_INFINITE_RECURSION = YES;
  267. CLANG_WARN_INT_CONVERSION = YES;
  268. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  269. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  270. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  271. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  272. CLANG_WARN_STRICT_PROTOTYPES = YES;
  273. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  274. CLANG_WARN_UNREACHABLE_CODE = YES;
  275. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  276. COPY_PHASE_STRIP = YES;
  277. ENABLE_STRICT_OBJC_MSGSEND = YES;
  278. GCC_NO_COMMON_BLOCKS = YES;
  279. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  280. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  281. GCC_WARN_UNDECLARED_SELECTOR = YES;
  282. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  283. GCC_WARN_UNUSED_FUNCTION = YES;
  284. GCC_WARN_UNUSED_VARIABLE = YES;
  285. SDKROOT = macosx;
  286. SYSTEM_HEADER_SEARCH_PATHS = /opt/local/include/;
  287. USER_HEADER_SEARCH_PATHS = ./include/;
  288. };
  289. name = Release;
  290. };
  291. CDB3AEEE230AE35D0015D09E /* Debug */ = {
  292. isa = XCBuildConfiguration;
  293. buildSettings = {
  294. ALWAYS_SEARCH_USER_PATHS = NO;
  295. CLANG_ANALYZER_NONNULL = YES;
  296. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  297. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  298. CLANG_CXX_LIBRARY = "libc++";
  299. CLANG_ENABLE_MODULES = YES;
  300. CLANG_ENABLE_OBJC_ARC = YES;
  301. CLANG_ENABLE_OBJC_WEAK = YES;
  302. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  303. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  304. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  305. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  306. CODE_SIGN_IDENTITY = "-";
  307. CODE_SIGN_STYLE = Automatic;
  308. COMBINE_HIDPI_IMAGES = YES;
  309. DEBUG_INFORMATION_FORMAT = dwarf;
  310. GCC_C_LANGUAGE_STANDARD = gnu11;
  311. GCC_DYNAMIC_NO_PIC = NO;
  312. GCC_OPTIMIZATION_LEVEL = 0;
  313. GCC_PREPROCESSOR_DEFINITIONS = (
  314. "DEBUG=1",
  315. "$(inherited)",
  316. );
  317. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  318. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  319. INFOPLIST_FILE = "rotate-test/Info.plist";
  320. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  321. MACOSX_DEPLOYMENT_TARGET = 10.14;
  322. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  323. MTL_FAST_MATH = YES;
  324. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.rotate-test";
  325. PRODUCT_NAME = "$(TARGET_NAME)";
  326. };
  327. name = Debug;
  328. };
  329. CDB3AEEF230AE35D0015D09E /* Release */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. ALWAYS_SEARCH_USER_PATHS = NO;
  333. CLANG_ANALYZER_NONNULL = YES;
  334. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  335. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  336. CLANG_CXX_LIBRARY = "libc++";
  337. CLANG_ENABLE_MODULES = YES;
  338. CLANG_ENABLE_OBJC_ARC = YES;
  339. CLANG_ENABLE_OBJC_WEAK = YES;
  340. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  341. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  342. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  343. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  344. CODE_SIGN_IDENTITY = "-";
  345. CODE_SIGN_STYLE = Automatic;
  346. COMBINE_HIDPI_IMAGES = YES;
  347. COPY_PHASE_STRIP = NO;
  348. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  349. ENABLE_NS_ASSERTIONS = NO;
  350. GCC_C_LANGUAGE_STANDARD = gnu11;
  351. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  352. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  353. INFOPLIST_FILE = "rotate-test/Info.plist";
  354. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  355. MACOSX_DEPLOYMENT_TARGET = 10.14;
  356. MTL_ENABLE_DEBUG_INFO = NO;
  357. MTL_FAST_MATH = YES;
  358. PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.rotate-test";
  359. PRODUCT_NAME = "$(TARGET_NAME)";
  360. };
  361. name = Release;
  362. };
  363. /* End XCBuildConfiguration section */
  364. /* Begin XCConfigurationList section */
  365. 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "rotate" */ = {
  366. isa = XCConfigurationList;
  367. buildConfigurations = (
  368. 0E9E98AD1BBC8A02004FFE25 /* Debug */,
  369. 0E9E98AE1BBC8A02004FFE25 /* Release */,
  370. );
  371. defaultConfigurationIsVisible = 0;
  372. defaultConfigurationName = Release;
  373. };
  374. CDB3AEED230AE35D0015D09E /* Build configuration list for PBXNativeTarget "rotate-test" */ = {
  375. isa = XCConfigurationList;
  376. buildConfigurations = (
  377. CDB3AEEE230AE35D0015D09E /* Debug */,
  378. CDB3AEEF230AE35D0015D09E /* Release */,
  379. );
  380. defaultConfigurationIsVisible = 0;
  381. defaultConfigurationName = Release;
  382. };
  383. /* End XCConfigurationList section */
  384. };
  385. rootObject = 0E9E98AC1BBC8A02004FFE25 /* Project object */;
  386. }