From cff8ed68e243925ed830e7fbabe74d3e39742abb Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Sun, 4 Jan 2015 22:16:27 +0100 Subject: [PATCH] Fixed minor Documentation Issues --- MathKit/MPElementaryFunctionTerm.h | 4 +- MathKit/MPElementaryFunctionTerm.m | 4 +- MathKit/MPEvaluationContext.h | 2 +- MathKit/MPEvaluationContext.m | 2 +- MathKit/MPExpression.h | 2 +- MathKit/MPExpression.m | 2 +- MathKit/MPExpressionLayout.h | 2 +- MathKit/MPExpressionLayout.m | 7 +- MathKit/MPExpressionParser.h | 2 +- MathKit/MPExpressionParser.m | 2 +- MathKit/MPExpressionStorage.h | 15 +- MathKit/MPExpressionStorage.m | 2 +- MathKit/MPExpressionTokenizer.h | 2 +- MathKit/MPExpressionTokenizer.m | 2 +- MathKit/MPExpressionView.h | 5 +- MathKit/MPExpressionView.m | 2 +- MathKit/MPFactorialTerm.h | 2 +- MathKit/MPFactorialTerm.m | 2 +- MathKit/MPFractionFunction.h | 2 +- MathKit/MPFractionFunction.m | 2 +- MathKit/MPFractionFunctionLayout.h | 2 +- MathKit/MPFractionFunctionLayout.m | 2 +- MathKit/MPFractionTerm.h | 2 +- MathKit/MPFractionTerm.m | 2 +- MathKit/MPFunction+MPToken.h | 2 +- MathKit/MPFunction+MPToken.m | 2 +- MathKit/MPFunction.h | 2 +- MathKit/MPFunction.m | 2 +- MathKit/MPFunctionLayout.h | 2 +- MathKit/MPFunctionLayout.m | 2 +- MathKit/MPFunctionTerm.h | 2 +- MathKit/MPFunctionTerm.m | 2 +- MathKit/MPFunctionsViewController.h | 2 +- MathKit/MPFunctionsViewController.m | 2 +- MathKit/MPLayout.h | 2 +- MathKit/MPLayout.m | 2 +- MathKit/MPMathRules.h | 2 +- MathKit/MPMathRules.m | 2 +- MathKit/MPNegatedTerm.h | 2 +- MathKit/MPNegatedTerm.m | 2 +- MathKit/MPNumber.h | 2 +- MathKit/MPNumber.m | 2 +- MathKit/MPParenthesisFunction.h | 2 +- MathKit/MPParenthesisFunction.m | 3 +- MathKit/MPParenthesisFunctionLayout.h | 2 +- MathKit/MPParenthesisFunctionLayout.m | 2 +- MathKit/MPParenthesisTerm.h | 2 +- MathKit/MPParenthesisTerm.m | 2 +- MathKit/MPParsedExpression.h | 2 +- MathKit/MPParsedExpression.m | 2 +- MathKit/MPPowerFunction.h | 2 +- MathKit/MPPowerFunction.m | 2 +- MathKit/MPPowerFunctionLayout.h | 2 +- MathKit/MPPowerFunctionLayout.m | 2 +- MathKit/MPPowerTerm.h | 2 +- MathKit/MPPowerTerm.m | 2 +- MathKit/MPProductTerm.h | 2 +- MathKit/MPProductTerm.m | 2 +- MathKit/MPRangePath.h | 4 +- MathKit/MPRangePath.m | 4 +- MathKit/MPSumFunction.h | 2 +- MathKit/MPSumFunction.m | 2 +- MathKit/MPSumFunctionLayout.h | 2 +- MathKit/MPSumFunctionLayout.m | 2 +- MathKit/MPSumFunctionTerm.h | 2 +- MathKit/MPSumFunctionTerm.m | 2 +- MathKit/MPSumTerm.h | 2 +- MathKit/MPSumTerm.m | 2 +- MathKit/MPTerm.h | 2 +- MathKit/MPTerm.m | 2 +- MathKit/MPToken.h | 2 +- MathKit/MPToken.m | 2 +- MathKit/MPVariable.h | 2 +- MathKit/MPVariable.m | 2 +- MathKit/MPWhiteView.h | 2 +- MathKit/MPWhiteView.m | 2 +- MathKit/MathKit.h | 2 +- MathKit/NSIndexPath+MPAdditions.h | 4 +- MathKit/NSIndexPath+MPAdditions.m | 4 +- .../NSRegularExpression+MPParsingAdditions.h | 2 +- .../NSRegularExpression+MPParsingAdditions.m | 2 +- MathKit/NSString+MPExpressionElement.h | 2 +- MathKit/NSString+MPExpressionElement.m | 2 +- MathPad.xcodeproj/project.pbxproj | 158 +++++++++--------- MathPadTests/MPExpressionTests.m | 2 +- MathPadTests/MPRangeTests.m | 2 +- 86 files changed, 179 insertions(+), 183 deletions(-) diff --git a/MathKit/MPElementaryFunctionTerm.h b/MathKit/MPElementaryFunctionTerm.h index bd9825c..2cd9e2b 100644 --- a/MathKit/MPElementaryFunctionTerm.h +++ b/MathKit/MPElementaryFunctionTerm.h @@ -1,6 +1,6 @@ // -// MPFunctionValue.h -// MathPad +// MPElementaryFunctionTerm.h +// MathKit // // Created by Kim Wittenburg on 11.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPElementaryFunctionTerm.m b/MathKit/MPElementaryFunctionTerm.m index b492228..25406a4 100644 --- a/MathKit/MPElementaryFunctionTerm.m +++ b/MathKit/MPElementaryFunctionTerm.m @@ -1,6 +1,6 @@ // -// MPFunctionValue.m -// MathPad +// MPElementaryFunctionTerm.m +// MathKit // // Created by Kim Wittenburg on 11.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPEvaluationContext.h b/MathKit/MPEvaluationContext.h index d2f2bd4..6bf6e63 100644 --- a/MathKit/MPEvaluationContext.h +++ b/MathKit/MPEvaluationContext.h @@ -1,6 +1,6 @@ // // MPEvaluationContext.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 12.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPEvaluationContext.m b/MathKit/MPEvaluationContext.m index 21fac5c..1262051 100644 --- a/MathKit/MPEvaluationContext.m +++ b/MathKit/MPEvaluationContext.m @@ -1,6 +1,6 @@ // // MPEvaluationContext.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 12.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpression.h b/MathKit/MPExpression.h index 11772b6..10de718 100644 --- a/MathKit/MPExpression.h +++ b/MathKit/MPExpression.h @@ -1,6 +1,6 @@ // // MPExpression.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 10.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpression.m b/MathKit/MPExpression.m index da26d60..8b9cd38 100644 --- a/MathKit/MPExpression.m +++ b/MathKit/MPExpression.m @@ -1,6 +1,6 @@ // // MPExpression.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 10.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionLayout.h b/MathKit/MPExpressionLayout.h index d44e723..97d0534 100644 --- a/MathKit/MPExpressionLayout.h +++ b/MathKit/MPExpressionLayout.h @@ -1,6 +1,6 @@ // // MPExpressionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionLayout.m b/MathKit/MPExpressionLayout.m index 2ffcbeb..0f07b5f 100644 --- a/MathKit/MPExpressionLayout.m +++ b/MathKit/MPExpressionLayout.m @@ -1,6 +1,6 @@ // // MPExpressionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. @@ -275,7 +275,6 @@ return; } - // Set the text matrix CGContextSetTextMatrix(context, CGAffineTransformIdentity); // Track the x position and the bounds of the last element @@ -288,14 +287,10 @@ NSRect elementBounds = [self boundsOfElementAtIndex:index]; if ([element isString]) { - // Get the line to draw CTLineRef line = [self lineForElementAtIndex:index]; CFRetain(line); - // Move to the appropriate position CGContextSetTextPosition(context, x, 0); - - // Perform the drawing CTLineDraw(line, context); CFRelease(line); diff --git a/MathKit/MPExpressionParser.h b/MathKit/MPExpressionParser.h index 1d6a63b..d1c82ae 100644 --- a/MathKit/MPExpressionParser.h +++ b/MathKit/MPExpressionParser.h @@ -1,6 +1,6 @@ // // MPExpressionParser.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 16.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionParser.m b/MathKit/MPExpressionParser.m index 80140db..56c5821 100644 --- a/MathKit/MPExpressionParser.m +++ b/MathKit/MPExpressionParser.m @@ -1,6 +1,6 @@ // // MPExpressionParser.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 16.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionStorage.h b/MathKit/MPExpressionStorage.h index fdb4d7d..96b3407 100644 --- a/MathKit/MPExpressionStorage.h +++ b/MathKit/MPExpressionStorage.h @@ -1,6 +1,6 @@ // // MPExpressionStorage.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. @@ -30,17 +30,18 @@ @property expressionView @abstract The receiver's expression view. - @discussion The expression view is the view that displays the contents of the + @discussion The expression view is the view that displays the contents of an expression storage. Normally you should not call the setter of this property. It is automatically assigned when the @link //apple_ref/occ/instp/MPExpressionView/expressionStorage@/link - property of the @link - //apple_ref/occ/cl/MPExpressionView@/link class is set. + property of the respective @link + //apple_ref/occ/cl/MPExpressionView@/link instance is set. When this property is set the receiver assumes that the - displaying expression view has changed. It then adapts to the - properties of the new expression view and discards the root - layout. + displaying expression view has changed (regardless of wether the + actual value of the property changed or not). It then adapts to + the properties of the new expression view and discards the + current root layout. */ @property (nonatomic, weak) MPExpressionView *expressionView; diff --git a/MathKit/MPExpressionStorage.m b/MathKit/MPExpressionStorage.m index 83d7e3a..d8a762f 100644 --- a/MathKit/MPExpressionStorage.m +++ b/MathKit/MPExpressionStorage.m @@ -1,6 +1,6 @@ // // MPExpressionStorage.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionTokenizer.h b/MathKit/MPExpressionTokenizer.h index 0a36a21..f7efb6d 100644 --- a/MathKit/MPExpressionTokenizer.h +++ b/MathKit/MPExpressionTokenizer.h @@ -1,6 +1,6 @@ // // MPExpressionTokenizer.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionTokenizer.m b/MathKit/MPExpressionTokenizer.m index 5dd4cce..702ffe7 100644 --- a/MathKit/MPExpressionTokenizer.m +++ b/MathKit/MPExpressionTokenizer.m @@ -1,6 +1,6 @@ // // MPExpressionTokenizer.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPExpressionView.h b/MathKit/MPExpressionView.h index 49b941b..e9dfe9b 100644 --- a/MathKit/MPExpressionView.h +++ b/MathKit/MPExpressionView.h @@ -1,6 +1,6 @@ // // MPExpressionView.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. @@ -98,7 +98,8 @@ @discussion There can only be one math error at a time. This property should not be set simutaneously with the @link - //apple_ref/occ/instp/MPExpressionView/syntaxErrors@/link. + //apple_ref/occ/instp/MPExpressionView/syntaxErrors@/link + property. */ @property (nonatomic, strong) NSError *mathError; diff --git a/MathKit/MPExpressionView.m b/MathKit/MPExpressionView.m index f17463e..eb96e16 100644 --- a/MathKit/MPExpressionView.m +++ b/MathKit/MPExpressionView.m @@ -1,6 +1,6 @@ // // MPExpressionView.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFactorialTerm.h b/MathKit/MPFactorialTerm.h index aedc168..d9a0e6d 100644 --- a/MathKit/MPFactorialTerm.h +++ b/MathKit/MPFactorialTerm.h @@ -1,6 +1,6 @@ // // MPFactorialTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFactorialTerm.m b/MathKit/MPFactorialTerm.m index 5b9c3f9..6a1f4a9 100644 --- a/MathKit/MPFactorialTerm.m +++ b/MathKit/MPFactorialTerm.m @@ -1,6 +1,6 @@ // // MPFactorialTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionFunction.h b/MathKit/MPFractionFunction.h index e9cceac..297eb52 100644 --- a/MathKit/MPFractionFunction.h +++ b/MathKit/MPFractionFunction.h @@ -1,6 +1,6 @@ // // MPFractionFunction.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionFunction.m b/MathKit/MPFractionFunction.m index 944c455..a1fb6fb 100644 --- a/MathKit/MPFractionFunction.m +++ b/MathKit/MPFractionFunction.m @@ -1,6 +1,6 @@ // // MPFractionFunction.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionFunctionLayout.h b/MathKit/MPFractionFunctionLayout.h index ce3e95b..c053f5b 100644 --- a/MathKit/MPFractionFunctionLayout.h +++ b/MathKit/MPFractionFunctionLayout.h @@ -1,6 +1,6 @@ // // MPFractionFunctionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionFunctionLayout.m b/MathKit/MPFractionFunctionLayout.m index a0c3f4f..da43b84 100644 --- a/MathKit/MPFractionFunctionLayout.m +++ b/MathKit/MPFractionFunctionLayout.m @@ -1,6 +1,6 @@ // // MPFractionFunctionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionTerm.h b/MathKit/MPFractionTerm.h index f08c6ab..02b2dad 100644 --- a/MathKit/MPFractionTerm.h +++ b/MathKit/MPFractionTerm.h @@ -1,6 +1,6 @@ // // MPFractionTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFractionTerm.m b/MathKit/MPFractionTerm.m index 2e39fdb..efb11b8 100644 --- a/MathKit/MPFractionTerm.m +++ b/MathKit/MPFractionTerm.m @@ -1,6 +1,6 @@ // // MPFractionTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunction+MPToken.h b/MathKit/MPFunction+MPToken.h index 2d3339f..4caf504 100644 --- a/MathKit/MPFunction+MPToken.h +++ b/MathKit/MPFunction+MPToken.h @@ -1,6 +1,6 @@ // // MPFunction+MPToken.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunction+MPToken.m b/MathKit/MPFunction+MPToken.m index ed51e3b..6f91364 100644 --- a/MathKit/MPFunction+MPToken.m +++ b/MathKit/MPFunction+MPToken.m @@ -1,6 +1,6 @@ // // MPFunction+MPToken.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunction.h b/MathKit/MPFunction.h index f4bf663..da10dac 100644 --- a/MathKit/MPFunction.h +++ b/MathKit/MPFunction.h @@ -1,6 +1,6 @@ // // MPFunction.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 18.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunction.m b/MathKit/MPFunction.m index ba7f746..65c8657 100644 --- a/MathKit/MPFunction.m +++ b/MathKit/MPFunction.m @@ -1,6 +1,6 @@ // // MPFunction.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 18.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionLayout.h b/MathKit/MPFunctionLayout.h index 4ff97c3..3d2826e 100644 --- a/MathKit/MPFunctionLayout.h +++ b/MathKit/MPFunctionLayout.h @@ -1,6 +1,6 @@ // // MPFunctionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionLayout.m b/MathKit/MPFunctionLayout.m index 822a34b..926fd99 100644 --- a/MathKit/MPFunctionLayout.m +++ b/MathKit/MPFunctionLayout.m @@ -1,6 +1,6 @@ // // MPFunctionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionTerm.h b/MathKit/MPFunctionTerm.h index 20a1eee..99b5869 100644 --- a/MathKit/MPFunctionTerm.h +++ b/MathKit/MPFunctionTerm.h @@ -1,6 +1,6 @@ // // MPFunctionTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 12.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionTerm.m b/MathKit/MPFunctionTerm.m index 050c702..9911906 100644 --- a/MathKit/MPFunctionTerm.m +++ b/MathKit/MPFunctionTerm.m @@ -1,6 +1,6 @@ // // MPFunctionTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 12.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionsViewController.h b/MathKit/MPFunctionsViewController.h index 0fc5c84..57ec7f9 100644 --- a/MathKit/MPFunctionsViewController.h +++ b/MathKit/MPFunctionsViewController.h @@ -1,6 +1,6 @@ // // MPFunctionsViewController.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 28.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPFunctionsViewController.m b/MathKit/MPFunctionsViewController.m index a60a730..71008e0 100644 --- a/MathKit/MPFunctionsViewController.m +++ b/MathKit/MPFunctionsViewController.m @@ -1,6 +1,6 @@ // // MPFunctionsViewController.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 28.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPLayout.h b/MathKit/MPLayout.h index 8c85be6..085f1b8 100644 --- a/MathKit/MPLayout.h +++ b/MathKit/MPLayout.h @@ -1,6 +1,6 @@ // // MPLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 07.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPLayout.m b/MathKit/MPLayout.m index e101604..980faa3 100644 --- a/MathKit/MPLayout.m +++ b/MathKit/MPLayout.m @@ -1,6 +1,6 @@ // // MPLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 11.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPMathRules.h b/MathKit/MPMathRules.h index 5bc2474..02c21ed 100644 --- a/MathKit/MPMathRules.h +++ b/MathKit/MPMathRules.h @@ -1,6 +1,6 @@ // // MPMathRules.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPMathRules.m b/MathKit/MPMathRules.m index 598152d..5ddf325 100644 --- a/MathKit/MPMathRules.m +++ b/MathKit/MPMathRules.m @@ -1,6 +1,6 @@ // // MPMathRules.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPNegatedTerm.h b/MathKit/MPNegatedTerm.h index 5c39556..2c438e9 100644 --- a/MathKit/MPNegatedTerm.h +++ b/MathKit/MPNegatedTerm.h @@ -1,6 +1,6 @@ // // MPNegatedTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPNegatedTerm.m b/MathKit/MPNegatedTerm.m index 1e6df48..c4aa99c 100644 --- a/MathKit/MPNegatedTerm.m +++ b/MathKit/MPNegatedTerm.m @@ -1,6 +1,6 @@ // // MPNegatedTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPNumber.h b/MathKit/MPNumber.h index feaf477..74a831e 100644 --- a/MathKit/MPNumber.h +++ b/MathKit/MPNumber.h @@ -1,6 +1,6 @@ // // MPNumber.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPNumber.m b/MathKit/MPNumber.m index 4daa7d9..fe7e677 100644 --- a/MathKit/MPNumber.m +++ b/MathKit/MPNumber.m @@ -1,6 +1,6 @@ // // MPNumber.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisFunction.h b/MathKit/MPParenthesisFunction.h index 42664b9..9a3a8b8 100644 --- a/MathKit/MPParenthesisFunction.h +++ b/MathKit/MPParenthesisFunction.h @@ -1,6 +1,6 @@ // // MPParenthesisFunction.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisFunction.m b/MathKit/MPParenthesisFunction.m index fe33eba..77223e7 100644 --- a/MathKit/MPParenthesisFunction.m +++ b/MathKit/MPParenthesisFunction.m @@ -1,7 +1,6 @@ - // // MPParenthesisFunction.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisFunctionLayout.h b/MathKit/MPParenthesisFunctionLayout.h index 1e6a5de..bda91ac 100644 --- a/MathKit/MPParenthesisFunctionLayout.h +++ b/MathKit/MPParenthesisFunctionLayout.h @@ -1,6 +1,6 @@ // // MPParenthesisFunctionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisFunctionLayout.m b/MathKit/MPParenthesisFunctionLayout.m index fd400b6..c30f461 100644 --- a/MathKit/MPParenthesisFunctionLayout.m +++ b/MathKit/MPParenthesisFunctionLayout.m @@ -1,6 +1,6 @@ // // MPParenthesisFunctionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 17.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisTerm.h b/MathKit/MPParenthesisTerm.h index 098a3a1..a1c7874 100644 --- a/MathKit/MPParenthesisTerm.h +++ b/MathKit/MPParenthesisTerm.h @@ -1,6 +1,6 @@ // // MPParenthesisTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParenthesisTerm.m b/MathKit/MPParenthesisTerm.m index 42f7de6..1ead357 100644 --- a/MathKit/MPParenthesisTerm.m +++ b/MathKit/MPParenthesisTerm.m @@ -1,6 +1,6 @@ // // MPParenthesisTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParsedExpression.h b/MathKit/MPParsedExpression.h index 7f7a6f4..1600009 100644 --- a/MathKit/MPParsedExpression.h +++ b/MathKit/MPParsedExpression.h @@ -1,6 +1,6 @@ // // MPParsedExpression.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPParsedExpression.m b/MathKit/MPParsedExpression.m index 7e1ae91..11a5f99 100644 --- a/MathKit/MPParsedExpression.m +++ b/MathKit/MPParsedExpression.m @@ -1,6 +1,6 @@ // // MPParsedExpression.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerFunction.h b/MathKit/MPPowerFunction.h index 336e4ea..42cb84b 100644 --- a/MathKit/MPPowerFunction.h +++ b/MathKit/MPPowerFunction.h @@ -1,6 +1,6 @@ // // MPPowerFunction.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 30.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerFunction.m b/MathKit/MPPowerFunction.m index d5a373c..f237339 100644 --- a/MathKit/MPPowerFunction.m +++ b/MathKit/MPPowerFunction.m @@ -1,6 +1,6 @@ // // MPPowerFunction.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 30.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerFunctionLayout.h b/MathKit/MPPowerFunctionLayout.h index 81d3362..f94e712 100644 --- a/MathKit/MPPowerFunctionLayout.h +++ b/MathKit/MPPowerFunctionLayout.h @@ -1,6 +1,6 @@ // // MPPowerFunctionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 30.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerFunctionLayout.m b/MathKit/MPPowerFunctionLayout.m index ad1cda7..10aeb68 100644 --- a/MathKit/MPPowerFunctionLayout.m +++ b/MathKit/MPPowerFunctionLayout.m @@ -1,6 +1,6 @@ // // MPPowerFunctionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 30.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerTerm.h b/MathKit/MPPowerTerm.h index 93f4e66..bc0fe1c 100644 --- a/MathKit/MPPowerTerm.h +++ b/MathKit/MPPowerTerm.h @@ -1,6 +1,6 @@ // // MPPowerTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPPowerTerm.m b/MathKit/MPPowerTerm.m index fcada00..c29de87 100644 --- a/MathKit/MPPowerTerm.m +++ b/MathKit/MPPowerTerm.m @@ -1,6 +1,6 @@ // // MPPowerTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPProductTerm.h b/MathKit/MPProductTerm.h index b695aad..dadd804 100644 --- a/MathKit/MPProductTerm.h +++ b/MathKit/MPProductTerm.h @@ -1,6 +1,6 @@ // // MPProductTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPProductTerm.m b/MathKit/MPProductTerm.m index a3a3f83..5e60f86 100644 --- a/MathKit/MPProductTerm.m +++ b/MathKit/MPProductTerm.m @@ -1,6 +1,6 @@ // // MPProductTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPRangePath.h b/MathKit/MPRangePath.h index 48b58fa..ccdccf5 100644 --- a/MathKit/MPRangePath.h +++ b/MathKit/MPRangePath.h @@ -1,6 +1,6 @@ // -// MPRange.h -// MathPad +// MPRangePath.h +// MathKit // // Created by Kim Wittenburg on 18.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPRangePath.m b/MathKit/MPRangePath.m index c03844a..554ef19 100644 --- a/MathKit/MPRangePath.m +++ b/MathKit/MPRangePath.m @@ -1,6 +1,6 @@ // -// MPRange.m -// MathPad +// MPRangePath.m +// MathKit // // Created by Kim Wittenburg on 18.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunction.h b/MathKit/MPSumFunction.h index dfde2ae..c25c6e3 100644 --- a/MathKit/MPSumFunction.h +++ b/MathKit/MPSumFunction.h @@ -1,6 +1,6 @@ // // MPSumFunction.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunction.m b/MathKit/MPSumFunction.m index 7bd6580..d44c7ac 100644 --- a/MathKit/MPSumFunction.m +++ b/MathKit/MPSumFunction.m @@ -1,6 +1,6 @@ // // MPSumFunction.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 22.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunctionLayout.h b/MathKit/MPSumFunctionLayout.h index e2d0b2e..582b850 100644 --- a/MathKit/MPSumFunctionLayout.h +++ b/MathKit/MPSumFunctionLayout.h @@ -1,6 +1,6 @@ // // MPSumFunctionLayout.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 23.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunctionLayout.m b/MathKit/MPSumFunctionLayout.m index 525d727..f6c35f8 100644 --- a/MathKit/MPSumFunctionLayout.m +++ b/MathKit/MPSumFunctionLayout.m @@ -1,6 +1,6 @@ // // MPSumFunctionLayout.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 23.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunctionTerm.h b/MathKit/MPSumFunctionTerm.h index 1890b01..6c11484 100644 --- a/MathKit/MPSumFunctionTerm.h +++ b/MathKit/MPSumFunctionTerm.h @@ -1,6 +1,6 @@ // // MPSumFunctionTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumFunctionTerm.m b/MathKit/MPSumFunctionTerm.m index 8c985cd..9611e92 100644 --- a/MathKit/MPSumFunctionTerm.m +++ b/MathKit/MPSumFunctionTerm.m @@ -1,6 +1,6 @@ // // MPSumFunctionTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 15.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumTerm.h b/MathKit/MPSumTerm.h index dd53de8..b93d041 100644 --- a/MathKit/MPSumTerm.h +++ b/MathKit/MPSumTerm.h @@ -1,6 +1,6 @@ // // MPSumTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPSumTerm.m b/MathKit/MPSumTerm.m index 3ec8fc1..493a027 100644 --- a/MathKit/MPSumTerm.m +++ b/MathKit/MPSumTerm.m @@ -1,6 +1,6 @@ // // MPSumTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 14.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPTerm.h b/MathKit/MPTerm.h index a11b761..2891bfa 100644 --- a/MathKit/MPTerm.h +++ b/MathKit/MPTerm.h @@ -1,6 +1,6 @@ // // MPTerm.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 11.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPTerm.m b/MathKit/MPTerm.m index 00ff9c6..ce4ea4e 100644 --- a/MathKit/MPTerm.m +++ b/MathKit/MPTerm.m @@ -1,6 +1,6 @@ // // MPTerm.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 11.11.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPToken.h b/MathKit/MPToken.h index de090c7..05a3f68 100644 --- a/MathKit/MPToken.h +++ b/MathKit/MPToken.h @@ -1,6 +1,6 @@ // // MPToken.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPToken.m b/MathKit/MPToken.m index ce6bb8c..de4c10a 100644 --- a/MathKit/MPToken.m +++ b/MathKit/MPToken.m @@ -1,6 +1,6 @@ // // MPToken.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPVariable.h b/MathKit/MPVariable.h index 882bddf..e7b197c 100644 --- a/MathKit/MPVariable.h +++ b/MathKit/MPVariable.h @@ -1,6 +1,6 @@ // // MPVariable.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPVariable.m b/MathKit/MPVariable.m index c56382f..8655251 100644 --- a/MathKit/MPVariable.m +++ b/MathKit/MPVariable.m @@ -1,6 +1,6 @@ // // MPVariable.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.10.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPWhiteView.h b/MathKit/MPWhiteView.h index eea665d..43647a3 100644 --- a/MathKit/MPWhiteView.h +++ b/MathKit/MPWhiteView.h @@ -1,6 +1,6 @@ // // MPWhiteView.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 28.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MPWhiteView.m b/MathKit/MPWhiteView.m index 449ef89..09e1855 100644 --- a/MathKit/MPWhiteView.m +++ b/MathKit/MPWhiteView.m @@ -1,6 +1,6 @@ // // MPWhiteView.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 28.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/MathKit.h b/MathKit/MathKit.h index 90d723e..9eae41d 100644 --- a/MathKit/MathKit.h +++ b/MathKit/MathKit.h @@ -1,6 +1,6 @@ // // MathKit.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 06.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSIndexPath+MPAdditions.h b/MathKit/NSIndexPath+MPAdditions.h index 141e0e7..93ed315 100644 --- a/MathKit/NSIndexPath+MPAdditions.h +++ b/MathKit/NSIndexPath+MPAdditions.h @@ -1,6 +1,6 @@ // -// NSIndexPath+MPRemoveFirstIndex.h -// MathPad +// NSIndexPath+MPAdditions.h +// MathKit // // Created by Kim Wittenburg on 23.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSIndexPath+MPAdditions.m b/MathKit/NSIndexPath+MPAdditions.m index 4a8751f..acb35fe 100644 --- a/MathKit/NSIndexPath+MPAdditions.m +++ b/MathKit/NSIndexPath+MPAdditions.m @@ -1,6 +1,6 @@ // -// NSIndexPath+MPRemoveFirstIndex.m -// MathPad +// NSIndexPath+MPAdditions.m +// MathKit // // Created by Kim Wittenburg on 23.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSRegularExpression+MPParsingAdditions.h b/MathKit/NSRegularExpression+MPParsingAdditions.h index 5194dc0..8f5b654 100644 --- a/MathKit/NSRegularExpression+MPParsingAdditions.h +++ b/MathKit/NSRegularExpression+MPParsingAdditions.h @@ -1,6 +1,6 @@ // // NSRegularExpression+MPParsingAdditions.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSRegularExpression+MPParsingAdditions.m b/MathKit/NSRegularExpression+MPParsingAdditions.m index 923df4c..635ece2 100644 --- a/MathKit/NSRegularExpression+MPParsingAdditions.m +++ b/MathKit/NSRegularExpression+MPParsingAdditions.m @@ -1,6 +1,6 @@ // // NSRegularExpression+MPParsingAdditions.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 09.09.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSString+MPExpressionElement.h b/MathKit/NSString+MPExpressionElement.h index d4baab0..b69de3c 100644 --- a/MathKit/NSString+MPExpressionElement.h +++ b/MathKit/NSString+MPExpressionElement.h @@ -1,6 +1,6 @@ // // NSString+MPExpressionElement.h -// MathPad +// MathKit // // Created by Kim Wittenburg on 10.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathKit/NSString+MPExpressionElement.m b/MathKit/NSString+MPExpressionElement.m index 8550a70..4598c7f 100644 --- a/MathKit/NSString+MPExpressionElement.m +++ b/MathKit/NSString+MPExpressionElement.m @@ -1,6 +1,6 @@ // // NSString+MPExpressionElement.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 10.08.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathPad.xcodeproj/project.pbxproj b/MathPad.xcodeproj/project.pbxproj index e330a88..6e95402 100644 --- a/MathPad.xcodeproj/project.pbxproj +++ b/MathPad.xcodeproj/project.pbxproj @@ -156,91 +156,91 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = ""; }; - 3B6338321A3A4B5800698BFB /* MPExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExpression.h; path = MathKit/MPExpression.h; sourceTree = SOURCE_ROOT; }; + 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338321A3A4B5800698BFB /* MPExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPExpression.h; path = MathKit/MPExpression.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; 3B6338331A3A4B5800698BFB /* MPExpression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpression.m; path = MathKit/MPExpression.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; - 3B6338381A3A4B7600698BFB /* NSString+MPExpressionElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+MPExpressionElement.h"; path = "MathKit/NSString+MPExpressionElement.h"; sourceTree = SOURCE_ROOT; }; - 3B6338391A3A4B7600698BFB /* NSString+MPExpressionElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+MPExpressionElement.m"; path = "MathKit/NSString+MPExpressionElement.m"; sourceTree = SOURCE_ROOT; }; - 3B63383C1A3A4B8500698BFB /* MPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPToken.h; path = MathKit/MPToken.h; sourceTree = SOURCE_ROOT; }; - 3B63383D1A3A4B8500698BFB /* MPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPToken.m; path = MathKit/MPToken.m; sourceTree = SOURCE_ROOT; }; + 3B6338381A3A4B7600698BFB /* NSString+MPExpressionElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSString+MPExpressionElement.h"; path = "MathKit/NSString+MPExpressionElement.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338391A3A4B7600698BFB /* NSString+MPExpressionElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSString+MPExpressionElement.m"; path = "MathKit/NSString+MPExpressionElement.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63383C1A3A4B8500698BFB /* MPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPToken.h; path = MathKit/MPToken.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63383D1A3A4B8500698BFB /* MPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPToken.m; path = MathKit/MPToken.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338401A3A4B9500698BFB /* MPFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFunction.h; path = MathKit/MPFunction.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338411A3A4B9500698BFB /* MPFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFunction.m; path = MathKit/MPFunction.m; sourceTree = SOURCE_ROOT; }; + 3B6338411A3A4B9500698BFB /* MPFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFunction.m; path = MathKit/MPFunction.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338441A3A4BA500698BFB /* MPExpressionTokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPExpressionTokenizer.h; path = MathKit/MPExpressionTokenizer.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338451A3A4BA500698BFB /* MPExpressionTokenizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionTokenizer.m; path = MathKit/MPExpressionTokenizer.m; sourceTree = SOURCE_ROOT; }; + 3B6338451A3A4BA500698BFB /* MPExpressionTokenizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpressionTokenizer.m; path = MathKit/MPExpressionTokenizer.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338481A3A4BB300698BFB /* MPFunction+MPToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "MPFunction+MPToken.h"; path = "MathKit/MPFunction+MPToken.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338491A3A4BB300698BFB /* MPFunction+MPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MPFunction+MPToken.m"; path = "MathKit/MPFunction+MPToken.m"; sourceTree = SOURCE_ROOT; }; + 3B6338491A3A4BB300698BFB /* MPFunction+MPToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "MPFunction+MPToken.m"; path = "MathKit/MPFunction+MPToken.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B63384C1A3A4BD100698BFB /* MPParenthesisFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPParenthesisFunction.h; path = MathKit/MPParenthesisFunction.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B63384D1A3A4BD100698BFB /* MPParenthesisFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPParenthesisFunction.m; path = MathKit/MPParenthesisFunction.m; sourceTree = SOURCE_ROOT; }; - 3B63384E1A3A4BD100698BFB /* MPSumFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPSumFunction.h; path = MathKit/MPSumFunction.h; sourceTree = SOURCE_ROOT; }; - 3B63384F1A3A4BD100698BFB /* MPSumFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPSumFunction.m; path = MathKit/MPSumFunction.m; sourceTree = SOURCE_ROOT; }; + 3B63384D1A3A4BD100698BFB /* MPParenthesisFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPParenthesisFunction.m; path = MathKit/MPParenthesisFunction.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63384E1A3A4BD100698BFB /* MPSumFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPSumFunction.h; path = MathKit/MPSumFunction.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63384F1A3A4BD100698BFB /* MPSumFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPSumFunction.m; path = MathKit/MPSumFunction.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338541A3A4BE800698BFB /* MPFractionFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFractionFunction.h; path = MathKit/MPFractionFunction.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338551A3A4BE800698BFB /* MPFractionFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFractionFunction.m; path = MathKit/MPFractionFunction.m; sourceTree = SOURCE_ROOT; }; + 3B6338551A3A4BE800698BFB /* MPFractionFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFractionFunction.m; path = MathKit/MPFractionFunction.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338561A3A4BE800698BFB /* MPPowerFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPPowerFunction.h; path = MathKit/MPPowerFunction.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338571A3A4BE800698BFB /* MPPowerFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPPowerFunction.m; path = MathKit/MPPowerFunction.m; sourceTree = SOURCE_ROOT; }; - 3B63385C1A3A4C0700698BFB /* MPExpressionParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExpressionParser.h; path = MathKit/MPExpressionParser.h; sourceTree = SOURCE_ROOT; }; - 3B63385D1A3A4C0700698BFB /* MPExpressionParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionParser.m; path = MathKit/MPExpressionParser.m; sourceTree = SOURCE_ROOT; }; - 3B6338601A3A4C2B00698BFB /* MPNegatedTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPNegatedTerm.h; path = MathKit/MPNegatedTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338611A3A4C2B00698BFB /* MPNegatedTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPNegatedTerm.m; path = MathKit/MPNegatedTerm.m; sourceTree = SOURCE_ROOT; }; - 3B6338621A3A4C2B00698BFB /* MPNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPNumber.h; path = MathKit/MPNumber.h; sourceTree = SOURCE_ROOT; }; - 3B6338631A3A4C2B00698BFB /* MPNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPNumber.m; path = MathKit/MPNumber.m; sourceTree = SOURCE_ROOT; }; - 3B6338641A3A4C2B00698BFB /* MPParenthesisTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPParenthesisTerm.h; path = MathKit/MPParenthesisTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338651A3A4C2B00698BFB /* MPParenthesisTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPParenthesisTerm.m; path = MathKit/MPParenthesisTerm.m; sourceTree = SOURCE_ROOT; }; + 3B6338571A3A4BE800698BFB /* MPPowerFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPPowerFunction.m; path = MathKit/MPPowerFunction.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63385C1A3A4C0700698BFB /* MPExpressionParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPExpressionParser.h; path = MathKit/MPExpressionParser.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63385D1A3A4C0700698BFB /* MPExpressionParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpressionParser.m; path = MathKit/MPExpressionParser.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338601A3A4C2B00698BFB /* MPNegatedTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPNegatedTerm.h; path = MathKit/MPNegatedTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338611A3A4C2B00698BFB /* MPNegatedTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPNegatedTerm.m; path = MathKit/MPNegatedTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338621A3A4C2B00698BFB /* MPNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPNumber.h; path = MathKit/MPNumber.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338631A3A4C2B00698BFB /* MPNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPNumber.m; path = MathKit/MPNumber.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338641A3A4C2B00698BFB /* MPParenthesisTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPParenthesisTerm.h; path = MathKit/MPParenthesisTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338651A3A4C2B00698BFB /* MPParenthesisTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPParenthesisTerm.m; path = MathKit/MPParenthesisTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338661A3A4C2B00698BFB /* MPParsedExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPParsedExpression.h; path = MathKit/MPParsedExpression.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338671A3A4C2B00698BFB /* MPParsedExpression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPParsedExpression.m; path = MathKit/MPParsedExpression.m; sourceTree = SOURCE_ROOT; }; - 3B6338681A3A4C2B00698BFB /* MPPowerTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPPowerTerm.h; path = MathKit/MPPowerTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338691A3A4C2B00698BFB /* MPPowerTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPPowerTerm.m; path = MathKit/MPPowerTerm.m; sourceTree = SOURCE_ROOT; }; - 3B63386A1A3A4C2B00698BFB /* MPProductTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPProductTerm.h; path = MathKit/MPProductTerm.h; sourceTree = SOURCE_ROOT; }; - 3B63386B1A3A4C2B00698BFB /* MPProductTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPProductTerm.m; path = MathKit/MPProductTerm.m; sourceTree = SOURCE_ROOT; }; - 3B6338781A3A4C7E00698BFB /* MPSumTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPSumTerm.h; path = MathKit/MPSumTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338791A3A4C7E00698BFB /* MPSumTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPSumTerm.m; path = MathKit/MPSumTerm.m; sourceTree = SOURCE_ROOT; }; - 3B63387A1A3A4C7E00698BFB /* MPTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPTerm.h; path = MathKit/MPTerm.h; sourceTree = SOURCE_ROOT; }; - 3B63387B1A3A4C7E00698BFB /* MPTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPTerm.m; path = MathKit/MPTerm.m; sourceTree = SOURCE_ROOT; }; - 3B63387C1A3A4C7E00698BFB /* MPVariable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPVariable.h; path = MathKit/MPVariable.h; sourceTree = SOURCE_ROOT; }; - 3B63387D1A3A4C7E00698BFB /* MPVariable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPVariable.m; path = MathKit/MPVariable.m; sourceTree = SOURCE_ROOT; }; - 3B6338841A3A4CA500698BFB /* MPFactorialTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFactorialTerm.h; path = MathKit/MPFactorialTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338851A3A4CA500698BFB /* MPFactorialTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFactorialTerm.m; path = MathKit/MPFactorialTerm.m; sourceTree = SOURCE_ROOT; }; - 3B6338881A3A4CAF00698BFB /* MPElementaryFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPElementaryFunctionTerm.h; path = MathKit/MPElementaryFunctionTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338891A3A4CAF00698BFB /* MPElementaryFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPElementaryFunctionTerm.m; path = MathKit/MPElementaryFunctionTerm.m; sourceTree = SOURCE_ROOT; }; - 3B63388C1A3A4CBE00698BFB /* MPFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFunctionTerm.h; path = MathKit/MPFunctionTerm.h; sourceTree = SOURCE_ROOT; }; - 3B63388D1A3A4CBE00698BFB /* MPFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFunctionTerm.m; path = MathKit/MPFunctionTerm.m; sourceTree = SOURCE_ROOT; }; - 3B6338901A3A4CCA00698BFB /* MPEvaluationContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPEvaluationContext.h; path = MathKit/MPEvaluationContext.h; sourceTree = SOURCE_ROOT; }; - 3B6338911A3A4CCA00698BFB /* MPEvaluationContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPEvaluationContext.m; path = MathKit/MPEvaluationContext.m; sourceTree = SOURCE_ROOT; }; - 3B6338941A3A4CD100698BFB /* MPMathRules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPMathRules.h; path = MathKit/MPMathRules.h; sourceTree = SOURCE_ROOT; }; - 3B6338951A3A4CD100698BFB /* MPMathRules.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPMathRules.m; path = MathKit/MPMathRules.m; sourceTree = SOURCE_ROOT; }; - 3B6338981A3A4CE100698BFB /* MPSumFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPSumFunctionTerm.h; path = MathKit/MPSumFunctionTerm.h; sourceTree = SOURCE_ROOT; }; - 3B6338991A3A4CE100698BFB /* MPSumFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPSumFunctionTerm.m; path = MathKit/MPSumFunctionTerm.m; sourceTree = SOURCE_ROOT; }; - 3B63389C1A3A4CEF00698BFB /* MPFractionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFractionTerm.h; path = MathKit/MPFractionTerm.h; sourceTree = SOURCE_ROOT; }; - 3B63389D1A3A4CEF00698BFB /* MPFractionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFractionTerm.m; path = MathKit/MPFractionTerm.m; sourceTree = SOURCE_ROOT; }; + 3B6338671A3A4C2B00698BFB /* MPParsedExpression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPParsedExpression.m; path = MathKit/MPParsedExpression.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338681A3A4C2B00698BFB /* MPPowerTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPPowerTerm.h; path = MathKit/MPPowerTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338691A3A4C2B00698BFB /* MPPowerTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPPowerTerm.m; path = MathKit/MPPowerTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63386A1A3A4C2B00698BFB /* MPProductTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPProductTerm.h; path = MathKit/MPProductTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63386B1A3A4C2B00698BFB /* MPProductTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPProductTerm.m; path = MathKit/MPProductTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338781A3A4C7E00698BFB /* MPSumTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPSumTerm.h; path = MathKit/MPSumTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338791A3A4C7E00698BFB /* MPSumTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPSumTerm.m; path = MathKit/MPSumTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63387A1A3A4C7E00698BFB /* MPTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPTerm.h; path = MathKit/MPTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63387B1A3A4C7E00698BFB /* MPTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPTerm.m; path = MathKit/MPTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63387C1A3A4C7E00698BFB /* MPVariable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPVariable.h; path = MathKit/MPVariable.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63387D1A3A4C7E00698BFB /* MPVariable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPVariable.m; path = MathKit/MPVariable.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338841A3A4CA500698BFB /* MPFactorialTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFactorialTerm.h; path = MathKit/MPFactorialTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338851A3A4CA500698BFB /* MPFactorialTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFactorialTerm.m; path = MathKit/MPFactorialTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338881A3A4CAF00698BFB /* MPElementaryFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPElementaryFunctionTerm.h; path = MathKit/MPElementaryFunctionTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338891A3A4CAF00698BFB /* MPElementaryFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPElementaryFunctionTerm.m; path = MathKit/MPElementaryFunctionTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63388C1A3A4CBE00698BFB /* MPFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFunctionTerm.h; path = MathKit/MPFunctionTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63388D1A3A4CBE00698BFB /* MPFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFunctionTerm.m; path = MathKit/MPFunctionTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338901A3A4CCA00698BFB /* MPEvaluationContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPEvaluationContext.h; path = MathKit/MPEvaluationContext.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338911A3A4CCA00698BFB /* MPEvaluationContext.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPEvaluationContext.m; path = MathKit/MPEvaluationContext.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338941A3A4CD100698BFB /* MPMathRules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPMathRules.h; path = MathKit/MPMathRules.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338951A3A4CD100698BFB /* MPMathRules.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPMathRules.m; path = MathKit/MPMathRules.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338981A3A4CE100698BFB /* MPSumFunctionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPSumFunctionTerm.h; path = MathKit/MPSumFunctionTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338991A3A4CE100698BFB /* MPSumFunctionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPSumFunctionTerm.m; path = MathKit/MPSumFunctionTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B63389C1A3A4CEF00698BFB /* MPFractionTerm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFractionTerm.h; path = MathKit/MPFractionTerm.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B63389D1A3A4CEF00698BFB /* MPFractionTerm.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFractionTerm.m; path = MathKit/MPFractionTerm.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338A01A3A4CFC00698BFB /* MPRangePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPRangePath.h; path = MathKit/MPRangePath.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - 3B6338A11A3A4CFC00698BFB /* MPRangePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPRangePath.m; path = MathKit/MPRangePath.m; sourceTree = SOURCE_ROOT; }; + 3B6338A11A3A4CFC00698BFB /* MPRangePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPRangePath.m; path = MathKit/MPRangePath.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338A41A3A4D1200698BFB /* Fonts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Fonts; sourceTree = ""; }; - 3B6338A61A3A4D2600698BFB /* NSIndexPath+MPAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSIndexPath+MPAdditions.h"; path = "MathKit/NSIndexPath+MPAdditions.h"; sourceTree = SOURCE_ROOT; }; - 3B6338A71A3A4D2600698BFB /* NSIndexPath+MPAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSIndexPath+MPAdditions.m"; path = "MathKit/NSIndexPath+MPAdditions.m"; sourceTree = SOURCE_ROOT; }; - 3B6338AA1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSRegularExpression+MPParsingAdditions.h"; path = "MathKit/NSRegularExpression+MPParsingAdditions.h"; sourceTree = SOURCE_ROOT; }; - 3B6338AB1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSRegularExpression+MPParsingAdditions.m"; path = "MathKit/NSRegularExpression+MPParsingAdditions.m"; sourceTree = SOURCE_ROOT; }; - 3B6338AE1A3A4D6A00698BFB /* MPExpressionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionView.h; sourceTree = ""; }; - 3B6338AF1A3A4D6A00698BFB /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionView.m; sourceTree = ""; }; - 3B6338B21A3A4D7900698BFB /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionStorage.h; sourceTree = ""; }; - 3B6338B31A3A4D7900698BFB /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionStorage.m; sourceTree = ""; }; - 3B6338B61A3A4D9400698BFB /* MPFunctionsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFunctionsViewController.h; path = MathKit/MPFunctionsViewController.h; sourceTree = SOURCE_ROOT; }; - 3B6338B71A3A4D9400698BFB /* MPFunctionsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFunctionsViewController.m; path = MathKit/MPFunctionsViewController.m; sourceTree = SOURCE_ROOT; }; + 3B6338A61A3A4D2600698BFB /* NSIndexPath+MPAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSIndexPath+MPAdditions.h"; path = "MathKit/NSIndexPath+MPAdditions.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338A71A3A4D2600698BFB /* NSIndexPath+MPAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSIndexPath+MPAdditions.m"; path = "MathKit/NSIndexPath+MPAdditions.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338AA1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSRegularExpression+MPParsingAdditions.h"; path = "MathKit/NSRegularExpression+MPParsingAdditions.h"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338AB1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSRegularExpression+MPParsingAdditions.m"; path = "MathKit/NSRegularExpression+MPParsingAdditions.m"; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338AE1A3A4D6A00698BFB /* MPExpressionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MPExpressionView.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338AF1A3A4D6A00698BFB /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPExpressionView.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338B21A3A4D7900698BFB /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MPExpressionStorage.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338B31A3A4D7900698BFB /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPExpressionStorage.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338B61A3A4D9400698BFB /* MPFunctionsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFunctionsViewController.h; path = MathKit/MPFunctionsViewController.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338B71A3A4D9400698BFB /* MPFunctionsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFunctionsViewController.m; path = MathKit/MPFunctionsViewController.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B6338B81A3A4D9400698BFB /* MPFunctionsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = MPFunctionsViewController.xib; path = MathKit/MPFunctionsViewController.xib; sourceTree = SOURCE_ROOT; }; - 3B6338B91A3A4D9400698BFB /* MPWhiteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPWhiteView.h; path = MathKit/MPWhiteView.h; sourceTree = SOURCE_ROOT; }; - 3B6338BA1A3A4D9400698BFB /* MPWhiteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPWhiteView.m; path = MathKit/MPWhiteView.m; sourceTree = SOURCE_ROOT; }; - 3B6338C01A3A4DA500698BFB /* MPLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPLayout.h; path = MathKit/MPLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338C11A3A4DA500698BFB /* MPLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPLayout.m; path = MathKit/MPLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338C41A3A4DB600698BFB /* MPExpressionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPExpressionLayout.h; path = MathKit/MPExpressionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338C51A3A4DB600698BFB /* MPExpressionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionLayout.m; path = MathKit/MPExpressionLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338C81A3A4DC400698BFB /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFunctionLayout.h; path = MathKit/MPFunctionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338C91A3A4DC400698BFB /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFunctionLayout.m; path = MathKit/MPFunctionLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338CC1A3A4DE100698BFB /* MPFractionFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPFractionFunctionLayout.h; path = MathKit/MPFractionFunctionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338CD1A3A4DE100698BFB /* MPFractionFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPFractionFunctionLayout.m; path = MathKit/MPFractionFunctionLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338CE1A3A4DE100698BFB /* MPParenthesisFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPParenthesisFunctionLayout.h; path = MathKit/MPParenthesisFunctionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338CF1A3A4DE100698BFB /* MPParenthesisFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPParenthesisFunctionLayout.m; path = MathKit/MPParenthesisFunctionLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338D01A3A4DE100698BFB /* MPPowerFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPPowerFunctionLayout.h; path = MathKit/MPPowerFunctionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338D11A3A4DE100698BFB /* MPPowerFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPPowerFunctionLayout.m; path = MathKit/MPPowerFunctionLayout.m; sourceTree = SOURCE_ROOT; }; - 3B6338D21A3A4DE100698BFB /* MPSumFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MPSumFunctionLayout.h; path = MathKit/MPSumFunctionLayout.h; sourceTree = SOURCE_ROOT; }; - 3B6338D31A3A4DE100698BFB /* MPSumFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPSumFunctionLayout.m; path = MathKit/MPSumFunctionLayout.m; sourceTree = SOURCE_ROOT; }; + 3B6338B91A3A4D9400698BFB /* MPWhiteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPWhiteView.h; path = MathKit/MPWhiteView.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338BA1A3A4D9400698BFB /* MPWhiteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPWhiteView.m; path = MathKit/MPWhiteView.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338C01A3A4DA500698BFB /* MPLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPLayout.h; path = MathKit/MPLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338C11A3A4DA500698BFB /* MPLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPLayout.m; path = MathKit/MPLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338C41A3A4DB600698BFB /* MPExpressionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPExpressionLayout.h; path = MathKit/MPExpressionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338C51A3A4DB600698BFB /* MPExpressionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpressionLayout.m; path = MathKit/MPExpressionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338C81A3A4DC400698BFB /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFunctionLayout.h; path = MathKit/MPFunctionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338C91A3A4DC400698BFB /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFunctionLayout.m; path = MathKit/MPFunctionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338CC1A3A4DE100698BFB /* MPFractionFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPFractionFunctionLayout.h; path = MathKit/MPFractionFunctionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338CD1A3A4DE100698BFB /* MPFractionFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPFractionFunctionLayout.m; path = MathKit/MPFractionFunctionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338CE1A3A4DE100698BFB /* MPParenthesisFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPParenthesisFunctionLayout.h; path = MathKit/MPParenthesisFunctionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338CF1A3A4DE100698BFB /* MPParenthesisFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPParenthesisFunctionLayout.m; path = MathKit/MPParenthesisFunctionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338D01A3A4DE100698BFB /* MPPowerFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPPowerFunctionLayout.h; path = MathKit/MPPowerFunctionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338D11A3A4DE100698BFB /* MPPowerFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPPowerFunctionLayout.m; path = MathKit/MPPowerFunctionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; + 3B6338D21A3A4DE100698BFB /* MPSumFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = MPSumFunctionLayout.h; path = MathKit/MPSumFunctionLayout.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3B6338D31A3A4DE100698BFB /* MPSumFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPSumFunctionLayout.m; path = MathKit/MPSumFunctionLayout.m; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3B7172E819C7147000FEAA5B /* FunctionsButtonDisclosure@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "FunctionsButtonDisclosure@2x.png"; sourceTree = ""; }; 3B7172E919C7147000FEAA5B /* FunctionsButtonDisclosure.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = FunctionsButtonDisclosure.png; sourceTree = ""; }; 3B74BFB219A4C51800E5B5DE /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; @@ -251,8 +251,8 @@ 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 = ""; }; - 3BBBA3941905704200824E74 /* MPRangeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPRangeTests.m; path = ../MathPadTests/MPRangeTests.m; sourceTree = ""; }; + 3B85833219BB5F2D00D76A8D /* MathKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MathKit.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3BBBA3941905704200824E74 /* MPRangeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPRangeTests.m; path = ../MathPadTests/MPRangeTests.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3BF9976B18DE623E009CF6C4 /* MathPad.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MathPad.app; sourceTree = BUILT_PRODUCTS_DIR; }; 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 3BF9977118DE623E009CF6C4 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; @@ -260,11 +260,11 @@ 3BF9977318DE623E009CF6C4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 3BF9977618DE623E009CF6C4 /* MathPad-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MathPad-Info.plist"; sourceTree = ""; }; 3BF9977818DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 3BF9977A18DE623E009CF6C4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; + 3BF9977A18DE623E009CF6C4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3BF9977C18DE623E009CF6C4 /* MathPad-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MathPad-Prefix.pch"; sourceTree = ""; }; 3BF9977E18DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; - 3BF9978018DE623E009CF6C4 /* MPDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPDocument.h; sourceTree = ""; }; - 3BF9978118DE623E009CF6C4 /* MPDocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MPDocument.m; sourceTree = ""; }; + 3BF9978018DE623E009CF6C4 /* MPDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MPDocument.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 3BF9978118DE623E009CF6C4 /* MPDocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPDocument.m; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objc; }; 3BF9978418DE623E009CF6C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MPDocument.xib; sourceTree = ""; }; 3BF9978718DE623E009CF6C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = ""; }; 3BF9978918DE623E009CF6C4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; diff --git a/MathPadTests/MPExpressionTests.m b/MathPadTests/MPExpressionTests.m index e29eb81..debf317 100644 --- a/MathPadTests/MPExpressionTests.m +++ b/MathPadTests/MPExpressionTests.m @@ -1,6 +1,6 @@ // // MPExpressionTests.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 19.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved. diff --git a/MathPadTests/MPRangeTests.m b/MathPadTests/MPRangeTests.m index 9ebb409..f42ea8b 100644 --- a/MathPadTests/MPRangeTests.m +++ b/MathPadTests/MPRangeTests.m @@ -1,6 +1,6 @@ // // MPRangeTests.m -// MathPad +// MathKit // // Created by Kim Wittenburg on 21.04.14. // Copyright (c) 2014 Kim Wittenburg. All rights reserved.