project.pbxproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1627C78218BFE14000D0465F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78118BFE14000D0465F /* Foundation.framework */; };
  10. 1627C79018BFE14000D0465F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78F18BFE14000D0465F /* XCTest.framework */; };
  11. 1627C79118BFE14000D0465F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78118BFE14000D0465F /* Foundation.framework */; };
  12. 1627C79318BFE14000D0465F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C79218BFE14000D0465F /* UIKit.framework */; };
  13. 1627C79618BFE14000D0465F /* libMROGeometry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C77E18BFE14000D0465F /* libMROGeometry.a */; };
  14. 1627C79C18BFE14000D0465F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1627C79A18BFE14000D0465F /* InfoPlist.strings */; };
  15. 1627C7BA18BFE26700D0465F /* CGPathReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A818BFE26700D0465F /* CGPathReader.m */; };
  16. 1627C7BB18BFE26700D0465F /* CGPathReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A818BFE26700D0465F /* CGPathReader.m */; };
  17. 1627C7BC18BFE26700D0465F /* CGPathWriter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A918BFE26700D0465F /* CGPathWriter.c */; };
  18. 1627C7BD18BFE26700D0465F /* CGPathWriter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A918BFE26700D0465F /* CGPathWriter.c */; };
  19. 1627C7C018BFE26700D0465F /* MROCGPointMath.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */; };
  20. 1627C7C118BFE26700D0465F /* MROCGPointMath.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */; };
  21. 1627C7C218BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */; };
  22. 1627C7C318BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */; };
  23. 1627C7C418BFE26700D0465F /* PathBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B118BFE26700D0465F /* PathBuilder.m */; };
  24. 1627C7C518BFE26700D0465F /* PathBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B118BFE26700D0465F /* PathBuilder.m */; };
  25. 1627C7C618BFE26700D0465F /* PathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B318BFE26700D0465F /* PathParser.m */; };
  26. 1627C7C718BFE26700D0465F /* PathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B318BFE26700D0465F /* PathParser.m */; };
  27. 1627C7C918BFE26700D0465F /* RagelParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B618BFE26700D0465F /* RagelParser.m */; };
  28. 1627C7CA18BFE26700D0465F /* RagelParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B618BFE26700D0465F /* RagelParser.m */; };
  29. 1627C7CB18BFE26700D0465F /* TrafoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B818BFE26700D0465F /* TrafoParser.m */; };
  30. 1627C7CC18BFE26700D0465F /* TrafoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B818BFE26700D0465F /* TrafoParser.m */; };
  31. 1627C7CF18BFE2AB00D0465F /* CGPathWriterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */; };
  32. 16283ACB194B3C4800F8A7A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */; };
  33. 16992E8518C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg in Resources */ = {isa = PBXBuildFile; fileRef = 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */; };
  34. /* End PBXBuildFile section */
  35. /* Begin PBXContainerItemProxy section */
  36. 1627C79418BFE14000D0465F /* PBXContainerItemProxy */ = {
  37. isa = PBXContainerItemProxy;
  38. containerPortal = 1627C77618BFE14000D0465F /* Project object */;
  39. proxyType = 1;
  40. remoteGlobalIDString = 1627C77D18BFE14000D0465F;
  41. remoteInfo = MROGeometry;
  42. };
  43. /* End PBXContainerItemProxy section */
  44. /* Begin PBXCopyFilesBuildPhase section */
  45. 1627C77C18BFE14000D0465F /* CopyFiles */ = {
  46. isa = PBXCopyFilesBuildPhase;
  47. buildActionMask = 2147483647;
  48. dstPath = "include/$(PRODUCT_NAME)";
  49. dstSubfolderSpec = 16;
  50. files = (
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXCopyFilesBuildPhase section */
  55. /* Begin PBXFileReference section */
  56. 1627C77E18BFE14000D0465F /* libMROGeometry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMROGeometry.a; sourceTree = BUILT_PRODUCTS_DIR; };
  57. 1627C78118BFE14000D0465F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  58. 1627C78518BFE14000D0465F /* MROGeometry-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MROGeometry-Prefix.pch"; sourceTree = "<group>"; };
  59. 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MROGeometryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  60. 1627C78F18BFE14000D0465F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  61. 1627C79218BFE14000D0465F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  62. 1627C79918BFE14000D0465F /* MROGeometryTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MROGeometryTests-Info.plist"; sourceTree = "<group>"; };
  63. 1627C79B18BFE14000D0465F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  64. 1627C7A718BFE26700D0465F /* CGPathReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGPathReader.h; sourceTree = "<group>"; };
  65. 1627C7A818BFE26700D0465F /* CGPathReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPathReader.m; sourceTree = "<group>"; };
  66. 1627C7A918BFE26700D0465F /* CGPathWriter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CGPathWriter.c; sourceTree = "<group>"; };
  67. 1627C7AA18BFE26700D0465F /* CGPathWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGPathWriter.h; sourceTree = "<group>"; };
  68. 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = MROCGPointMath.c; sourceTree = "<group>"; };
  69. 1627C7AD18BFE26700D0465F /* MROCGPointMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MROCGPointMath.h; sourceTree = "<group>"; };
  70. 1627C7AE18BFE26700D0465F /* NSCoder_MROCGPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSCoder_MROCGPath.h; sourceTree = "<group>"; };
  71. 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSCoder_MROCGPath.m; sourceTree = "<group>"; };
  72. 1627C7B018BFE26700D0465F /* PathBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PathBuilder.h; sourceTree = "<group>"; };
  73. 1627C7B118BFE26700D0465F /* PathBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PathBuilder.m; sourceTree = "<group>"; };
  74. 1627C7B218BFE26700D0465F /* PathParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PathParser.h; sourceTree = "<group>"; };
  75. 1627C7B318BFE26700D0465F /* PathParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PathParser.m; sourceTree = "<group>"; };
  76. 1627C7B418BFE26700D0465F /* PathParser.rl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PathParser.rl; sourceTree = "<group>"; };
  77. 1627C7B518BFE26700D0465F /* RagelParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RagelParser.h; sourceTree = "<group>"; };
  78. 1627C7B618BFE26700D0465F /* RagelParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RagelParser.m; sourceTree = "<group>"; };
  79. 1627C7B718BFE26700D0465F /* TrafoParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrafoParser.h; sourceTree = "<group>"; };
  80. 1627C7B818BFE26700D0465F /* TrafoParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TrafoParser.m; sourceTree = "<group>"; };
  81. 1627C7B918BFE26700D0465F /* TrafoParser.rl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TrafoParser.rl; sourceTree = "<group>"; };
  82. 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPathWriterTest.m; sourceTree = "<group>"; };
  83. 1627C7D218BFE70F00D0465F /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  84. 1627C7D418BFEFA600D0465F /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
  85. 1627C7D518BFEFA600D0465F /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
  86. 1627C7D618BFEFA600D0465F /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
  87. 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  88. 1675FF721949C21E00175808 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
  89. 1675FF731949C41400175808 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
  90. 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = CGPathWriterTest.PathDataCubicBezierCommands.svg; sourceTree = "<group>"; };
  91. /* End PBXFileReference section */
  92. /* Begin PBXFrameworksBuildPhase section */
  93. 1627C77B18BFE14000D0465F /* Frameworks */ = {
  94. isa = PBXFrameworksBuildPhase;
  95. buildActionMask = 2147483647;
  96. files = (
  97. 16283ACB194B3C4800F8A7A2 /* CoreGraphics.framework in Frameworks */,
  98. 1627C78218BFE14000D0465F /* Foundation.framework in Frameworks */,
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. 1627C78B18BFE14000D0465F /* Frameworks */ = {
  103. isa = PBXFrameworksBuildPhase;
  104. buildActionMask = 2147483647;
  105. files = (
  106. 1627C79618BFE14000D0465F /* libMROGeometry.a in Frameworks */,
  107. 1627C79018BFE14000D0465F /* XCTest.framework in Frameworks */,
  108. 1627C79318BFE14000D0465F /* UIKit.framework in Frameworks */,
  109. 1627C79118BFE14000D0465F /* Foundation.framework in Frameworks */,
  110. );
  111. runOnlyForDeploymentPostprocessing = 0;
  112. };
  113. /* End PBXFrameworksBuildPhase section */
  114. /* Begin PBXGroup section */
  115. 1627C77518BFE14000D0465F = {
  116. isa = PBXGroup;
  117. children = (
  118. 1675FF721949C21E00175808 /* README.md */,
  119. 1675FF731949C41400175808 /* VERSION */,
  120. 1627C7D418BFEFA600D0465F /* Common.xcconfig */,
  121. 1627C7D518BFEFA600D0465F /* Debug.xcconfig */,
  122. 1627C7D618BFEFA600D0465F /* Release.xcconfig */,
  123. 1627C7D218BFE70F00D0465F /* Makefile */,
  124. 1627C78318BFE14000D0465F /* MROGeometry */,
  125. 1627C79718BFE14000D0465F /* MROGeometryTests */,
  126. 1627C78018BFE14000D0465F /* Frameworks */,
  127. 1627C77F18BFE14000D0465F /* Products */,
  128. );
  129. sourceTree = "<group>";
  130. };
  131. 1627C77F18BFE14000D0465F /* Products */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 1627C77E18BFE14000D0465F /* libMROGeometry.a */,
  135. 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */,
  136. );
  137. name = Products;
  138. sourceTree = "<group>";
  139. };
  140. 1627C78018BFE14000D0465F /* Frameworks */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */,
  144. 1627C78118BFE14000D0465F /* Foundation.framework */,
  145. 1627C78F18BFE14000D0465F /* XCTest.framework */,
  146. 1627C79218BFE14000D0465F /* UIKit.framework */,
  147. );
  148. name = Frameworks;
  149. sourceTree = "<group>";
  150. };
  151. 1627C78318BFE14000D0465F /* MROGeometry */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 1627C78418BFE14000D0465F /* Supporting Files */,
  155. 1627C7A718BFE26700D0465F /* CGPathReader.h */,
  156. 1627C7A818BFE26700D0465F /* CGPathReader.m */,
  157. 1627C7AA18BFE26700D0465F /* CGPathWriter.h */,
  158. 1627C7A918BFE26700D0465F /* CGPathWriter.c */,
  159. 1627C7AD18BFE26700D0465F /* MROCGPointMath.h */,
  160. 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */,
  161. 1627C7AE18BFE26700D0465F /* NSCoder_MROCGPath.h */,
  162. 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */,
  163. 1627C7B518BFE26700D0465F /* RagelParser.h */,
  164. 1627C7B618BFE26700D0465F /* RagelParser.m */,
  165. 1627C7B718BFE26700D0465F /* TrafoParser.h */,
  166. 1627C7B918BFE26700D0465F /* TrafoParser.rl */,
  167. 1627C7B818BFE26700D0465F /* TrafoParser.m */,
  168. 1627C7B218BFE26700D0465F /* PathParser.h */,
  169. 1627C7B418BFE26700D0465F /* PathParser.rl */,
  170. 1627C7B318BFE26700D0465F /* PathParser.m */,
  171. 1627C7B018BFE26700D0465F /* PathBuilder.h */,
  172. 1627C7B118BFE26700D0465F /* PathBuilder.m */,
  173. );
  174. path = MROGeometry;
  175. sourceTree = "<group>";
  176. };
  177. 1627C78418BFE14000D0465F /* Supporting Files */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 1627C78518BFE14000D0465F /* MROGeometry-Prefix.pch */,
  181. );
  182. name = "Supporting Files";
  183. sourceTree = "<group>";
  184. };
  185. 1627C79718BFE14000D0465F /* MROGeometryTests */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 1627C79818BFE14000D0465F /* Supporting Files */,
  189. 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */,
  190. 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */,
  191. );
  192. path = MROGeometryTests;
  193. sourceTree = "<group>";
  194. };
  195. 1627C79818BFE14000D0465F /* Supporting Files */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 1627C79918BFE14000D0465F /* MROGeometryTests-Info.plist */,
  199. 1627C79A18BFE14000D0465F /* InfoPlist.strings */,
  200. );
  201. name = "Supporting Files";
  202. sourceTree = "<group>";
  203. };
  204. /* End PBXGroup section */
  205. /* Begin PBXNativeTarget section */
  206. 1627C77D18BFE14000D0465F /* MROGeometry */ = {
  207. isa = PBXNativeTarget;
  208. buildConfigurationList = 1627C7A118BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometry" */;
  209. buildPhases = (
  210. 1627C77A18BFE14000D0465F /* Sources */,
  211. 1627C77B18BFE14000D0465F /* Frameworks */,
  212. 1627C77C18BFE14000D0465F /* CopyFiles */,
  213. );
  214. buildRules = (
  215. );
  216. dependencies = (
  217. );
  218. name = MROGeometry;
  219. productName = MROGeometry;
  220. productReference = 1627C77E18BFE14000D0465F /* libMROGeometry.a */;
  221. productType = "com.apple.product-type.library.static";
  222. };
  223. 1627C78D18BFE14000D0465F /* MROGeometryTests */ = {
  224. isa = PBXNativeTarget;
  225. buildConfigurationList = 1627C7A418BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometryTests" */;
  226. buildPhases = (
  227. 1627C78A18BFE14000D0465F /* Sources */,
  228. 1627C78B18BFE14000D0465F /* Frameworks */,
  229. 1627C78C18BFE14000D0465F /* Resources */,
  230. );
  231. buildRules = (
  232. );
  233. dependencies = (
  234. 1627C79518BFE14000D0465F /* PBXTargetDependency */,
  235. );
  236. name = MROGeometryTests;
  237. productName = MROGeometryTests;
  238. productReference = 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */;
  239. productType = "com.apple.product-type.bundle.unit-test";
  240. };
  241. /* End PBXNativeTarget section */
  242. /* Begin PBXProject section */
  243. 1627C77618BFE14000D0465F /* Project object */ = {
  244. isa = PBXProject;
  245. attributes = {
  246. LastUpgradeCheck = 0510;
  247. ORGANIZATIONNAME = "Marcus Rohrmoser mobile Software";
  248. };
  249. buildConfigurationList = 1627C77918BFE14000D0465F /* Build configuration list for PBXProject "MROGeometry" */;
  250. compatibilityVersion = "Xcode 3.2";
  251. developmentRegion = English;
  252. hasScannedForEncodings = 0;
  253. knownRegions = (
  254. en,
  255. );
  256. mainGroup = 1627C77518BFE14000D0465F;
  257. productRefGroup = 1627C77F18BFE14000D0465F /* Products */;
  258. projectDirPath = "";
  259. projectRoot = "";
  260. targets = (
  261. 1627C77D18BFE14000D0465F /* MROGeometry */,
  262. 1627C78D18BFE14000D0465F /* MROGeometryTests */,
  263. );
  264. };
  265. /* End PBXProject section */
  266. /* Begin PBXResourcesBuildPhase section */
  267. 1627C78C18BFE14000D0465F /* Resources */ = {
  268. isa = PBXResourcesBuildPhase;
  269. buildActionMask = 2147483647;
  270. files = (
  271. 16992E8518C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg in Resources */,
  272. 1627C79C18BFE14000D0465F /* InfoPlist.strings in Resources */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. /* End PBXResourcesBuildPhase section */
  277. /* Begin PBXSourcesBuildPhase section */
  278. 1627C77A18BFE14000D0465F /* Sources */ = {
  279. isa = PBXSourcesBuildPhase;
  280. buildActionMask = 2147483647;
  281. files = (
  282. 1627C7C218BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */,
  283. 1627C7C618BFE26700D0465F /* PathParser.m in Sources */,
  284. 1627C7BA18BFE26700D0465F /* CGPathReader.m in Sources */,
  285. 1627C7C018BFE26700D0465F /* MROCGPointMath.c in Sources */,
  286. 1627C7C418BFE26700D0465F /* PathBuilder.m in Sources */,
  287. 1627C7BC18BFE26700D0465F /* CGPathWriter.c in Sources */,
  288. 1627C7C918BFE26700D0465F /* RagelParser.m in Sources */,
  289. 1627C7CB18BFE26700D0465F /* TrafoParser.m in Sources */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. 1627C78A18BFE14000D0465F /* Sources */ = {
  294. isa = PBXSourcesBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. 1627C7C318BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */,
  298. 1627C7C718BFE26700D0465F /* PathParser.m in Sources */,
  299. 1627C7CF18BFE2AB00D0465F /* CGPathWriterTest.m in Sources */,
  300. 1627C7BB18BFE26700D0465F /* CGPathReader.m in Sources */,
  301. 1627C7C118BFE26700D0465F /* MROCGPointMath.c in Sources */,
  302. 1627C7C518BFE26700D0465F /* PathBuilder.m in Sources */,
  303. 1627C7BD18BFE26700D0465F /* CGPathWriter.c in Sources */,
  304. 1627C7CA18BFE26700D0465F /* RagelParser.m in Sources */,
  305. 1627C7CC18BFE26700D0465F /* TrafoParser.m in Sources */,
  306. );
  307. runOnlyForDeploymentPostprocessing = 0;
  308. };
  309. /* End PBXSourcesBuildPhase section */
  310. /* Begin PBXTargetDependency section */
  311. 1627C79518BFE14000D0465F /* PBXTargetDependency */ = {
  312. isa = PBXTargetDependency;
  313. target = 1627C77D18BFE14000D0465F /* MROGeometry */;
  314. targetProxy = 1627C79418BFE14000D0465F /* PBXContainerItemProxy */;
  315. };
  316. /* End PBXTargetDependency section */
  317. /* Begin PBXVariantGroup section */
  318. 1627C79A18BFE14000D0465F /* InfoPlist.strings */ = {
  319. isa = PBXVariantGroup;
  320. children = (
  321. 1627C79B18BFE14000D0465F /* en */,
  322. );
  323. name = InfoPlist.strings;
  324. sourceTree = "<group>";
  325. };
  326. /* End PBXVariantGroup section */
  327. /* Begin XCBuildConfiguration section */
  328. 1627C79F18BFE14000D0465F /* Debug */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. ALWAYS_SEARCH_USER_PATHS = NO;
  332. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  333. CLANG_CXX_LIBRARY = "libc++";
  334. CLANG_ENABLE_MODULES = YES;
  335. CLANG_ENABLE_OBJC_ARC = YES;
  336. CLANG_WARN_BOOL_CONVERSION = YES;
  337. CLANG_WARN_CONSTANT_CONVERSION = YES;
  338. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  339. CLANG_WARN_EMPTY_BODY = YES;
  340. CLANG_WARN_ENUM_CONVERSION = YES;
  341. CLANG_WARN_INT_CONVERSION = YES;
  342. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  343. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  344. COPY_PHASE_STRIP = NO;
  345. GCC_C_LANGUAGE_STANDARD = gnu99;
  346. GCC_DYNAMIC_NO_PIC = NO;
  347. GCC_OPTIMIZATION_LEVEL = 0;
  348. GCC_PREPROCESSOR_DEFINITIONS = (
  349. "DEBUG=1",
  350. "$(inherited)",
  351. );
  352. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  353. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  354. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  355. GCC_WARN_UNDECLARED_SELECTOR = YES;
  356. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  357. GCC_WARN_UNUSED_FUNCTION = YES;
  358. GCC_WARN_UNUSED_VARIABLE = YES;
  359. IPHONEOS_DEPLOYMENT_TARGET = 5.0;
  360. ONLY_ACTIVE_ARCH = YES;
  361. SDKROOT = iphoneos;
  362. };
  363. name = Debug;
  364. };
  365. 1627C7A018BFE14000D0465F /* Release */ = {
  366. isa = XCBuildConfiguration;
  367. buildSettings = {
  368. ALWAYS_SEARCH_USER_PATHS = NO;
  369. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  370. CLANG_CXX_LIBRARY = "libc++";
  371. CLANG_ENABLE_MODULES = YES;
  372. CLANG_ENABLE_OBJC_ARC = YES;
  373. CLANG_WARN_BOOL_CONVERSION = YES;
  374. CLANG_WARN_CONSTANT_CONVERSION = YES;
  375. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  376. CLANG_WARN_EMPTY_BODY = YES;
  377. CLANG_WARN_ENUM_CONVERSION = YES;
  378. CLANG_WARN_INT_CONVERSION = YES;
  379. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  380. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  381. COPY_PHASE_STRIP = YES;
  382. ENABLE_NS_ASSERTIONS = NO;
  383. GCC_C_LANGUAGE_STANDARD = gnu99;
  384. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  385. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  386. GCC_WARN_UNDECLARED_SELECTOR = YES;
  387. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  388. GCC_WARN_UNUSED_FUNCTION = YES;
  389. GCC_WARN_UNUSED_VARIABLE = YES;
  390. IPHONEOS_DEPLOYMENT_TARGET = 5.0;
  391. SDKROOT = iphoneos;
  392. VALIDATE_PRODUCT = YES;
  393. };
  394. name = Release;
  395. };
  396. 1627C7A218BFE14000D0465F /* Debug */ = {
  397. isa = XCBuildConfiguration;
  398. baseConfigurationReference = 1627C7D518BFEFA600D0465F /* Debug.xcconfig */;
  399. buildSettings = {
  400. DSTROOT = /tmp/MROGeometry.dst;
  401. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  402. GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
  403. OTHER_LDFLAGS = "-ObjC";
  404. PRODUCT_NAME = "$(TARGET_NAME)";
  405. SKIP_INSTALL = YES;
  406. };
  407. name = Debug;
  408. };
  409. 1627C7A318BFE14000D0465F /* Release */ = {
  410. isa = XCBuildConfiguration;
  411. baseConfigurationReference = 1627C7D618BFEFA600D0465F /* Release.xcconfig */;
  412. buildSettings = {
  413. DSTROOT = /tmp/MROGeometry.dst;
  414. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  415. GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
  416. OTHER_LDFLAGS = "-ObjC";
  417. PRODUCT_NAME = "$(TARGET_NAME)";
  418. SKIP_INSTALL = YES;
  419. };
  420. name = Release;
  421. };
  422. 1627C7A518BFE14000D0465F /* Debug */ = {
  423. isa = XCBuildConfiguration;
  424. buildSettings = {
  425. FRAMEWORK_SEARCH_PATHS = (
  426. "$(SDKROOT)/Developer/Library/Frameworks",
  427. "$(inherited)",
  428. "$(DEVELOPER_FRAMEWORKS_DIR)",
  429. );
  430. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  431. GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
  432. GCC_PREPROCESSOR_DEFINITIONS = (
  433. "DEBUG=1",
  434. "$(inherited)",
  435. );
  436. INFOPLIST_FILE = "MROGeometryTests/MROGeometryTests-Info.plist";
  437. PRODUCT_NAME = "$(TARGET_NAME)";
  438. WRAPPER_EXTENSION = xctest;
  439. };
  440. name = Debug;
  441. };
  442. 1627C7A618BFE14000D0465F /* Release */ = {
  443. isa = XCBuildConfiguration;
  444. buildSettings = {
  445. FRAMEWORK_SEARCH_PATHS = (
  446. "$(SDKROOT)/Developer/Library/Frameworks",
  447. "$(inherited)",
  448. "$(DEVELOPER_FRAMEWORKS_DIR)",
  449. );
  450. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  451. GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
  452. INFOPLIST_FILE = "MROGeometryTests/MROGeometryTests-Info.plist";
  453. PRODUCT_NAME = "$(TARGET_NAME)";
  454. WRAPPER_EXTENSION = xctest;
  455. };
  456. name = Release;
  457. };
  458. /* End XCBuildConfiguration section */
  459. /* Begin XCConfigurationList section */
  460. 1627C77918BFE14000D0465F /* Build configuration list for PBXProject "MROGeometry" */ = {
  461. isa = XCConfigurationList;
  462. buildConfigurations = (
  463. 1627C79F18BFE14000D0465F /* Debug */,
  464. 1627C7A018BFE14000D0465F /* Release */,
  465. );
  466. defaultConfigurationIsVisible = 0;
  467. defaultConfigurationName = Release;
  468. };
  469. 1627C7A118BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometry" */ = {
  470. isa = XCConfigurationList;
  471. buildConfigurations = (
  472. 1627C7A218BFE14000D0465F /* Debug */,
  473. 1627C7A318BFE14000D0465F /* Release */,
  474. );
  475. defaultConfigurationIsVisible = 0;
  476. defaultConfigurationName = Release;
  477. };
  478. 1627C7A418BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometryTests" */ = {
  479. isa = XCConfigurationList;
  480. buildConfigurations = (
  481. 1627C7A518BFE14000D0465F /* Debug */,
  482. 1627C7A618BFE14000D0465F /* Release */,
  483. );
  484. defaultConfigurationIsVisible = 0;
  485. defaultConfigurationName = Release;
  486. };
  487. /* End XCConfigurationList section */
  488. };
  489. rootObject = 1627C77618BFE14000D0465F /* Project object */;
  490. }