123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- 1627C78218BFE14000D0465F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78118BFE14000D0465F /* Foundation.framework */; };
- 1627C79018BFE14000D0465F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78F18BFE14000D0465F /* XCTest.framework */; };
- 1627C79118BFE14000D0465F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C78118BFE14000D0465F /* Foundation.framework */; };
- 1627C79318BFE14000D0465F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C79218BFE14000D0465F /* UIKit.framework */; };
- 1627C79618BFE14000D0465F /* libMROGeometry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 1627C77E18BFE14000D0465F /* libMROGeometry.a */; };
- 1627C79C18BFE14000D0465F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1627C79A18BFE14000D0465F /* InfoPlist.strings */; };
- 1627C7BA18BFE26700D0465F /* CGPathReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A818BFE26700D0465F /* CGPathReader.m */; };
- 1627C7BB18BFE26700D0465F /* CGPathReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A818BFE26700D0465F /* CGPathReader.m */; };
- 1627C7BC18BFE26700D0465F /* CGPathWriter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A918BFE26700D0465F /* CGPathWriter.c */; };
- 1627C7BD18BFE26700D0465F /* CGPathWriter.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7A918BFE26700D0465F /* CGPathWriter.c */; };
- 1627C7C018BFE26700D0465F /* MROCGPointMath.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */; };
- 1627C7C118BFE26700D0465F /* MROCGPointMath.c in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */; };
- 1627C7C218BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */; };
- 1627C7C318BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */; };
- 1627C7C418BFE26700D0465F /* PathBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B118BFE26700D0465F /* PathBuilder.m */; };
- 1627C7C518BFE26700D0465F /* PathBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B118BFE26700D0465F /* PathBuilder.m */; };
- 1627C7C618BFE26700D0465F /* PathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B318BFE26700D0465F /* PathParser.m */; };
- 1627C7C718BFE26700D0465F /* PathParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B318BFE26700D0465F /* PathParser.m */; };
- 1627C7C918BFE26700D0465F /* RagelParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B618BFE26700D0465F /* RagelParser.m */; };
- 1627C7CA18BFE26700D0465F /* RagelParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B618BFE26700D0465F /* RagelParser.m */; };
- 1627C7CB18BFE26700D0465F /* TrafoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B818BFE26700D0465F /* TrafoParser.m */; };
- 1627C7CC18BFE26700D0465F /* TrafoParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7B818BFE26700D0465F /* TrafoParser.m */; };
- 1627C7CF18BFE2AB00D0465F /* CGPathWriterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */; };
- 16283ACB194B3C4800F8A7A2 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */; };
- 16992E8518C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg in Resources */ = {isa = PBXBuildFile; fileRef = 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- 1627C79418BFE14000D0465F /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 1627C77618BFE14000D0465F /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 1627C77D18BFE14000D0465F;
- remoteInfo = MROGeometry;
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXCopyFilesBuildPhase section */
- 1627C77C18BFE14000D0465F /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = "include/$(PRODUCT_NAME)";
- dstSubfolderSpec = 16;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- 1627C77E18BFE14000D0465F /* libMROGeometry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libMROGeometry.a; sourceTree = BUILT_PRODUCTS_DIR; };
- 1627C78118BFE14000D0465F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
- 1627C78518BFE14000D0465F /* MROGeometry-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MROGeometry-Prefix.pch"; sourceTree = "<group>"; };
- 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MROGeometryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
- 1627C78F18BFE14000D0465F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
- 1627C79218BFE14000D0465F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
- 1627C79918BFE14000D0465F /* MROGeometryTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MROGeometryTests-Info.plist"; sourceTree = "<group>"; };
- 1627C79B18BFE14000D0465F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
- 1627C7A718BFE26700D0465F /* CGPathReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGPathReader.h; sourceTree = "<group>"; };
- 1627C7A818BFE26700D0465F /* CGPathReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPathReader.m; sourceTree = "<group>"; };
- 1627C7A918BFE26700D0465F /* CGPathWriter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = CGPathWriter.c; sourceTree = "<group>"; };
- 1627C7AA18BFE26700D0465F /* CGPathWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CGPathWriter.h; sourceTree = "<group>"; };
- 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = MROCGPointMath.c; sourceTree = "<group>"; };
- 1627C7AD18BFE26700D0465F /* MROCGPointMath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MROCGPointMath.h; sourceTree = "<group>"; };
- 1627C7AE18BFE26700D0465F /* NSCoder_MROCGPath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSCoder_MROCGPath.h; sourceTree = "<group>"; };
- 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSCoder_MROCGPath.m; sourceTree = "<group>"; };
- 1627C7B018BFE26700D0465F /* PathBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PathBuilder.h; sourceTree = "<group>"; };
- 1627C7B118BFE26700D0465F /* PathBuilder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PathBuilder.m; sourceTree = "<group>"; };
- 1627C7B218BFE26700D0465F /* PathParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PathParser.h; sourceTree = "<group>"; };
- 1627C7B318BFE26700D0465F /* PathParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PathParser.m; sourceTree = "<group>"; };
- 1627C7B418BFE26700D0465F /* PathParser.rl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PathParser.rl; sourceTree = "<group>"; };
- 1627C7B518BFE26700D0465F /* RagelParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RagelParser.h; sourceTree = "<group>"; };
- 1627C7B618BFE26700D0465F /* RagelParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RagelParser.m; sourceTree = "<group>"; };
- 1627C7B718BFE26700D0465F /* TrafoParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrafoParser.h; sourceTree = "<group>"; };
- 1627C7B818BFE26700D0465F /* TrafoParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TrafoParser.m; sourceTree = "<group>"; };
- 1627C7B918BFE26700D0465F /* TrafoParser.rl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TrafoParser.rl; sourceTree = "<group>"; };
- 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CGPathWriterTest.m; sourceTree = "<group>"; };
- 1627C7D218BFE70F00D0465F /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
- 1627C7D418BFEFA600D0465F /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
- 1627C7D518BFEFA600D0465F /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
- 1627C7D618BFEFA600D0465F /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
- 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
- 1675FF721949C21E00175808 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
- 1675FF731949C41400175808 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = "<group>"; };
- 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = CGPathWriterTest.PathDataCubicBezierCommands.svg; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- 1627C77B18BFE14000D0465F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 16283ACB194B3C4800F8A7A2 /* CoreGraphics.framework in Frameworks */,
- 1627C78218BFE14000D0465F /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 1627C78B18BFE14000D0465F /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1627C79618BFE14000D0465F /* libMROGeometry.a in Frameworks */,
- 1627C79018BFE14000D0465F /* XCTest.framework in Frameworks */,
- 1627C79318BFE14000D0465F /* UIKit.framework in Frameworks */,
- 1627C79118BFE14000D0465F /* Foundation.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 1627C77518BFE14000D0465F = {
- isa = PBXGroup;
- children = (
- 1675FF721949C21E00175808 /* README.md */,
- 1675FF731949C41400175808 /* VERSION */,
- 1627C7D418BFEFA600D0465F /* Common.xcconfig */,
- 1627C7D518BFEFA600D0465F /* Debug.xcconfig */,
- 1627C7D618BFEFA600D0465F /* Release.xcconfig */,
- 1627C7D218BFE70F00D0465F /* Makefile */,
- 1627C78318BFE14000D0465F /* MROGeometry */,
- 1627C79718BFE14000D0465F /* MROGeometryTests */,
- 1627C78018BFE14000D0465F /* Frameworks */,
- 1627C77F18BFE14000D0465F /* Products */,
- );
- sourceTree = "<group>";
- };
- 1627C77F18BFE14000D0465F /* Products */ = {
- isa = PBXGroup;
- children = (
- 1627C77E18BFE14000D0465F /* libMROGeometry.a */,
- 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- 1627C78018BFE14000D0465F /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- 16283ACA194B3C4800F8A7A2 /* CoreGraphics.framework */,
- 1627C78118BFE14000D0465F /* Foundation.framework */,
- 1627C78F18BFE14000D0465F /* XCTest.framework */,
- 1627C79218BFE14000D0465F /* UIKit.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- 1627C78318BFE14000D0465F /* MROGeometry */ = {
- isa = PBXGroup;
- children = (
- 1627C78418BFE14000D0465F /* Supporting Files */,
- 1627C7A718BFE26700D0465F /* CGPathReader.h */,
- 1627C7A818BFE26700D0465F /* CGPathReader.m */,
- 1627C7AA18BFE26700D0465F /* CGPathWriter.h */,
- 1627C7A918BFE26700D0465F /* CGPathWriter.c */,
- 1627C7AD18BFE26700D0465F /* MROCGPointMath.h */,
- 1627C7AC18BFE26700D0465F /* MROCGPointMath.c */,
- 1627C7AE18BFE26700D0465F /* NSCoder_MROCGPath.h */,
- 1627C7AF18BFE26700D0465F /* NSCoder_MROCGPath.m */,
- 1627C7B518BFE26700D0465F /* RagelParser.h */,
- 1627C7B618BFE26700D0465F /* RagelParser.m */,
- 1627C7B718BFE26700D0465F /* TrafoParser.h */,
- 1627C7B918BFE26700D0465F /* TrafoParser.rl */,
- 1627C7B818BFE26700D0465F /* TrafoParser.m */,
- 1627C7B218BFE26700D0465F /* PathParser.h */,
- 1627C7B418BFE26700D0465F /* PathParser.rl */,
- 1627C7B318BFE26700D0465F /* PathParser.m */,
- 1627C7B018BFE26700D0465F /* PathBuilder.h */,
- 1627C7B118BFE26700D0465F /* PathBuilder.m */,
- );
- path = MROGeometry;
- sourceTree = "<group>";
- };
- 1627C78418BFE14000D0465F /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 1627C78518BFE14000D0465F /* MROGeometry-Prefix.pch */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- 1627C79718BFE14000D0465F /* MROGeometryTests */ = {
- isa = PBXGroup;
- children = (
- 1627C79818BFE14000D0465F /* Supporting Files */,
- 1627C7CE18BFE2AB00D0465F /* CGPathWriterTest.m */,
- 16992E8418C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg */,
- );
- path = MROGeometryTests;
- sourceTree = "<group>";
- };
- 1627C79818BFE14000D0465F /* Supporting Files */ = {
- isa = PBXGroup;
- children = (
- 1627C79918BFE14000D0465F /* MROGeometryTests-Info.plist */,
- 1627C79A18BFE14000D0465F /* InfoPlist.strings */,
- );
- name = "Supporting Files";
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- 1627C77D18BFE14000D0465F /* MROGeometry */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1627C7A118BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometry" */;
- buildPhases = (
- 1627C77A18BFE14000D0465F /* Sources */,
- 1627C77B18BFE14000D0465F /* Frameworks */,
- 1627C77C18BFE14000D0465F /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = MROGeometry;
- productName = MROGeometry;
- productReference = 1627C77E18BFE14000D0465F /* libMROGeometry.a */;
- productType = "com.apple.product-type.library.static";
- };
- 1627C78D18BFE14000D0465F /* MROGeometryTests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 1627C7A418BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometryTests" */;
- buildPhases = (
- 1627C78A18BFE14000D0465F /* Sources */,
- 1627C78B18BFE14000D0465F /* Frameworks */,
- 1627C78C18BFE14000D0465F /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 1627C79518BFE14000D0465F /* PBXTargetDependency */,
- );
- name = MROGeometryTests;
- productName = MROGeometryTests;
- productReference = 1627C78E18BFE14000D0465F /* MROGeometryTests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 1627C77618BFE14000D0465F /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0510;
- ORGANIZATIONNAME = "Marcus Rohrmoser mobile Software";
- };
- buildConfigurationList = 1627C77918BFE14000D0465F /* Build configuration list for PBXProject "MROGeometry" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = 1627C77518BFE14000D0465F;
- productRefGroup = 1627C77F18BFE14000D0465F /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 1627C77D18BFE14000D0465F /* MROGeometry */,
- 1627C78D18BFE14000D0465F /* MROGeometryTests */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- 1627C78C18BFE14000D0465F /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 16992E8518C0947000701606 /* CGPathWriterTest.PathDataCubicBezierCommands.svg in Resources */,
- 1627C79C18BFE14000D0465F /* InfoPlist.strings in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- 1627C77A18BFE14000D0465F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1627C7C218BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */,
- 1627C7C618BFE26700D0465F /* PathParser.m in Sources */,
- 1627C7BA18BFE26700D0465F /* CGPathReader.m in Sources */,
- 1627C7C018BFE26700D0465F /* MROCGPointMath.c in Sources */,
- 1627C7C418BFE26700D0465F /* PathBuilder.m in Sources */,
- 1627C7BC18BFE26700D0465F /* CGPathWriter.c in Sources */,
- 1627C7C918BFE26700D0465F /* RagelParser.m in Sources */,
- 1627C7CB18BFE26700D0465F /* TrafoParser.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 1627C78A18BFE14000D0465F /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 1627C7C318BFE26700D0465F /* NSCoder_MROCGPath.m in Sources */,
- 1627C7C718BFE26700D0465F /* PathParser.m in Sources */,
- 1627C7CF18BFE2AB00D0465F /* CGPathWriterTest.m in Sources */,
- 1627C7BB18BFE26700D0465F /* CGPathReader.m in Sources */,
- 1627C7C118BFE26700D0465F /* MROCGPointMath.c in Sources */,
- 1627C7C518BFE26700D0465F /* PathBuilder.m in Sources */,
- 1627C7BD18BFE26700D0465F /* CGPathWriter.c in Sources */,
- 1627C7CA18BFE26700D0465F /* RagelParser.m in Sources */,
- 1627C7CC18BFE26700D0465F /* TrafoParser.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXTargetDependency section */
- 1627C79518BFE14000D0465F /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 1627C77D18BFE14000D0465F /* MROGeometry */;
- targetProxy = 1627C79418BFE14000D0465F /* PBXContainerItemProxy */;
- };
- /* End PBXTargetDependency section */
- /* Begin PBXVariantGroup section */
- 1627C79A18BFE14000D0465F /* InfoPlist.strings */ = {
- isa = PBXVariantGroup;
- children = (
- 1627C79B18BFE14000D0465F /* en */,
- );
- name = InfoPlist.strings;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- 1627C79F18BFE14000D0465F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 5.0;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- };
- name = Debug;
- };
- 1627C7A018BFE14000D0465F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- COPY_PHASE_STRIP = YES;
- ENABLE_NS_ASSERTIONS = NO;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 5.0;
- SDKROOT = iphoneos;
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- 1627C7A218BFE14000D0465F /* Debug */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1627C7D518BFEFA600D0465F /* Debug.xcconfig */;
- buildSettings = {
- DSTROOT = /tmp/MROGeometry.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- 1627C7A318BFE14000D0465F /* Release */ = {
- isa = XCBuildConfiguration;
- baseConfigurationReference = 1627C7D618BFEFA600D0465F /* Release.xcconfig */;
- buildSettings = {
- DSTROOT = /tmp/MROGeometry.dst;
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
- OTHER_LDFLAGS = "-ObjC";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- 1627C7A518BFE14000D0465F /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(inherited)",
- "$(DEVELOPER_FRAMEWORKS_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- INFOPLIST_FILE = "MROGeometryTests/MROGeometryTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = xctest;
- };
- name = Debug;
- };
- 1627C7A618BFE14000D0465F /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- FRAMEWORK_SEARCH_PATHS = (
- "$(SDKROOT)/Developer/Library/Frameworks",
- "$(inherited)",
- "$(DEVELOPER_FRAMEWORKS_DIR)",
- );
- GCC_PRECOMPILE_PREFIX_HEADER = YES;
- GCC_PREFIX_HEADER = "MROGeometry/MROGeometry-Prefix.pch";
- INFOPLIST_FILE = "MROGeometryTests/MROGeometryTests-Info.plist";
- PRODUCT_NAME = "$(TARGET_NAME)";
- WRAPPER_EXTENSION = xctest;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 1627C77918BFE14000D0465F /* Build configuration list for PBXProject "MROGeometry" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1627C79F18BFE14000D0465F /* Debug */,
- 1627C7A018BFE14000D0465F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1627C7A118BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometry" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1627C7A218BFE14000D0465F /* Debug */,
- 1627C7A318BFE14000D0465F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 1627C7A418BFE14000D0465F /* Build configuration list for PBXNativeTarget "MROGeometryTests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 1627C7A518BFE14000D0465F /* Debug */,
- 1627C7A618BFE14000D0465F /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 1627C77618BFE14000D0465F /* Project object */;
- }
|