1260 lines
83 KiB
Plaintext
1260 lines
83 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
3B52CEC119BB9FA900CEDCFC /* MathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; };
|
|
3B6338351A3A4B5800698BFB /* MPExpression.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338321A3A4B5800698BFB /* MPExpression.h */; };
|
|
3B6338361A3A4B5800698BFB /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338331A3A4B5800698BFB /* MPExpression.m */; };
|
|
3B63383A1A3A4B7600698BFB /* NSString+MPExpressionElement.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338381A3A4B7600698BFB /* NSString+MPExpressionElement.h */; };
|
|
3B63383B1A3A4B7600698BFB /* NSString+MPExpressionElement.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338391A3A4B7600698BFB /* NSString+MPExpressionElement.m */; };
|
|
3B63383E1A3A4B8500698BFB /* MPToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63383C1A3A4B8500698BFB /* MPToken.h */; };
|
|
3B63383F1A3A4B8500698BFB /* MPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63383D1A3A4B8500698BFB /* MPToken.m */; };
|
|
3B6338421A3A4B9500698BFB /* MPFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338401A3A4B9500698BFB /* MPFunction.h */; };
|
|
3B6338431A3A4B9500698BFB /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338411A3A4B9500698BFB /* MPFunction.m */; };
|
|
3B6338461A3A4BA500698BFB /* MPExpressionTokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338441A3A4BA500698BFB /* MPExpressionTokenizer.h */; };
|
|
3B6338471A3A4BA500698BFB /* MPExpressionTokenizer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338451A3A4BA500698BFB /* MPExpressionTokenizer.m */; };
|
|
3B63384A1A3A4BB300698BFB /* MPFunction+MPToken.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338481A3A4BB300698BFB /* MPFunction+MPToken.h */; };
|
|
3B63384B1A3A4BB300698BFB /* MPFunction+MPToken.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338491A3A4BB300698BFB /* MPFunction+MPToken.m */; };
|
|
3B6338501A3A4BD100698BFB /* MPParenthesisFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63384C1A3A4BD100698BFB /* MPParenthesisFunction.h */; };
|
|
3B6338511A3A4BD100698BFB /* MPParenthesisFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63384D1A3A4BD100698BFB /* MPParenthesisFunction.m */; };
|
|
3B6338521A3A4BD100698BFB /* MPSumFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63384E1A3A4BD100698BFB /* MPSumFunction.h */; };
|
|
3B6338531A3A4BD100698BFB /* MPSumFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63384F1A3A4BD100698BFB /* MPSumFunction.m */; };
|
|
3B6338581A3A4BE800698BFB /* MPFractionFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338541A3A4BE800698BFB /* MPFractionFunction.h */; };
|
|
3B6338591A3A4BE800698BFB /* MPFractionFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338551A3A4BE800698BFB /* MPFractionFunction.m */; };
|
|
3B63385A1A3A4BE800698BFB /* MPPowerFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338561A3A4BE800698BFB /* MPPowerFunction.h */; };
|
|
3B63385B1A3A4BE800698BFB /* MPPowerFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338571A3A4BE800698BFB /* MPPowerFunction.m */; };
|
|
3B63385E1A3A4C0700698BFB /* MPExpressionParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63385C1A3A4C0700698BFB /* MPExpressionParser.h */; };
|
|
3B63385F1A3A4C0700698BFB /* MPExpressionParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63385D1A3A4C0700698BFB /* MPExpressionParser.m */; };
|
|
3B63386C1A3A4C2B00698BFB /* MPNegatedTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338601A3A4C2B00698BFB /* MPNegatedTerm.h */; };
|
|
3B63386D1A3A4C2B00698BFB /* MPNegatedTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338611A3A4C2B00698BFB /* MPNegatedTerm.m */; };
|
|
3B63386E1A3A4C2B00698BFB /* MPNumber.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338621A3A4C2B00698BFB /* MPNumber.h */; };
|
|
3B63386F1A3A4C2B00698BFB /* MPNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338631A3A4C2B00698BFB /* MPNumber.m */; };
|
|
3B6338701A3A4C2B00698BFB /* MPParenthesisTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338641A3A4C2B00698BFB /* MPParenthesisTerm.h */; };
|
|
3B6338711A3A4C2B00698BFB /* MPParenthesisTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338651A3A4C2B00698BFB /* MPParenthesisTerm.m */; };
|
|
3B6338721A3A4C2B00698BFB /* MPParsedExpression.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338661A3A4C2B00698BFB /* MPParsedExpression.h */; };
|
|
3B6338731A3A4C2B00698BFB /* MPParsedExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338671A3A4C2B00698BFB /* MPParsedExpression.m */; };
|
|
3B6338741A3A4C2B00698BFB /* MPPowerTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338681A3A4C2B00698BFB /* MPPowerTerm.h */; };
|
|
3B6338751A3A4C2B00698BFB /* MPPowerTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338691A3A4C2B00698BFB /* MPPowerTerm.m */; };
|
|
3B6338761A3A4C2B00698BFB /* MPProductTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63386A1A3A4C2B00698BFB /* MPProductTerm.h */; };
|
|
3B6338771A3A4C2B00698BFB /* MPProductTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63386B1A3A4C2B00698BFB /* MPProductTerm.m */; };
|
|
3B63387E1A3A4C7E00698BFB /* MPSumTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338781A3A4C7E00698BFB /* MPSumTerm.h */; };
|
|
3B63387F1A3A4C7E00698BFB /* MPSumTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338791A3A4C7E00698BFB /* MPSumTerm.m */; };
|
|
3B6338801A3A4C7E00698BFB /* MPTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63387A1A3A4C7E00698BFB /* MPTerm.h */; };
|
|
3B6338811A3A4C7E00698BFB /* MPTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63387B1A3A4C7E00698BFB /* MPTerm.m */; };
|
|
3B6338821A3A4C7E00698BFB /* MPVariable.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63387C1A3A4C7E00698BFB /* MPVariable.h */; };
|
|
3B6338831A3A4C7E00698BFB /* MPVariable.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63387D1A3A4C7E00698BFB /* MPVariable.m */; };
|
|
3B6338861A3A4CA500698BFB /* MPFactorialTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338841A3A4CA500698BFB /* MPFactorialTerm.h */; };
|
|
3B6338871A3A4CA500698BFB /* MPFactorialTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338851A3A4CA500698BFB /* MPFactorialTerm.m */; };
|
|
3B63388A1A3A4CAF00698BFB /* MPElementaryFunctionTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338881A3A4CAF00698BFB /* MPElementaryFunctionTerm.h */; };
|
|
3B63388B1A3A4CAF00698BFB /* MPElementaryFunctionTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338891A3A4CAF00698BFB /* MPElementaryFunctionTerm.m */; };
|
|
3B63388E1A3A4CBE00698BFB /* MPFunctionTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63388C1A3A4CBE00698BFB /* MPFunctionTerm.h */; };
|
|
3B63388F1A3A4CBE00698BFB /* MPFunctionTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63388D1A3A4CBE00698BFB /* MPFunctionTerm.m */; };
|
|
3B6338921A3A4CCA00698BFB /* MPEvaluationContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338901A3A4CCA00698BFB /* MPEvaluationContext.h */; };
|
|
3B6338931A3A4CCA00698BFB /* MPEvaluationContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338911A3A4CCA00698BFB /* MPEvaluationContext.m */; };
|
|
3B6338961A3A4CD100698BFB /* MPMathRules.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338941A3A4CD100698BFB /* MPMathRules.h */; };
|
|
3B6338971A3A4CD100698BFB /* MPMathRules.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338951A3A4CD100698BFB /* MPMathRules.m */; };
|
|
3B63389A1A3A4CE100698BFB /* MPSumFunctionTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338981A3A4CE100698BFB /* MPSumFunctionTerm.h */; };
|
|
3B63389B1A3A4CE100698BFB /* MPSumFunctionTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338991A3A4CE100698BFB /* MPSumFunctionTerm.m */; };
|
|
3B63389E1A3A4CEF00698BFB /* MPFractionTerm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B63389C1A3A4CEF00698BFB /* MPFractionTerm.h */; };
|
|
3B63389F1A3A4CEF00698BFB /* MPFractionTerm.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B63389D1A3A4CEF00698BFB /* MPFractionTerm.m */; };
|
|
3B6338A21A3A4CFC00698BFB /* MPRangePath.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338A01A3A4CFC00698BFB /* MPRangePath.h */; };
|
|
3B6338A31A3A4CFC00698BFB /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338A11A3A4CFC00698BFB /* MPRangePath.m */; };
|
|
3B6338A51A3A4D1200698BFB /* Fonts in Resources */ = {isa = PBXBuildFile; fileRef = 3B6338A41A3A4D1200698BFB /* Fonts */; };
|
|
3B6338A81A3A4D2600698BFB /* NSIndexPath+MPAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338A61A3A4D2600698BFB /* NSIndexPath+MPAdditions.h */; };
|
|
3B6338A91A3A4D2600698BFB /* NSIndexPath+MPAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338A71A3A4D2600698BFB /* NSIndexPath+MPAdditions.m */; };
|
|
3B6338AC1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338AA1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h */; };
|
|
3B6338AD1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338AB1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m */; };
|
|
3B6338B01A3A4D6A00698BFB /* MPExpressionView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338AE1A3A4D6A00698BFB /* MPExpressionView.h */; };
|
|
3B6338B11A3A4D6A00698BFB /* MPExpressionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338AF1A3A4D6A00698BFB /* MPExpressionView.m */; };
|
|
3B6338B41A3A4D7900698BFB /* MPExpressionStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338B21A3A4D7900698BFB /* MPExpressionStorage.h */; };
|
|
3B6338B51A3A4D7900698BFB /* MPExpressionStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338B31A3A4D7900698BFB /* MPExpressionStorage.m */; };
|
|
3B6338BB1A3A4D9400698BFB /* MPFunctionsViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338B61A3A4D9400698BFB /* MPFunctionsViewController.h */; };
|
|
3B6338BC1A3A4D9400698BFB /* MPFunctionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338B71A3A4D9400698BFB /* MPFunctionsViewController.m */; };
|
|
3B6338BD1A3A4D9400698BFB /* MPFunctionsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3B6338B81A3A4D9400698BFB /* MPFunctionsViewController.xib */; };
|
|
3B6338BE1A3A4D9400698BFB /* MPWhiteView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338B91A3A4D9400698BFB /* MPWhiteView.h */; };
|
|
3B6338BF1A3A4D9400698BFB /* MPWhiteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338BA1A3A4D9400698BFB /* MPWhiteView.m */; };
|
|
3B6338C21A3A4DA500698BFB /* MPLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338C01A3A4DA500698BFB /* MPLayout.h */; };
|
|
3B6338C31A3A4DA500698BFB /* MPLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338C11A3A4DA500698BFB /* MPLayout.m */; };
|
|
3B6338C61A3A4DB600698BFB /* MPExpressionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338C41A3A4DB600698BFB /* MPExpressionLayout.h */; };
|
|
3B6338C71A3A4DB600698BFB /* MPExpressionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338C51A3A4DB600698BFB /* MPExpressionLayout.m */; };
|
|
3B6338CA1A3A4DC400698BFB /* MPFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338C81A3A4DC400698BFB /* MPFunctionLayout.h */; };
|
|
3B6338CB1A3A4DC400698BFB /* MPFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338C91A3A4DC400698BFB /* MPFunctionLayout.m */; };
|
|
3B6338D41A3A4DE100698BFB /* MPFractionFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338CC1A3A4DE100698BFB /* MPFractionFunctionLayout.h */; };
|
|
3B6338D51A3A4DE100698BFB /* MPFractionFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338CD1A3A4DE100698BFB /* MPFractionFunctionLayout.m */; };
|
|
3B6338D61A3A4DE100698BFB /* MPParenthesisFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338CE1A3A4DE100698BFB /* MPParenthesisFunctionLayout.h */; };
|
|
3B6338D71A3A4DE100698BFB /* MPParenthesisFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338CF1A3A4DE100698BFB /* MPParenthesisFunctionLayout.m */; };
|
|
3B6338D81A3A4DE100698BFB /* MPPowerFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338D01A3A4DE100698BFB /* MPPowerFunctionLayout.h */; };
|
|
3B6338D91A3A4DE100698BFB /* MPPowerFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338D11A3A4DE100698BFB /* MPPowerFunctionLayout.m */; };
|
|
3B6338DA1A3A4DE100698BFB /* MPSumFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B6338D21A3A4DE100698BFB /* MPSumFunctionLayout.h */; };
|
|
3B6338DB1A3A4DE100698BFB /* MPSumFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6338D31A3A4DE100698BFB /* MPSumFunctionLayout.m */; };
|
|
3B7172EA19C7147000FEAA5B /* FunctionsButtonDisclosure@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B7172E819C7147000FEAA5B /* FunctionsButtonDisclosure@2x.png */; };
|
|
3B7172EB19C7147000FEAA5B /* FunctionsButtonDisclosure.png in Resources */ = {isa = PBXBuildFile; fileRef = 3B7172E919C7147000FEAA5B /* FunctionsButtonDisclosure.png */; };
|
|
3B74BFB319A4C51800E5B5DE /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B74BFB219A4C51800E5B5DE /* CoreText.framework */; };
|
|
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 */; };
|
|
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 */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
|
3BBEA94F19BB79EF00133766 /* MPExpressionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */; };
|
|
3BBEA95019BB79EF00133766 /* MPRangeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA3941905704200824E74 /* MPRangeTests.m */; };
|
|
3BC4660B19B2425A0033F13A /* MPDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9978318DE623E009CF6C4 /* MPDocument.xib */; };
|
|
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 */; };
|
|
3BF9977F18DE623E009CF6C4 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9977D18DE623E009CF6C4 /* Credits.rtf */; };
|
|
3BF9978218DE623E009CF6C4 /* MPDocument.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF9978118DE623E009CF6C4 /* MPDocument.m */; };
|
|
3BF9978818DE623E009CF6C4 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9978618DE623E009CF6C4 /* MainMenu.xib */; };
|
|
3BF9978A18DE623E009CF6C4 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9978918DE623E009CF6C4 /* Images.xcassets */; };
|
|
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 */; };
|
|
/* End PBXBuildFile 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 */;
|
|
proxyType = 1;
|
|
remoteGlobalIDString = 3BF9976A18DE623E009CF6C4;
|
|
remoteInfo = MathPad;
|
|
};
|
|
/* 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 */
|
|
3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = "<group>"; 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; 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; 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; 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; 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; 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; 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; 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; 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; 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 = "<group>"; };
|
|
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 = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
|
3B6338AF1A3A4D6A00698BFB /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPExpressionView.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
3B6338B21A3A4D7900698BFB /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MPExpressionStorage.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
|
3B6338B31A3A4D7900698BFB /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPExpressionStorage.m; sourceTree = "<group>"; 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; 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 = "<group>"; };
|
|
3B7172E919C7147000FEAA5B /* FunctionsButtonDisclosure.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = FunctionsButtonDisclosure.png; sourceTree = "<group>"; };
|
|
3B74BFB219A4C51800E5B5DE /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
|
|
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 = "<group>"; };
|
|
3B85831319BB5E5500D76A8D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3B85831519BB5E5500D76A8D /* MathKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MathKit-Prefix.pch"; sourceTree = "<group>"; };
|
|
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 = "<group>"; };
|
|
3B85832719BB5E5500D76A8D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3B85833219BB5F2D00D76A8D /* MathKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MathKit.h; sourceTree = "<group>"; 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 = "<group>"; 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; };
|
|
3BF9977218DE623E009CF6C4 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
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 = "<group>"; };
|
|
3BF9977818DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
3BF9977A18DE623E009CF6C4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
3BF9977C18DE623E009CF6C4 /* MathPad-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MathPad-Prefix.pch"; sourceTree = "<group>"; };
|
|
3BF9977E18DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
3BF9978018DE623E009CF6C4 /* MPDocument.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MPDocument.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
|
|
3BF9978118DE623E009CF6C4 /* MPDocument.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MPDocument.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
|
|
3BF9978418DE623E009CF6C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MPDocument.xib; sourceTree = "<group>"; };
|
|
3BF9978718DE623E009CF6C4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
3BF9978918DE623E009CF6C4 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
|
|
3BF9978F18DE623E009CF6C4 /* MathPadTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MathPadTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
3BF9979018DE623E009CF6C4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
|
3BF9979718DE623E009CF6C4 /* MathPadTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MathPadTests-Info.plist"; sourceTree = "<group>"; };
|
|
3BF9979918DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
/* 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;
|
|
};
|
|
3BF9978C18DE623E009CF6C4 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3BF9979218DE623E009CF6C4 /* Cocoa.framework in Frameworks */,
|
|
3BF9979118DE623E009CF6C4 /* XCTest.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
3B4EC2AC1A3F1400009ADA5E /* MPExpressionView Internal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338B61A3A4D9400698BFB /* MPFunctionsViewController.h */,
|
|
3B6338B71A3A4D9400698BFB /* MPFunctionsViewController.m */,
|
|
3B6338B81A3A4D9400698BFB /* MPFunctionsViewController.xib */,
|
|
3B6338B91A3A4D9400698BFB /* MPWhiteView.h */,
|
|
3B6338BA1A3A4D9400698BFB /* MPWhiteView.m */,
|
|
);
|
|
name = "MPExpressionView Internal";
|
|
sourceTree = "<group>";
|
|
};
|
|
3B7172E519C7112C00FEAA5B /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338A41A3A4D1200698BFB /* Fonts */,
|
|
3B7172E819C7147000FEAA5B /* FunctionsButtonDisclosure@2x.png */,
|
|
3B7172E919C7147000FEAA5B /* FunctionsButtonDisclosure.png */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85830F19BB5E5500D76A8D /* MathKit */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B85833219BB5F2D00D76A8D /* MathKit.h */,
|
|
3B87E350190082B300259938 /* Model */,
|
|
3B85833119BB5EC800D76A8D /* View */,
|
|
3B7172E519C7112C00FEAA5B /* Resources */,
|
|
3B85831019BB5E5500D76A8D /* Supporting Files */,
|
|
);
|
|
path = MathKit;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85831019BB5E5500D76A8D /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B85831119BB5E5500D76A8D /* MathKit-Info.plist */,
|
|
3B85831219BB5E5500D76A8D /* InfoPlist.strings */,
|
|
3B85831519BB5E5500D76A8D /* MathKit-Prefix.pch */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85832319BB5E5500D76A8D /* MathKitTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B0F69AB1902A82C00817707 /* MPExpressionTests.m */,
|
|
3BBBA3941905704200824E74 /* MPRangeTests.m */,
|
|
3B85832419BB5E5500D76A8D /* Supporting Files */,
|
|
);
|
|
path = MathKitTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85832419BB5E5500D76A8D /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B85832519BB5E5500D76A8D /* MathKitTests-Info.plist */,
|
|
3B85832619BB5E5500D76A8D /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85833119BB5EC800D76A8D /* View */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338B21A3A4D7900698BFB /* MPExpressionStorage.h */,
|
|
3B6338B31A3A4D7900698BFB /* MPExpressionStorage.m */,
|
|
3B6338AE1A3A4D6A00698BFB /* MPExpressionView.h */,
|
|
3B6338AF1A3A4D6A00698BFB /* MPExpressionView.m */,
|
|
3B4EC2AC1A3F1400009ADA5E /* MPExpressionView Internal */,
|
|
3BB09ED819071C270080A5ED /* Layout System */,
|
|
);
|
|
name = View;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B87E350190082B300259938 /* Model */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BC46B4B19B38CB60033F13A /* Base Expression Classes */,
|
|
3B6338A01A3A4CFC00698BFB /* MPRangePath.h */,
|
|
3B6338A11A3A4CFC00698BFB /* MPRangePath.m */,
|
|
3BC46B4D19B38CFB0033F13A /* Helpers */,
|
|
);
|
|
name = Model;
|
|
path = ../MathPad;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B87E353190082E200259938 /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9978318DE623E009CF6C4 /* MPDocument.xib */,
|
|
3BF9978618DE623E009CF6C4 /* MainMenu.xib */,
|
|
3BF9978918DE623E009CF6C4 /* Images.xcassets */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BB09EBC1905EF210080A5ED /* Functions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338541A3A4BE800698BFB /* MPFractionFunction.h */,
|
|
3B6338551A3A4BE800698BFB /* MPFractionFunction.m */,
|
|
3B63384C1A3A4BD100698BFB /* MPParenthesisFunction.h */,
|
|
3B63384D1A3A4BD100698BFB /* MPParenthesisFunction.m */,
|
|
3B6338561A3A4BE800698BFB /* MPPowerFunction.h */,
|
|
3B6338571A3A4BE800698BFB /* MPPowerFunction.m */,
|
|
3B63384E1A3A4BD100698BFB /* MPSumFunction.h */,
|
|
3B63384F1A3A4BD100698BFB /* MPSumFunction.m */,
|
|
);
|
|
name = Functions;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BB09ED819071C270080A5ED /* Layout System */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338C01A3A4DA500698BFB /* MPLayout.h */,
|
|
3B6338C11A3A4DA500698BFB /* MPLayout.m */,
|
|
3B6338C41A3A4DB600698BFB /* MPExpressionLayout.h */,
|
|
3B6338C51A3A4DB600698BFB /* MPExpressionLayout.m */,
|
|
3B6338C81A3A4DC400698BFB /* MPFunctionLayout.h */,
|
|
3B6338C91A3A4DC400698BFB /* MPFunctionLayout.m */,
|
|
3BB09EE21907361C0080A5ED /* Function Layouts */,
|
|
);
|
|
name = "Layout System";
|
|
path = ../MathPad;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BB09EE21907361C0080A5ED /* Function Layouts */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338CC1A3A4DE100698BFB /* MPFractionFunctionLayout.h */,
|
|
3B6338CD1A3A4DE100698BFB /* MPFractionFunctionLayout.m */,
|
|
3B6338CE1A3A4DE100698BFB /* MPParenthesisFunctionLayout.h */,
|
|
3B6338CF1A3A4DE100698BFB /* MPParenthesisFunctionLayout.m */,
|
|
3B6338D01A3A4DE100698BFB /* MPPowerFunctionLayout.h */,
|
|
3B6338D11A3A4DE100698BFB /* MPPowerFunctionLayout.m */,
|
|
3B6338D21A3A4DE100698BFB /* MPSumFunctionLayout.h */,
|
|
3B6338D31A3A4DE100698BFB /* MPSumFunctionLayout.m */,
|
|
);
|
|
name = "Function Layouts";
|
|
sourceTree = "<group>";
|
|
};
|
|
3BC46B4B19B38CB60033F13A /* Base Expression Classes */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338321A3A4B5800698BFB /* MPExpression.h */,
|
|
3B6338331A3A4B5800698BFB /* MPExpression.m */,
|
|
3B6338381A3A4B7600698BFB /* NSString+MPExpressionElement.h */,
|
|
3B6338391A3A4B7600698BFB /* NSString+MPExpressionElement.m */,
|
|
3B6338401A3A4B9500698BFB /* MPFunction.h */,
|
|
3B6338411A3A4B9500698BFB /* MPFunction.m */,
|
|
3B6338441A3A4BA500698BFB /* MPExpressionTokenizer.h */,
|
|
3B6338451A3A4BA500698BFB /* MPExpressionTokenizer.m */,
|
|
3B63383C1A3A4B8500698BFB /* MPToken.h */,
|
|
3B63383D1A3A4B8500698BFB /* MPToken.m */,
|
|
3B6338481A3A4BB300698BFB /* MPFunction+MPToken.h */,
|
|
3B6338491A3A4BB300698BFB /* MPFunction+MPToken.m */,
|
|
3BB09EBC1905EF210080A5ED /* Functions */,
|
|
3BC46B4F19B506F20033F13A /* Evaluation */,
|
|
);
|
|
name = "Base Expression Classes";
|
|
sourceTree = "<group>";
|
|
};
|
|
3BC46B4D19B38CFB0033F13A /* Helpers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B6338A61A3A4D2600698BFB /* NSIndexPath+MPAdditions.h */,
|
|
3B6338A71A3A4D2600698BFB /* NSIndexPath+MPAdditions.m */,
|
|
3B6338AA1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h */,
|
|
3B6338AB1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m */,
|
|
);
|
|
name = Helpers;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BC46B4F19B506F20033F13A /* Evaluation */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B63385C1A3A4C0700698BFB /* MPExpressionParser.h */,
|
|
3B63385D1A3A4C0700698BFB /* MPExpressionParser.m */,
|
|
3B6338661A3A4C2B00698BFB /* MPParsedExpression.h */,
|
|
3B6338671A3A4C2B00698BFB /* MPParsedExpression.m */,
|
|
3B63387A1A3A4C7E00698BFB /* MPTerm.h */,
|
|
3B63387B1A3A4C7E00698BFB /* MPTerm.m */,
|
|
3B6338781A3A4C7E00698BFB /* MPSumTerm.h */,
|
|
3B6338791A3A4C7E00698BFB /* MPSumTerm.m */,
|
|
3B63386A1A3A4C2B00698BFB /* MPProductTerm.h */,
|
|
3B63386B1A3A4C2B00698BFB /* MPProductTerm.m */,
|
|
3B6338601A3A4C2B00698BFB /* MPNegatedTerm.h */,
|
|
3B6338611A3A4C2B00698BFB /* MPNegatedTerm.m */,
|
|
3B63388C1A3A4CBE00698BFB /* MPFunctionTerm.h */,
|
|
3B63388D1A3A4CBE00698BFB /* MPFunctionTerm.m */,
|
|
3B6338881A3A4CAF00698BFB /* MPElementaryFunctionTerm.h */,
|
|
3B6338891A3A4CAF00698BFB /* MPElementaryFunctionTerm.m */,
|
|
3B6338621A3A4C2B00698BFB /* MPNumber.h */,
|
|
3B6338631A3A4C2B00698BFB /* MPNumber.m */,
|
|
3B63387C1A3A4C7E00698BFB /* MPVariable.h */,
|
|
3B63387D1A3A4C7E00698BFB /* MPVariable.m */,
|
|
3B6338841A3A4CA500698BFB /* MPFactorialTerm.h */,
|
|
3B6338851A3A4CA500698BFB /* MPFactorialTerm.m */,
|
|
3B6338901A3A4CCA00698BFB /* MPEvaluationContext.h */,
|
|
3B6338911A3A4CCA00698BFB /* MPEvaluationContext.m */,
|
|
3B6338941A3A4CD100698BFB /* MPMathRules.h */,
|
|
3B6338951A3A4CD100698BFB /* MPMathRules.m */,
|
|
3BEFF75F1A17FF5C00301C0C /* Functions */,
|
|
);
|
|
name = Evaluation;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BEFF75F1A17FF5C00301C0C /* Functions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B63389C1A3A4CEF00698BFB /* MPFractionTerm.h */,
|
|
3B63389D1A3A4CEF00698BFB /* MPFractionTerm.m */,
|
|
3B6338641A3A4C2B00698BFB /* MPParenthesisTerm.h */,
|
|
3B6338651A3A4C2B00698BFB /* MPParenthesisTerm.m */,
|
|
3B6338681A3A4C2B00698BFB /* MPPowerTerm.h */,
|
|
3B6338691A3A4C2B00698BFB /* MPPowerTerm.m */,
|
|
3B6338981A3A4CE100698BFB /* MPSumFunctionTerm.h */,
|
|
3B6338991A3A4CE100698BFB /* MPSumFunctionTerm.m */,
|
|
);
|
|
name = Functions;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9976218DE623E009CF6C4 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9977418DE623E009CF6C4 /* MathPad */,
|
|
3B85830F19BB5E5500D76A8D /* MathKit */,
|
|
3BF9979518DE623E009CF6C4 /* MathPadTests */,
|
|
3B85832319BB5E5500D76A8D /* MathKitTests */,
|
|
3BF9976D18DE623E009CF6C4 /* Frameworks */,
|
|
3BF9976C18DE623E009CF6C4 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
usesTabs = 0;
|
|
};
|
|
3BF9976C18DE623E009CF6C4 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9976B18DE623E009CF6C4 /* MathPad.app */,
|
|
3BF9978F18DE623E009CF6C4 /* MathPadTests.xctest */,
|
|
3B85830D19BB5E5500D76A8D /* MathKit.framework */,
|
|
3B85831D19BB5E5500D76A8D /* MathKitTests.xctest */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9976D18DE623E009CF6C4 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3B74BFB219A4C51800E5B5DE /* CoreText.framework */,
|
|
3BF9976E18DE623E009CF6C4 /* Cocoa.framework */,
|
|
3BF9979018DE623E009CF6C4 /* XCTest.framework */,
|
|
3BF9977018DE623E009CF6C4 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9977018DE623E009CF6C4 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9977118DE623E009CF6C4 /* AppKit.framework */,
|
|
3BF9977218DE623E009CF6C4 /* CoreData.framework */,
|
|
3BF9977318DE623E009CF6C4 /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9977418DE623E009CF6C4 /* MathPad */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9978018DE623E009CF6C4 /* MPDocument.h */,
|
|
3BF9978118DE623E009CF6C4 /* MPDocument.m */,
|
|
3B87E353190082E200259938 /* Resources */,
|
|
3BF9977518DE623E009CF6C4 /* Supporting Files */,
|
|
);
|
|
path = MathPad;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9977518DE623E009CF6C4 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9977618DE623E009CF6C4 /* MathPad-Info.plist */,
|
|
3BF9977718DE623E009CF6C4 /* InfoPlist.strings */,
|
|
3BF9977A18DE623E009CF6C4 /* main.m */,
|
|
3BF9977C18DE623E009CF6C4 /* MathPad-Prefix.pch */,
|
|
3BF9977D18DE623E009CF6C4 /* Credits.rtf */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9979518DE623E009CF6C4 /* MathPadTests */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9979618DE623E009CF6C4 /* Supporting Files */,
|
|
);
|
|
path = MathPadTests;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9979618DE623E009CF6C4 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3BF9979718DE623E009CF6C4 /* MathPadTests-Info.plist */,
|
|
3BF9979818DE623E009CF6C4 /* InfoPlist.strings */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
3B85830A19BB5E5500D76A8D /* Headers */ = {
|
|
isa = PBXHeadersBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B6338A81A3A4D2600698BFB /* NSIndexPath+MPAdditions.h in Headers */,
|
|
3B85834C19BB661100D76A8D /* MathKit.h in Headers */,
|
|
3B63383A1A3A4B7600698BFB /* NSString+MPExpressionElement.h in Headers */,
|
|
3B6338C21A3A4DA500698BFB /* MPLayout.h in Headers */,
|
|
3B6338721A3A4C2B00698BFB /* MPParsedExpression.h in Headers */,
|
|
3B6338B01A3A4D6A00698BFB /* MPExpressionView.h in Headers */,
|
|
3B6338DA1A3A4DE100698BFB /* MPSumFunctionLayout.h in Headers */,
|
|
3B6338AC1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.h in Headers */,
|
|
3B6338501A3A4BD100698BFB /* MPParenthesisFunction.h in Headers */,
|
|
3B63387E1A3A4C7E00698BFB /* MPSumTerm.h in Headers */,
|
|
3B6338D81A3A4DE100698BFB /* MPPowerFunctionLayout.h in Headers */,
|
|
3B6338801A3A4C7E00698BFB /* MPTerm.h in Headers */,
|
|
3B6338521A3A4BD100698BFB /* MPSumFunction.h in Headers */,
|
|
3B6338CA1A3A4DC400698BFB /* MPFunctionLayout.h in Headers */,
|
|
3B6338701A3A4C2B00698BFB /* MPParenthesisTerm.h in Headers */,
|
|
3B63389E1A3A4CEF00698BFB /* MPFractionTerm.h in Headers */,
|
|
3B6338961A3A4CD100698BFB /* MPMathRules.h in Headers */,
|
|
3B6338421A3A4B9500698BFB /* MPFunction.h in Headers */,
|
|
3B63388E1A3A4CBE00698BFB /* MPFunctionTerm.h in Headers */,
|
|
3B6338D41A3A4DE100698BFB /* MPFractionFunctionLayout.h in Headers */,
|
|
3B6338741A3A4C2B00698BFB /* MPPowerTerm.h in Headers */,
|
|
3B6338BE1A3A4D9400698BFB /* MPWhiteView.h in Headers */,
|
|
3B6338A21A3A4CFC00698BFB /* MPRangePath.h in Headers */,
|
|
3B63386E1A3A4C2B00698BFB /* MPNumber.h in Headers */,
|
|
3B6338C61A3A4DB600698BFB /* MPExpressionLayout.h in Headers */,
|
|
3B63385A1A3A4BE800698BFB /* MPPowerFunction.h in Headers */,
|
|
3B63389A1A3A4CE100698BFB /* MPSumFunctionTerm.h in Headers */,
|
|
3B6338921A3A4CCA00698BFB /* MPEvaluationContext.h in Headers */,
|
|
3B63386C1A3A4C2B00698BFB /* MPNegatedTerm.h in Headers */,
|
|
3B63385E1A3A4C0700698BFB /* MPExpressionParser.h in Headers */,
|
|
3B63384A1A3A4BB300698BFB /* MPFunction+MPToken.h in Headers */,
|
|
3B63383E1A3A4B8500698BFB /* MPToken.h in Headers */,
|
|
3B6338461A3A4BA500698BFB /* MPExpressionTokenizer.h in Headers */,
|
|
3B63388A1A3A4CAF00698BFB /* MPElementaryFunctionTerm.h in Headers */,
|
|
3B6338861A3A4CA500698BFB /* MPFactorialTerm.h in Headers */,
|
|
3B6338581A3A4BE800698BFB /* MPFractionFunction.h in Headers */,
|
|
3B6338761A3A4C2B00698BFB /* MPProductTerm.h in Headers */,
|
|
3B6338351A3A4B5800698BFB /* MPExpression.h in Headers */,
|
|
3B6338BB1A3A4D9400698BFB /* MPFunctionsViewController.h in Headers */,
|
|
3B6338D61A3A4DE100698BFB /* MPParenthesisFunctionLayout.h in Headers */,
|
|
3B6338821A3A4C7E00698BFB /* MPVariable.h in Headers */,
|
|
3B6338B41A3A4D7900698BFB /* MPExpressionStorage.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" */;
|
|
buildPhases = (
|
|
3BF9976718DE623E009CF6C4 /* Sources */,
|
|
3BF9976818DE623E009CF6C4 /* Frameworks */,
|
|
3BF9976918DE623E009CF6C4 /* Resources */,
|
|
3BBEA92B19BB680800133766 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
3BBEA93319BB6C2300133766 /* PBXTargetDependency */,
|
|
);
|
|
name = MathPad;
|
|
productName = MathPad;
|
|
productReference = 3BF9976B18DE623E009CF6C4 /* MathPad.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
3BF9978E18DE623E009CF6C4 /* MathPadTests */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 3BF997A218DE623E009CF6C4 /* Build configuration list for PBXNativeTarget "MathPadTests" */;
|
|
buildPhases = (
|
|
3BF9978B18DE623E009CF6C4 /* Sources */,
|
|
3BF9978C18DE623E009CF6C4 /* Frameworks */,
|
|
3BF9978D18DE623E009CF6C4 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
3BF9979418DE623E009CF6C4 /* PBXTargetDependency */,
|
|
);
|
|
name = MathPadTests;
|
|
productName = MathPadTests;
|
|
productReference = 3BF9978F18DE623E009CF6C4 /* MathPadTests.xctest */;
|
|
productType = "com.apple.product-type.bundle.unit-test";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
3BF9976318DE623E009CF6C4 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
CLASSPREFIX = MP;
|
|
LastUpgradeCheck = 0610;
|
|
ORGANIZATIONNAME = "Kim Wittenburg";
|
|
TargetAttributes = {
|
|
3B85831C19BB5E5500D76A8D = {
|
|
TestTargetID = 3BF9976A18DE623E009CF6C4;
|
|
};
|
|
3BF9978E18DE623E009CF6C4 = {
|
|
TestTargetID = 3BF9976A18DE623E009CF6C4;
|
|
};
|
|
};
|
|
};
|
|
buildConfigurationList = 3BF9976618DE623E009CF6C4 /* Build configuration list for PBXProject "MathPad" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
English,
|
|
);
|
|
mainGroup = 3BF9976218DE623E009CF6C4;
|
|
productRefGroup = 3BF9976C18DE623E009CF6C4 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
3BF9976A18DE623E009CF6C4 /* MathPad */,
|
|
3BF9978E18DE623E009CF6C4 /* MathPadTests */,
|
|
3B85830C19BB5E5500D76A8D /* MathKit */,
|
|
3B85831C19BB5E5500D76A8D /* MathKitTests */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
3B85830B19BB5E5500D76A8D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B6338A51A3A4D1200698BFB /* Fonts in Resources */,
|
|
3B7172EA19C7147000FEAA5B /* FunctionsButtonDisclosure@2x.png in Resources */,
|
|
3B7172EB19C7147000FEAA5B /* FunctionsButtonDisclosure.png in Resources */,
|
|
3B85831419BB5E5500D76A8D /* InfoPlist.strings in Resources */,
|
|
3B6338BD1A3A4D9400698BFB /* MPFunctionsViewController.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
3B85831B19BB5E5500D76A8D /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B85832819BB5E5500D76A8D /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
3BF9976918DE623E009CF6C4 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3BF9977918DE623E009CF6C4 /* InfoPlist.strings in Resources */,
|
|
3BF9978A18DE623E009CF6C4 /* Images.xcassets in Resources */,
|
|
3BC4660B19B2425A0033F13A /* MPDocument.xib in Resources */,
|
|
3BF9977F18DE623E009CF6C4 /* Credits.rtf in Resources */,
|
|
3BF9978818DE623E009CF6C4 /* MainMenu.xib in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
3BF9978D18DE623E009CF6C4 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3BF9979A18DE623E009CF6C4 /* InfoPlist.strings in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
3B85830819BB5E5500D76A8D /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3B6338DB1A3A4DE100698BFB /* MPSumFunctionLayout.m in Sources */,
|
|
3B63385F1A3A4C0700698BFB /* MPExpressionParser.m in Sources */,
|
|
3B6338A91A3A4D2600698BFB /* NSIndexPath+MPAdditions.m in Sources */,
|
|
3B6338591A3A4BE800698BFB /* MPFractionFunction.m in Sources */,
|
|
3B6338471A3A4BA500698BFB /* MPExpressionTokenizer.m in Sources */,
|
|
3B6338D91A3A4DE100698BFB /* MPPowerFunctionLayout.m in Sources */,
|
|
3B6338D51A3A4DE100698BFB /* MPFractionFunctionLayout.m in Sources */,
|
|
3B63389B1A3A4CE100698BFB /* MPSumFunctionTerm.m in Sources */,
|
|
3B6338361A3A4B5800698BFB /* MPExpression.m in Sources */,
|
|
3B6338BC1A3A4D9400698BFB /* MPFunctionsViewController.m in Sources */,
|
|
3B63383B1A3A4B7600698BFB /* NSString+MPExpressionElement.m in Sources */,
|
|
3B63386D1A3A4C2B00698BFB /* MPNegatedTerm.m in Sources */,
|
|
3B6338531A3A4BD100698BFB /* MPSumFunction.m in Sources */,
|
|
3B6338A31A3A4CFC00698BFB /* MPRangePath.m in Sources */,
|
|
3B63383F1A3A4B8500698BFB /* MPToken.m in Sources */,
|
|
3B63389F1A3A4CEF00698BFB /* MPFractionTerm.m in Sources */,
|
|
3B6338D71A3A4DE100698BFB /* MPParenthesisFunctionLayout.m in Sources */,
|
|
3B63388F1A3A4CBE00698BFB /* MPFunctionTerm.m in Sources */,
|
|
3B6338971A3A4CD100698BFB /* MPMathRules.m in Sources */,
|
|
3B6338C71A3A4DB600698BFB /* MPExpressionLayout.m in Sources */,
|
|
3B6338831A3A4C7E00698BFB /* MPVariable.m in Sources */,
|
|
3B63385B1A3A4BE800698BFB /* MPPowerFunction.m in Sources */,
|
|
3B6338711A3A4C2B00698BFB /* MPParenthesisTerm.m in Sources */,
|
|
3B6338731A3A4C2B00698BFB /* MPParsedExpression.m in Sources */,
|
|
3B6338771A3A4C2B00698BFB /* MPProductTerm.m in Sources */,
|
|
3B6338B51A3A4D7900698BFB /* MPExpressionStorage.m in Sources */,
|
|
3B63386F1A3A4C2B00698BFB /* MPNumber.m in Sources */,
|
|
3B6338CB1A3A4DC400698BFB /* MPFunctionLayout.m in Sources */,
|
|
3B63384B1A3A4BB300698BFB /* MPFunction+MPToken.m in Sources */,
|
|
3B6338BF1A3A4D9400698BFB /* MPWhiteView.m in Sources */,
|
|
3B6338931A3A4CCA00698BFB /* MPEvaluationContext.m in Sources */,
|
|
3B6338C31A3A4DA500698BFB /* MPLayout.m in Sources */,
|
|
3B63387F1A3A4C7E00698BFB /* MPSumTerm.m in Sources */,
|
|
3B6338811A3A4C7E00698BFB /* MPTerm.m in Sources */,
|
|
3B6338B11A3A4D6A00698BFB /* MPExpressionView.m in Sources */,
|
|
3B6338AD1A3A4D3000698BFB /* NSRegularExpression+MPParsingAdditions.m in Sources */,
|
|
3B63388B1A3A4CAF00698BFB /* MPElementaryFunctionTerm.m in Sources */,
|
|
3B6338511A3A4BD100698BFB /* MPParenthesisFunction.m in Sources */,
|
|
3B6338871A3A4CA500698BFB /* MPFactorialTerm.m in Sources */,
|
|
3B6338431A3A4B9500698BFB /* MPFunction.m in Sources */,
|
|
3B6338751A3A4C2B00698BFB /* MPPowerTerm.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 = (
|
|
3BF9977B18DE623E009CF6C4 /* main.m in Sources */,
|
|
3BF9978218DE623E009CF6C4 /* MPDocument.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
3BF9978B18DE623E009CF6C4 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
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 */;
|
|
targetProxy = 3BF9979318DE623E009CF6C4 /* PBXContainerItemProxy */;
|
|
};
|
|
/* End PBXTargetDependency section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
3B85831219BB5E5500D76A8D /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3B85831319BB5E5500D76A8D /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
3B85832619BB5E5500D76A8D /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3B85832719BB5E5500D76A8D /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9977718DE623E009CF6C4 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3BF9977818DE623E009CF6C4 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9977D18DE623E009CF6C4 /* Credits.rtf */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3BF9977E18DE623E009CF6C4 /* en */,
|
|
);
|
|
name = Credits.rtf;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9978318DE623E009CF6C4 /* MPDocument.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3BF9978418DE623E009CF6C4 /* Base */,
|
|
);
|
|
name = MPDocument.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9978618DE623E009CF6C4 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3BF9978718DE623E009CF6C4 /* Base */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
3BF9979818DE623E009CF6C4 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
3BF9979918DE623E009CF6C4 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* 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 = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3BF9979E18DE623E009CF6C4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_CXX_LIBRARY = "libc++";
|
|
CLANG_ENABLE_MODULES = YES;
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
3BF997A018DE623E009CF6C4 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "MathPad/MathPad-Prefix.pch";
|
|
INFOPLIST_FILE = "MathPad/MathPad-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3BF997A118DE623E009CF6C4 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "MathPad/MathPad-Prefix.pch";
|
|
INFOPLIST_FILE = "MathPad/MathPad-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
3BF997A318DE623E009CF6C4 /* 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 = "MathPad/MathPad-Prefix.pch";
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
INFOPLIST_FILE = "MathPadTests/MathPadTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3BF997A418DE623E009CF6C4 /* 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 = "MathPad/MathPad-Prefix.pch";
|
|
INFOPLIST_FILE = "MathPadTests/MathPadTests-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
TEST_HOST = "$(BUNDLE_LOADER)";
|
|
WRAPPER_EXTENSION = xctest;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* 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 = (
|
|
3BF9979D18DE623E009CF6C4 /* Debug */,
|
|
3BF9979E18DE623E009CF6C4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
3BF9979F18DE623E009CF6C4 /* Build configuration list for PBXNativeTarget "MathPad" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3BF997A018DE623E009CF6C4 /* Debug */,
|
|
3BF997A118DE623E009CF6C4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
3BF997A218DE623E009CF6C4 /* Build configuration list for PBXNativeTarget "MathPadTests" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3BF997A318DE623E009CF6C4 /* Debug */,
|
|
3BF997A418DE623E009CF6C4 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 3BF9976318DE623E009CF6C4 /* Project object */;
|
|
}
|