diff --git a/MathKit/MathKit-Info.plist b/MathKit/MathKit-Info.plist new file mode 100644 index 0000000..e793308 --- /dev/null +++ b/MathKit/MathKit-Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleDevelopmentRegion + de_DE + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + wittenburg.kim.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + NSHumanReadableCopyright + Copyright © 2014 Kim Wittenburg. All rights reserved. + NSPrincipalClass + + + diff --git a/MathKit/MathKit-Prefix.pch b/MathKit/MathKit-Prefix.pch new file mode 100644 index 0000000..35d7640 --- /dev/null +++ b/MathKit/MathKit-Prefix.pch @@ -0,0 +1,9 @@ +// +// Prefix header +// +// The contents of this file are implicitly included at the beginning of every source file. +// + +#ifdef __OBJC__ + #import +#endif diff --git a/MathKit/MathKit.h b/MathKit/MathKit.h new file mode 100644 index 0000000..3d7494c --- /dev/null +++ b/MathKit/MathKit.h @@ -0,0 +1,19 @@ +// +// MathKit.h +// MathPad +// +// Created by Kim Wittenburg on 06.09.14. +// Copyright (c) 2014 Kim Wittenburg. All rights reserved. +// + +#import "MPExpression.h" +#import "MPExpressionElement.h" +#import "NSString+MPExpressionElement.h" +#import "MPFunction.h" +#import "MPSumFunction.h" + +#import "MPRangePath.h" +#import "MPException.h" +#import "NSIndexPath+MPAdditions.h" +#import "MPExpressionView.h" +#import "MPExpressionStorage.h" \ No newline at end of file diff --git a/MathKit/en.lproj/InfoPlist.strings b/MathKit/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/MathKit/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/MathKitTests/MathKitTests-Info.plist b/MathKitTests/MathKitTests-Info.plist new file mode 100644 index 0000000..8b25e88 --- /dev/null +++ b/MathKitTests/MathKitTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + wittenburg.kim.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/MathKitTests/en.lproj/InfoPlist.strings b/MathKitTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/MathKitTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/MathPad.xcodeproj/project.pbxproj b/MathPad.xcodeproj/project.pbxproj index 408db93..5f4778b 100644 --- a/MathPad.xcodeproj/project.pbxproj +++ b/MathPad.xcodeproj/project.pbxproj @@ -7,32 +7,55 @@ objects = { /* Begin PBXBuildFile section */ - 3B0F69A919028C6000817707 /* MPException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69A819028C6000817707 /* MPException.m */; }; - 3B0F69AC1902A82C00817707 /* MPExpressionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */; }; - 3B0F69AE1902AD2800817707 /* MPException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69A819028C6000817707 /* MPException.m */; }; - 3B0F69B01902AD2E00817707 /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35F19009D5F00259938 /* MPFunction.m */; }; - 3B528D10199417E10054DB5F /* MPExpressionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D0F199417E10054DB5F /* MPExpressionLayout.m */; }; - 3B528D13199417E90054DB5F /* MPFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D12199417E90054DB5F /* MPFunctionLayout.m */; }; - 3B528D1619941F5B0054DB5F /* MPExpressionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D0F199417E10054DB5F /* MPExpressionLayout.m */; }; - 3B528D1819941F5B0054DB5F /* MPFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D12199417E90054DB5F /* MPFunctionLayout.m */; }; - 3B53AD5F1997E0FB00C925C4 /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFAC38E1997B61300B3EF67 /* MPExpression.m */; }; - 3B688D9919982DF50006B4AB /* MPLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B688D9819982DF50006B4AB /* MPLayout.m */; }; + 3B52CEC119BB9FA900CEDCFC /* MathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; }; 3B74BFB319A4C51800E5B5DE /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B74BFB219A4C51800E5B5DE /* CoreText.framework */; }; - 3B87E3561900856F00259938 /* MPExpressionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E3551900856F00259938 /* MPExpressionView.m */; }; - 3B87E36019009D5F00259938 /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35F19009D5F00259938 /* MPFunction.m */; }; - 3BB09EB21905DE500080A5ED /* MPExpressionStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */; }; - 3BB09EC91906FD830080A5ED /* MPSumFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EC81906FD830080A5ED /* MPSumFunction.m */; }; - 3BB09EDE190728220080A5ED /* NSIndexPath+MPAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EDD190728220080A5ED /* NSIndexPath+MPAdditions.m */; }; - 3BB09EE1190736160080A5ED /* MPSumFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */; }; - 3BBBA35E1903FD3600824E74 /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35C1900933200259938 /* MPRangePath.m */; }; - 3BBBA35F1903FD3600824E74 /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35C1900933200259938 /* MPRangePath.m */; }; - 3BBBA3951905704200824E74 /* MPRangeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA3941905704200824E74 /* MPRangeTests.m */; }; + 3B85830E19BB5E5500D76A8D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */; }; + 3B85831419BB5E5500D76A8D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B85831219BB5E5500D76A8D /* InfoPlist.strings */; }; + 3B85831E19BB5E5500D76A8D /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9979018DE623E009CF6C4 /* XCTest.framework */; }; + 3B85831F19BB5E5500D76A8D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */; }; + 3B85832219BB5E5500D76A8D /* MathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; }; + 3B85832819BB5E5500D76A8D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3B85832619BB5E5500D76A8D /* InfoPlist.strings */; }; + 3B85833819BB63BD00D76A8D /* MPExpression.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFAC38D1997B61300B3EF67 /* MPExpression.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85833919BB63C500D76A8D /* MPExpressionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFAC3961997B67400B3EF67 /* MPExpressionElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85833A19BB63D400D76A8D /* MPFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B87E35E19009D5F00259938 /* MPFunction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85833E19BB651400D76A8D /* MPExpressionEvaluator.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC46B4719B38C980033F13A /* MPExpressionEvaluator.h */; }; + 3B85833F19BB651400D76A8D /* MPElementParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B85830519BB573A00D76A8D /* MPElementParser.h */; }; + 3B85834019BB651400D76A8D /* MPParsedElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE9C4B119B9CC70002CC508 /* MPParsedElement.h */; }; + 3B85834119BB651E00D76A8D /* MPRangePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B87E35B1900933200259938 /* MPRangePath.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834219BB652900D76A8D /* MPException.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B0F69A719028BC600817707 /* MPException.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834319BB653700D76A8D /* MPSumFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB09EC71906FD830080A5ED /* MPSumFunction.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834419BB654D00D76A8D /* NSString+MPExpressionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BFAC39A1997BC7600B3EF67 /* NSString+MPExpressionElement.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834519BB655200D76A8D /* NSIndexPath+MPAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB09EDC190728220080A5ED /* NSIndexPath+MPAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834619BB655C00D76A8D /* MPExpressionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B87E3541900856F00259938 /* MPExpressionView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834719BB655F00D76A8D /* MPExpressionStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3B85834819BB65B600D76A8D /* MPLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B528D0D199417740054DB5F /* MPLayout.h */; }; + 3B85834919BB65B600D76A8D /* MPExpressionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B528D0E199417E10054DB5F /* MPExpressionLayout.h */; }; + 3B85834A19BB65B600D76A8D /* MPFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B528D11199417E90054DB5F /* MPFunctionLayout.h */; }; + 3B85834B19BB65B600D76A8D /* MPSumFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BB09EDF190736160080A5ED /* MPSumFunctionLayout.h */; }; + 3B85834C19BB661100D76A8D /* MathKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B85833219BB5F2D00D76A8D /* MathKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BBEA92C19BB680B00133766 /* MathKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; }; + 3BBEA93519BB79A700133766 /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFAC38E1997B61300B3EF67 /* MPExpression.m */; }; + 3BBEA93619BB79A700133766 /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35F19009D5F00259938 /* MPFunction.m */; }; + 3BBEA93719BB79A700133766 /* MPExpressionEvaluator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC46B4819B38C980033F13A /* MPExpressionEvaluator.m */; }; + 3BBEA93819BB79A700133766 /* MPElementParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B85830619BB573A00D76A8D /* MPElementParser.m */; }; + 3BBEA93919BB79A700133766 /* MPParsedElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE9C4B219B9CC70002CC508 /* MPParsedElement.m */; }; + 3BBEA93A19BB79A700133766 /* MPSumFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EC81906FD830080A5ED /* MPSumFunction.m */; }; + 3BBEA93B19BB79A700133766 /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35C1900933200259938 /* MPRangePath.m */; }; + 3BBEA93C19BB79A700133766 /* MPException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69A819028C6000817707 /* MPException.m */; }; + 3BBEA93D19BB79A700133766 /* NSString+MPExpressionElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFAC39B1997BC7600B3EF67 /* NSString+MPExpressionElement.m */; }; + 3BBEA93E19BB79A700133766 /* NSIndexPath+MPAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EDD190728220080A5ED /* NSIndexPath+MPAdditions.m */; }; + 3BBEA93F19BB79A700133766 /* MPExpressionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E3551900856F00259938 /* MPExpressionView.m */; }; + 3BBEA94019BB79A700133766 /* MPExpressionStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */; }; + 3BBEA94119BB79A700133766 /* MPLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B688D9819982DF50006B4AB /* MPLayout.m */; }; + 3BBEA94219BB79A700133766 /* MPExpressionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D0F199417E10054DB5F /* MPExpressionLayout.m */; }; + 3BBEA94319BB79A700133766 /* MPFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B528D12199417E90054DB5F /* MPFunctionLayout.m */; }; + 3BBEA94419BB79A700133766 /* MPSumFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */; }; + 3BBEA94F19BB79EF00133766 /* MPExpressionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */; }; + 3BBEA95019BB79EF00133766 /* MPRangeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA3941905704200824E74 /* MPRangeTests.m */; }; + 3BBEA95519BB9B3500133766 /* MPParseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BBEA95319BB9B3500133766 /* MPParseError.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3BBEA95619BB9B3500133766 /* MPParseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBEA95419BB9B3500133766 /* MPParseError.m */; }; 3BC4660B19B2425A0033F13A /* MPDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9978318DE623E009CF6C4 /* MPDocument.xib */; }; 3BC4661419B245C60033F13A /* Fonts in Resources */ = {isa = PBXBuildFile; fileRef = 3BC4661319B245C60033F13A /* Fonts */; }; - 3BC46B4919B38C980033F13A /* MPExpressionEvaluator.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC46B4819B38C980033F13A /* MPExpressionEvaluator.m */; }; - 3BC46B5E19B8BE760033F13A /* MPMath.lm in Sources */ = {isa = PBXBuildFile; fileRef = 3BC46B5D19B8BE760033F13A /* MPMath.lm */; }; - 3BD98B2519B8F0670035852A /* MPMath.ym in Sources */ = {isa = PBXBuildFile; fileRef = 3BD98B2419B8F0670035852A /* MPMath.ym */; }; - 3BE9C4B319B9CC70002CC508 /* MPParsedElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE9C4B219B9CC70002CC508 /* MPParsedElement.m */; }; 3BF9976F18DE623E009CF6C4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */; }; 3BF9977918DE623E009CF6C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9977718DE623E009CF6C4 /* InfoPlist.strings */; }; 3BF9977B18DE623E009CF6C4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF9977A18DE623E009CF6C4 /* main.m */; }; @@ -43,8 +66,6 @@ 3BF9979118DE623E009CF6C4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9979018DE623E009CF6C4 /* XCTest.framework */; }; 3BF9979218DE623E009CF6C4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */; }; 3BF9979A18DE623E009CF6C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9979818DE623E009CF6C4 /* InfoPlist.strings */; }; - 3BFAC38F1997B61300B3EF67 /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFAC38E1997B61300B3EF67 /* MPExpression.m */; }; - 3BFAC39C1997BC7600B3EF67 /* NSString+MPExpressionElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFAC39B1997BC7600B3EF67 /* NSString+MPExpressionElement.m */; }; /* End PBXBuildFile section */ /* Begin PBXBuildRule section */ @@ -70,11 +91,25 @@ "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).tab.h", "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).tab.m", ); - script = "cd \"$INPUT_FILE_DIR\"\nbison -o \"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.m\" --defines=\"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.h\" \"$INPUT_FILE_NAME\""; + script = "cd \"$INPUT_FILE_DIR\"\nbison -v -o \"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.m\" --defines=\"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.h\" \"$INPUT_FILE_NAME\""; }; /* End PBXBuildRule section */ /* Begin PBXContainerItemProxy section */ + 3B85832019BB5E5500D76A8D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 3BF9976318DE623E009CF6C4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3B85830C19BB5E5500D76A8D; + remoteInfo = MathKit; + }; + 3BBEA93219BB6C2300133766 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 3BF9976318DE623E009CF6C4 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3B85830C19BB5E5500D76A8D; + remoteInfo = MathKit; + }; 3BF9979318DE623E009CF6C4 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 3BF9976318DE623E009CF6C4 /* Project object */; @@ -84,10 +119,23 @@ }; /* End PBXContainerItemProxy section */ +/* Begin PBXCopyFilesBuildPhase section */ + 3BBEA92B19BB680800133766 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 10; + files = ( + 3BBEA92C19BB680B00133766 /* MathKit.framework in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 3B0F69A719028BC600817707 /* MPException.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPException.h; sourceTree = ""; }; 3B0F69A819028C6000817707 /* MPException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPException.m; sourceTree = ""; }; - 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionTests.m; sourceTree = ""; }; + 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = ""; }; 3B225D2C19B90F6A00520A4D /* MPMath.yy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPMath.yy.m; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.yy.m"; sourceTree = ""; }; 3B225D3119B9162E00520A4D /* MPMath.yy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MPMath.yy.h; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.yy.h"; sourceTree = ""; }; 3B225D3219B9168600520A4D /* MPMath.tab.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPMath.tab.m; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.tab.m"; sourceTree = ""; }; @@ -98,30 +146,41 @@ 3B528D11199417E90054DB5F /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunctionLayout.h; sourceTree = ""; }; 3B528D12199417E90054DB5F /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunctionLayout.m; sourceTree = ""; }; 3B688D9819982DF50006B4AB /* MPLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPLayout.m; sourceTree = ""; }; + 3B71118619BB33C900356C31 /* MPMath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPMath.m; sourceTree = ""; }; 3B74BFB219A4C51800E5B5DE /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; - 3B87E3541900856F00259938 /* MPExpressionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionView.h; sourceTree = ""; }; - 3B87E3551900856F00259938 /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionView.m; sourceTree = ""; }; + 3B85830519BB573A00D76A8D /* MPElementParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPElementParser.h; sourceTree = ""; }; + 3B85830619BB573A00D76A8D /* MPElementParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPElementParser.m; sourceTree = ""; }; + 3B85830D19BB5E5500D76A8D /* MathKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MathKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B85831119BB5E5500D76A8D /* MathKit-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MathKit-Info.plist"; sourceTree = ""; }; + 3B85831319BB5E5500D76A8D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 3B85831519BB5E5500D76A8D /* MathKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MathKit-Prefix.pch"; sourceTree = ""; }; + 3B85831D19BB5E5500D76A8D /* MathKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MathKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 3B85832519BB5E5500D76A8D /* MathKitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MathKitTests-Info.plist"; sourceTree = ""; }; + 3B85832719BB5E5500D76A8D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; + 3B85833219BB5F2D00D76A8D /* MathKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MathKit.h; sourceTree = ""; }; + 3B87E3541900856F00259938 /* MPExpressionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExpressionView.h; path = ../MathPad/MPExpressionView.h; sourceTree = ""; }; + 3B87E3551900856F00259938 /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionView.m; path = ../MathPad/MPExpressionView.m; sourceTree = ""; }; 3B87E35B1900933200259938 /* MPRangePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPRangePath.h; sourceTree = ""; }; 3B87E35C1900933200259938 /* MPRangePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRangePath.m; sourceTree = ""; }; 3B87E35E19009D5F00259938 /* MPFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunction.h; sourceTree = ""; }; 3B87E35F19009D5F00259938 /* MPFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunction.m; sourceTree = ""; }; - 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionStorage.h; sourceTree = ""; }; - 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionStorage.m; sourceTree = ""; }; + 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExpressionStorage.h; path = ../MathPad/MPExpressionStorage.h; sourceTree = ""; }; + 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionStorage.m; path = ../MathPad/MPExpressionStorage.m; sourceTree = ""; }; 3BB09EC71906FD830080A5ED /* MPSumFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPSumFunction.h; sourceTree = ""; }; 3BB09EC81906FD830080A5ED /* MPSumFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPSumFunction.m; sourceTree = ""; }; 3BB09EDC190728220080A5ED /* NSIndexPath+MPAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSIndexPath+MPAdditions.h"; sourceTree = ""; }; 3BB09EDD190728220080A5ED /* NSIndexPath+MPAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSIndexPath+MPAdditions.m"; sourceTree = ""; }; 3BB09EDF190736160080A5ED /* MPSumFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPSumFunctionLayout.h; sourceTree = ""; }; 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPSumFunctionLayout.m; sourceTree = ""; }; - 3BBBA38419047FC900824E74 /* MPView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPView.h; sourceTree = ""; }; - 3BBBA3941905704200824E74 /* MPRangeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRangeTests.m; sourceTree = ""; }; + 3BBBA3941905704200824E74 /* MPRangeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPRangeTests.m; path = ../MathPadTests/MPRangeTests.m; sourceTree = ""; }; + 3BBEA95319BB9B3500133766 /* MPParseError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPParseError.h; sourceTree = ""; }; + 3BBEA95419BB9B3500133766 /* MPParseError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPParseError.m; sourceTree = ""; }; 3BC4661319B245C60033F13A /* Fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Fonts; sourceTree = ""; }; 3BC4661519B365070033F13A /* MPArrayCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPArrayCache.h; sourceTree = ""; }; 3BC4661619B365070033F13A /* MPArrayCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPArrayCache.m; sourceTree = ""; }; 3BC46B4719B38C980033F13A /* MPExpressionEvaluator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionEvaluator.h; sourceTree = ""; }; 3BC46B4819B38C980033F13A /* MPExpressionEvaluator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionEvaluator.m; sourceTree = ""; }; 3BC46B5D19B8BE760033F13A /* MPMath.lm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = MPMath.lm; sourceTree = ""; }; - 3BD98B1E19B8CE490035852A /* libl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libl.a; path = ../../../../../usr/lib/libl.a; sourceTree = ""; }; 3BD98B2419B8F0670035852A /* MPMath.ym */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.yacc; path = MPMath.ym; sourceTree = ""; }; 3BE9C4B019B91978002CC508 /* MPMath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPMath.h; sourceTree = ""; }; 3BE9C4B119B9CC70002CC508 /* MPParsedElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPParsedElement.h; sourceTree = ""; }; @@ -153,12 +212,31 @@ /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + 3B85830919BB5E5500D76A8D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B85830E19BB5E5500D76A8D /* Cocoa.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3B85831A19BB5E5500D76A8D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B85832219BB5E5500D76A8D /* MathKit.framework in Frameworks */, + 3B85831F19BB5E5500D76A8D /* Cocoa.framework in Frameworks */, + 3B85831E19BB5E5500D76A8D /* XCTest.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3BF9976818DE623E009CF6C4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 3BF9976F18DE623E009CF6C4 /* Cocoa.framework in Frameworks */, 3B74BFB319A4C51800E5B5DE /* CoreText.framework in Frameworks */, + 3B52CEC119BB9FA900CEDCFC /* MathKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -174,39 +252,80 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 3B87E350190082B300259938 /* Model */ = { + 3B85830419BB570800D76A8D /* Lex/Bison */ = { isa = PBXGroup; children = ( - 3BC46B4B19B38CB60033F13A /* Base Expression Classes */, - 3BC46B4C19B38CD20033F13A /* Independant Classes */, - 3BB09EBC1905EF210080A5ED /* Functions */, - 3BC46B4D19B38CFB0033F13A /* Helpers */, + 3BC46B5D19B8BE760033F13A /* MPMath.lm */, + 3BD98B2419B8F0670035852A /* MPMath.ym */, + 3BE9C4B019B91978002CC508 /* MPMath.h */, + 3B71118619BB33C900356C31 /* MPMath.m */, + 3BD98B2619B8F3F10035852A /* Generated */, ); - name = Model; + name = Lex/Bison; sourceTree = ""; }; - 3B87E351190082BB00259938 /* View */ = { + 3B85830F19BB5E5500D76A8D /* MathKit */ = { + isa = PBXGroup; + children = ( + 3B85833219BB5F2D00D76A8D /* MathKit.h */, + 3B87E350190082B300259938 /* Model */, + 3B85833119BB5EC800D76A8D /* View */, + 3B85831019BB5E5500D76A8D /* Supporting Files */, + ); + path = MathKit; + sourceTree = ""; + }; + 3B85831019BB5E5500D76A8D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 3B85831119BB5E5500D76A8D /* MathKit-Info.plist */, + 3B85831219BB5E5500D76A8D /* InfoPlist.strings */, + 3B85831519BB5E5500D76A8D /* MathKit-Prefix.pch */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 3B85832319BB5E5500D76A8D /* MathKitTests */ = { + isa = PBXGroup; + children = ( + 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */, + 3BBBA3941905704200824E74 /* MPRangeTests.m */, + 3B85832419BB5E5500D76A8D /* Supporting Files */, + ); + path = MathKitTests; + sourceTree = ""; + }; + 3B85832419BB5E5500D76A8D /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 3B85832519BB5E5500D76A8D /* MathKitTests-Info.plist */, + 3B85832619BB5E5500D76A8D /* InfoPlist.strings */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 3B85833119BB5EC800D76A8D /* View */ = { isa = PBXGroup; children = ( - 3BB09ED419071A140080A5ED /* Categories */, - 3BBBA38419047FC900824E74 /* MPView.h */, 3B87E3541900856F00259938 /* MPExpressionView.h */, 3B87E3551900856F00259938 /* MPExpressionView.m */, 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */, 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */, 3BB09ED819071C270080A5ED /* Private */, - 3BB09EE21907361C0080A5ED /* Function Layouts */, ); name = View; sourceTree = ""; }; - 3B87E352190082C000259938 /* Controller */ = { + 3B87E350190082B300259938 /* Model */ = { isa = PBXGroup; children = ( - 3BF9978018DE623E009CF6C4 /* MPDocument.h */, - 3BF9978118DE623E009CF6C4 /* MPDocument.m */, + 3BC46B4B19B38CB60033F13A /* Base Expression Classes */, + 3BB09EBC1905EF210080A5ED /* Functions */, + 3BC46B4C19B38CD20033F13A /* Independant Classes */, + 3BC46B4D19B38CFB0033F13A /* Helpers */, ); - name = Controller; + name = Model; + path = ../MathPad; sourceTree = ""; }; 3B87E353190082E200259938 /* Resources */ = { @@ -229,13 +348,6 @@ name = Functions; sourceTree = ""; }; - 3BB09ED419071A140080A5ED /* Categories */ = { - isa = PBXGroup; - children = ( - ); - name = Categories; - sourceTree = ""; - }; 3BB09ED819071C270080A5ED /* Private */ = { isa = PBXGroup; children = ( @@ -245,8 +357,10 @@ 3B528D0F199417E10054DB5F /* MPExpressionLayout.m */, 3B528D11199417E90054DB5F /* MPFunctionLayout.h */, 3B528D12199417E90054DB5F /* MPFunctionLayout.m */, + 3BB09EE21907361C0080A5ED /* Function Layouts */, ); name = Private; + path = ../MathPad; sourceTree = ""; }; 3BB09EE21907361C0080A5ED /* Function Layouts */ = { @@ -261,6 +375,7 @@ 3BC4661819B3692A0033F13A /* Temp */ = { isa = PBXGroup; children = ( + 3B85830419BB570800D76A8D /* Lex/Bison */, 3BC4661519B365070033F13A /* MPArrayCache.h */, 3BC4661619B365070033F13A /* MPArrayCache.m */, ); @@ -305,12 +420,12 @@ 3BC46B4F19B506F20033F13A /* Evaluation */ = { isa = PBXGroup; children = ( - 3BC46B5D19B8BE760033F13A /* MPMath.lm */, - 3BD98B2419B8F0670035852A /* MPMath.ym */, - 3BE9C4B019B91978002CC508 /* MPMath.h */, - 3BD98B2619B8F3F10035852A /* Generated */, 3BC46B4719B38C980033F13A /* MPExpressionEvaluator.h */, 3BC46B4819B38C980033F13A /* MPExpressionEvaluator.m */, + 3B85830519BB573A00D76A8D /* MPElementParser.h */, + 3B85830619BB573A00D76A8D /* MPElementParser.m */, + 3BBEA95319BB9B3500133766 /* MPParseError.h */, + 3BBEA95419BB9B3500133766 /* MPParseError.m */, 3BE9C4B119B9CC70002CC508 /* MPParsedElement.h */, 3BE9C4B219B9CC70002CC508 /* MPParsedElement.m */, ); @@ -332,17 +447,22 @@ isa = PBXGroup; children = ( 3BF9977418DE623E009CF6C4 /* MathPad */, + 3B85830F19BB5E5500D76A8D /* MathKit */, 3BF9979518DE623E009CF6C4 /* MathPadTests */, + 3B85832319BB5E5500D76A8D /* MathKitTests */, 3BF9976D18DE623E009CF6C4 /* Frameworks */, 3BF9976C18DE623E009CF6C4 /* Products */, ); sourceTree = ""; + usesTabs = 0; }; 3BF9976C18DE623E009CF6C4 /* Products */ = { isa = PBXGroup; children = ( 3BF9976B18DE623E009CF6C4 /* MathPad.app */, 3BF9978F18DE623E009CF6C4 /* MathPadTests.xctest */, + 3B85830D19BB5E5500D76A8D /* MathKit.framework */, + 3B85831D19BB5E5500D76A8D /* MathKitTests.xctest */, ); name = Products; sourceTree = ""; @@ -350,7 +470,6 @@ 3BF9976D18DE623E009CF6C4 /* Frameworks */ = { isa = PBXGroup; children = ( - 3BD98B1E19B8CE490035852A /* libl.a */, 3B74BFB219A4C51800E5B5DE /* CoreText.framework */, 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */, 3BF9979018DE623E009CF6C4 /* XCTest.framework */, @@ -373,9 +492,8 @@ isa = PBXGroup; children = ( 3BC4661819B3692A0033F13A /* Temp */, - 3B87E350190082B300259938 /* Model */, - 3B87E351190082BB00259938 /* View */, - 3B87E352190082C000259938 /* Controller */, + 3BF9978018DE623E009CF6C4 /* MPDocument.h */, + 3BF9978118DE623E009CF6C4 /* MPDocument.m */, 3B87E353190082E200259938 /* Resources */, 3BF9977518DE623E009CF6C4 /* Supporting Files */, ); @@ -397,8 +515,6 @@ 3BF9979518DE623E009CF6C4 /* MathPadTests */ = { isa = PBXGroup; children = ( - 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */, - 3BBBA3941905704200824E74 /* MPRangeTests.m */, 3BF9979618DE623E009CF6C4 /* Supporting Files */, ); path = MathPadTests; @@ -415,7 +531,72 @@ }; /* End PBXGroup section */ +/* Begin PBXHeadersBuildPhase section */ + 3B85830A19BB5E5500D76A8D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B85834C19BB661100D76A8D /* MathKit.h in Headers */, + 3B85833819BB63BD00D76A8D /* MPExpression.h in Headers */, + 3B85833919BB63C500D76A8D /* MPExpressionElement.h in Headers */, + 3B85834419BB654D00D76A8D /* NSString+MPExpressionElement.h in Headers */, + 3BBEA95519BB9B3500133766 /* MPParseError.h in Headers */, + 3B85833A19BB63D400D76A8D /* MPFunction.h in Headers */, + 3B85834319BB653700D76A8D /* MPSumFunction.h in Headers */, + 3B85834119BB651E00D76A8D /* MPRangePath.h in Headers */, + 3B85834219BB652900D76A8D /* MPException.h in Headers */, + 3B85834519BB655200D76A8D /* NSIndexPath+MPAdditions.h in Headers */, + 3B85834619BB655C00D76A8D /* MPExpressionView.h in Headers */, + 3B85834719BB655F00D76A8D /* MPExpressionStorage.h in Headers */, + 3B85833E19BB651400D76A8D /* MPExpressionEvaluator.h in Headers */, + 3B85833F19BB651400D76A8D /* MPElementParser.h in Headers */, + 3B85834019BB651400D76A8D /* MPParsedElement.h in Headers */, + 3B85834819BB65B600D76A8D /* MPLayout.h in Headers */, + 3B85834919BB65B600D76A8D /* MPExpressionLayout.h in Headers */, + 3B85834A19BB65B600D76A8D /* MPFunctionLayout.h in Headers */, + 3B85834B19BB65B600D76A8D /* MPSumFunctionLayout.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + /* Begin PBXNativeTarget section */ + 3B85830C19BB5E5500D76A8D /* MathKit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B85832B19BB5E5500D76A8D /* Build configuration list for PBXNativeTarget "MathKit" */; + buildPhases = ( + 3B85830819BB5E5500D76A8D /* Sources */, + 3B85830919BB5E5500D76A8D /* Frameworks */, + 3B85830A19BB5E5500D76A8D /* Headers */, + 3B85830B19BB5E5500D76A8D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = MathKit; + productName = MathKit; + productReference = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; + productType = "com.apple.product-type.framework"; + }; + 3B85831C19BB5E5500D76A8D /* MathKitTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 3B85832E19BB5E5500D76A8D /* Build configuration list for PBXNativeTarget "MathKitTests" */; + buildPhases = ( + 3B85831919BB5E5500D76A8D /* Sources */, + 3B85831A19BB5E5500D76A8D /* Frameworks */, + 3B85831B19BB5E5500D76A8D /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 3B85832119BB5E5500D76A8D /* PBXTargetDependency */, + ); + name = MathKitTests; + productName = MathKitTests; + productReference = 3B85831D19BB5E5500D76A8D /* MathKitTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; 3BF9976A18DE623E009CF6C4 /* MathPad */ = { isa = PBXNativeTarget; buildConfigurationList = 3BF9979F18DE623E009CF6C4 /* Build configuration list for PBXNativeTarget "MathPad" */; @@ -423,12 +604,14 @@ 3BF9976718DE623E009CF6C4 /* Sources */, 3BF9976818DE623E009CF6C4 /* Frameworks */, 3BF9976918DE623E009CF6C4 /* Resources */, + 3BBEA92B19BB680800133766 /* CopyFiles */, ); buildRules = ( 3B225D3019B9154A00520A4D /* PBXBuildRule */, 3B225D2F19B9105E00520A4D /* PBXBuildRule */, ); dependencies = ( + 3BBEA93319BB6C2300133766 /* PBXTargetDependency */, ); name = MathPad; productName = MathPad; @@ -463,6 +646,9 @@ LastUpgradeCheck = 0510; ORGANIZATIONNAME = "Kim Wittenburg"; TargetAttributes = { + 3B85831C19BB5E5500D76A8D = { + TestTargetID = 3BF9976A18DE623E009CF6C4; + }; 3BF9978E18DE623E009CF6C4 = { TestTargetID = 3BF9976A18DE623E009CF6C4; }; @@ -484,11 +670,29 @@ targets = ( 3BF9976A18DE623E009CF6C4 /* MathPad */, 3BF9978E18DE623E009CF6C4 /* MathPadTests */, + 3B85830C19BB5E5500D76A8D /* MathKit */, + 3B85831C19BB5E5500D76A8D /* MathKitTests */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ + 3B85830B19BB5E5500D76A8D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B85831419BB5E5500D76A8D /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3B85831B19BB5E5500D76A8D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3B85832819BB5E5500D76A8D /* InfoPlist.strings in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3BF9976918DE623E009CF6C4 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -513,28 +717,44 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + 3B85830819BB5E5500D76A8D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3BBEA94219BB79A700133766 /* MPExpressionLayout.m in Sources */, + 3BBEA94119BB79A700133766 /* MPLayout.m in Sources */, + 3BBEA93D19BB79A700133766 /* NSString+MPExpressionElement.m in Sources */, + 3BBEA93819BB79A700133766 /* MPElementParser.m in Sources */, + 3BBEA94019BB79A700133766 /* MPExpressionStorage.m in Sources */, + 3BBEA93F19BB79A700133766 /* MPExpressionView.m in Sources */, + 3BBEA94419BB79A700133766 /* MPSumFunctionLayout.m in Sources */, + 3BBEA93719BB79A700133766 /* MPExpressionEvaluator.m in Sources */, + 3BBEA93A19BB79A700133766 /* MPSumFunction.m in Sources */, + 3BBEA93919BB79A700133766 /* MPParsedElement.m in Sources */, + 3BBEA93E19BB79A700133766 /* NSIndexPath+MPAdditions.m in Sources */, + 3BBEA95619BB9B3500133766 /* MPParseError.m in Sources */, + 3BBEA93C19BB79A700133766 /* MPException.m in Sources */, + 3BBEA93619BB79A700133766 /* MPFunction.m in Sources */, + 3BBEA93519BB79A700133766 /* MPExpression.m in Sources */, + 3BBEA93B19BB79A700133766 /* MPRangePath.m in Sources */, + 3BBEA94319BB79A700133766 /* MPFunctionLayout.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 3B85831919BB5E5500D76A8D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 3BBEA95019BB79EF00133766 /* MPRangeTests.m in Sources */, + 3BBEA94F19BB79EF00133766 /* MPExpressionTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 3BF9976718DE623E009CF6C4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3BE9C4B319B9CC70002CC508 /* MPParsedElement.m in Sources */, - 3B688D9919982DF50006B4AB /* MPLayout.m in Sources */, - 3BD98B2519B8F0670035852A /* MPMath.ym in Sources */, - 3BC46B5E19B8BE760033F13A /* MPMath.lm in Sources */, - 3BB09EE1190736160080A5ED /* MPSumFunctionLayout.m in Sources */, - 3BC46B4919B38C980033F13A /* MPExpressionEvaluator.m in Sources */, - 3B87E3561900856F00259938 /* MPExpressionView.m in Sources */, - 3BB09EC91906FD830080A5ED /* MPSumFunction.m in Sources */, - 3BB09EB21905DE500080A5ED /* MPExpressionStorage.m in Sources */, 3BF9977B18DE623E009CF6C4 /* main.m in Sources */, - 3BFAC38F1997B61300B3EF67 /* MPExpression.m in Sources */, - 3BFAC39C1997BC7600B3EF67 /* NSString+MPExpressionElement.m in Sources */, - 3B528D10199417E10054DB5F /* MPExpressionLayout.m in Sources */, - 3B528D13199417E90054DB5F /* MPFunctionLayout.m in Sources */, - 3BB09EDE190728220080A5ED /* NSIndexPath+MPAdditions.m in Sources */, - 3B87E36019009D5F00259938 /* MPFunction.m in Sources */, - 3B0F69A919028C6000817707 /* MPException.m in Sources */, - 3BBBA35E1903FD3600824E74 /* MPRangePath.m in Sources */, 3BF9978218DE623E009CF6C4 /* MPDocument.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -543,20 +763,22 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3B528D1619941F5B0054DB5F /* MPExpressionLayout.m in Sources */, - 3B528D1819941F5B0054DB5F /* MPFunctionLayout.m in Sources */, - 3B0F69AE1902AD2800817707 /* MPException.m in Sources */, - 3B0F69AC1902A82C00817707 /* MPExpressionTests.m in Sources */, - 3BBBA3951905704200824E74 /* MPRangeTests.m in Sources */, - 3B0F69B01902AD2E00817707 /* MPFunction.m in Sources */, - 3B53AD5F1997E0FB00C925C4 /* MPExpression.m in Sources */, - 3BBBA35F1903FD3600824E74 /* MPRangePath.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 3B85832119BB5E5500D76A8D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3B85830C19BB5E5500D76A8D /* MathKit */; + targetProxy = 3B85832019BB5E5500D76A8D /* PBXContainerItemProxy */; + }; + 3BBEA93319BB6C2300133766 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 3B85830C19BB5E5500D76A8D /* MathKit */; + targetProxy = 3BBEA93219BB6C2300133766 /* PBXContainerItemProxy */; + }; 3BF9979418DE623E009CF6C4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 3BF9976A18DE623E009CF6C4 /* MathPad */; @@ -565,6 +787,22 @@ /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */ + 3B85831219BB5E5500D76A8D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 3B85831319BB5E5500D76A8D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + 3B85832619BB5E5500D76A8D /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + 3B85832719BB5E5500D76A8D /* en */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; 3BF9977718DE623E009CF6C4 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -608,6 +846,82 @@ /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ + 3B85832C19BB5E5500D76A8D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MathKit/MathKit-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "MathKit/MathKit-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = framework; + }; + name = Debug; + }; + 3B85832D19BB5E5500D76A8D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + FRAMEWORK_VERSION = A; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MathKit/MathKit-Prefix.pch"; + INFOPLIST_FILE = "MathKit/MathKit-Info.plist"; + INSTALL_PATH = "@executable_path/../Frameworks"; + PRODUCT_NAME = "$(TARGET_NAME)"; + WRAPPER_EXTENSION = framework; + }; + name = Release; + }; + 3B85832F19BB5E5500D76A8D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MathPad.app/Contents/MacOS/MathPad"; + COMBINE_HIDPI_IMAGES = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(DEVELOPER_FRAMEWORKS_DIR)", + "$(inherited)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MathKit/MathKit-Prefix.pch"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = "MathKitTests/MathKitTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Debug; + }; + 3B85833019BB5E5500D76A8D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MathPad.app/Contents/MacOS/MathPad"; + COMBINE_HIDPI_IMAGES = YES; + FRAMEWORK_SEARCH_PATHS = ( + "$(DEVELOPER_FRAMEWORKS_DIR)", + "$(inherited)", + ); + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = "MathKit/MathKit-Prefix.pch"; + INFOPLIST_FILE = "MathKitTests/MathKitTests-Info.plist"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUNDLE_LOADER)"; + WRAPPER_EXTENSION = xctest; + }; + name = Release; + }; 3BF9979D18DE623E009CF6C4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -749,6 +1063,24 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ + 3B85832B19BB5E5500D76A8D /* Build configuration list for PBXNativeTarget "MathKit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3B85832C19BB5E5500D76A8D /* Debug */, + 3B85832D19BB5E5500D76A8D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 3B85832E19BB5E5500D76A8D /* Build configuration list for PBXNativeTarget "MathKitTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3B85832F19BB5E5500D76A8D /* Debug */, + 3B85833019BB5E5500D76A8D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 3BF9976618DE623E009CF6C4 /* Build configuration list for PBXProject "MathPad" */ = { isa = XCConfigurationList; buildConfigurations = (