Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
3B3A4AAE19F71855001E9D54 /* MPRootFunction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3A4AAC19F71855001E9D54 /* MPRootFunction.h */; };
|
||||
3B3A4AAF19F71855001E9D54 /* MPRootFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3A4AAD19F71855001E9D54 /* MPRootFunction.m */; };
|
||||
3B3A4AB219F71A11001E9D54 /* MPRootFunctionLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B3A4AB019F71A11001E9D54 /* MPRootFunctionLayout.h */; };
|
||||
3B3A4AB319F71A11001E9D54 /* MPRootFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B3A4AB119F71A11001E9D54 /* MPRootFunctionLayout.m */; };
|
||||
3B52CEC119BB9FA900CEDCFC /* MathKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B85830D19BB5E5500D76A8D /* MathKit.framework */; };
|
||||
3B52CED019BE509C00CEDCFC /* MPParseError.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B52CECE19BE509C00CEDCFC /* MPParseError.h */; };
|
||||
3B52CED119BE509C00CEDCFC /* MPParseError.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B52CECF19BE509C00CEDCFC /* MPParseError.m */; };
|
||||
3B52CEDC19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B52CEDA19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.h */; };
|
||||
3B52CEDD19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B52CEDB19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.m */; };
|
||||
3B591BBB19C58D000061D86B /* MPMathRules.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B591BB919C58D000061D86B /* MPMathRules.h */; };
|
||||
@@ -163,13 +165,15 @@
|
||||
3B0F69A719028BC600817707 /* MPException.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPException.h; sourceTree = "<group>"; };
|
||||
3B0F69A819028C6000817707 /* MPException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPException.m; sourceTree = "<group>"; };
|
||||
3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = "<group>"; };
|
||||
3B3A4AAC19F71855001E9D54 /* MPRootFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPRootFunction.h; sourceTree = "<group>"; };
|
||||
3B3A4AAD19F71855001E9D54 /* MPRootFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRootFunction.m; sourceTree = "<group>"; };
|
||||
3B3A4AB019F71A11001E9D54 /* MPRootFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPRootFunctionLayout.h; sourceTree = "<group>"; };
|
||||
3B3A4AB119F71A11001E9D54 /* MPRootFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRootFunctionLayout.m; sourceTree = "<group>"; };
|
||||
3B528D0D199417740054DB5F /* MPLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPLayout.h; sourceTree = "<group>"; };
|
||||
3B528D0E199417E10054DB5F /* MPExpressionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionLayout.h; sourceTree = "<group>"; };
|
||||
3B528D0F199417E10054DB5F /* MPExpressionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionLayout.m; sourceTree = "<group>"; };
|
||||
3B528D11199417E90054DB5F /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunctionLayout.h; sourceTree = "<group>"; };
|
||||
3B528D12199417E90054DB5F /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunctionLayout.m; sourceTree = "<group>"; };
|
||||
3B52CECE19BE509C00CEDCFC /* MPParseError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPParseError.h; sourceTree = "<group>"; };
|
||||
3B52CECF19BE509C00CEDCFC /* MPParseError.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPParseError.m; sourceTree = "<group>"; };
|
||||
3B52CEDA19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSRegularExpression+MPParsingAdditions.h"; sourceTree = "<group>"; };
|
||||
3B52CEDB19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSRegularExpression+MPParsingAdditions.m"; sourceTree = "<group>"; };
|
||||
3B591BB919C58D000061D86B /* MPMathRules.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPMathRules.h; sourceTree = "<group>"; };
|
||||
@@ -453,6 +457,8 @@
|
||||
3B5FF73A19DB2FF500C8348A /* MPPowerFunction.m */,
|
||||
3B69B67A19E4915E0028E608 /* MPFractionFunction.h */,
|
||||
3B69B67B19E4915E0028E608 /* MPFractionFunction.m */,
|
||||
3B3A4AAC19F71855001E9D54 /* MPRootFunction.h */,
|
||||
3B3A4AAD19F71855001E9D54 /* MPRootFunction.m */,
|
||||
);
|
||||
name = Functions;
|
||||
sourceTree = "<group>";
|
||||
@@ -488,6 +494,8 @@
|
||||
3B69B66B19DB41B90028E608 /* MPPowerFunctionLayout.m */,
|
||||
3B69B67E19E493630028E608 /* MPFractionFunctionLayout.h */,
|
||||
3B69B67F19E493630028E608 /* MPFractionFunctionLayout.m */,
|
||||
3B3A4AB019F71A11001E9D54 /* MPRootFunctionLayout.h */,
|
||||
3B3A4AB119F71A11001E9D54 /* MPRootFunctionLayout.m */,
|
||||
);
|
||||
name = "Function Layouts";
|
||||
sourceTree = "<group>";
|
||||
@@ -556,8 +564,6 @@
|
||||
3B78C85319C2DA5300516335 /* MPEvaluationContext.m */,
|
||||
3B591BB919C58D000061D86B /* MPMathRules.h */,
|
||||
3B591BBA19C58D000061D86B /* MPMathRules.m */,
|
||||
3B52CECE19BE509C00CEDCFC /* MPParseError.h */,
|
||||
3B52CECF19BE509C00CEDCFC /* MPParseError.m */,
|
||||
);
|
||||
name = Evaluation;
|
||||
sourceTree = "<group>";
|
||||
@@ -664,6 +670,7 @@
|
||||
3B69B67C19E4915E0028E608 /* MPFractionFunction.h in Headers */,
|
||||
3B78C85419C2DA5300516335 /* MPEvaluationContext.h in Headers */,
|
||||
3B85834419BB654D00D76A8D /* NSString+MPExpressionElement.h in Headers */,
|
||||
3B3A4AAE19F71855001E9D54 /* MPRootFunction.h in Headers */,
|
||||
3B69B6B519E88E750028E608 /* MPUnexpectedSymbolValue.h in Headers */,
|
||||
3B7172F219C9FC6700FEAA5B /* MPParenthesisFunctionLayout.h in Headers */,
|
||||
3B52CEDC19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.h in Headers */,
|
||||
@@ -671,6 +678,7 @@
|
||||
3B69B6B119E8175F0028E608 /* MPFactor.h in Headers */,
|
||||
3B69B66C19DB41B90028E608 /* MPPowerFunctionLayout.h in Headers */,
|
||||
3B69B69719E6F0780028E608 /* MPValueGroup.h in Headers */,
|
||||
3B3A4AB219F71A11001E9D54 /* MPRootFunctionLayout.h in Headers */,
|
||||
3B85834319BB653700D76A8D /* MPSumFunction.h in Headers */,
|
||||
3B85834119BB651E00D76A8D /* MPRangePath.h in Headers */,
|
||||
3B69B6C119E953590028E608 /* MPFactorial.h in Headers */,
|
||||
@@ -678,7 +686,6 @@
|
||||
3B69B69D19E6F2110028E608 /* MPNumber.h in Headers */,
|
||||
3B85834519BB655200D76A8D /* NSIndexPath+MPAdditions.h in Headers */,
|
||||
3B5FF73B19DB2FF500C8348A /* MPPowerFunction.h in Headers */,
|
||||
3B52CED019BE509C00CEDCFC /* MPParseError.h in Headers */,
|
||||
3B7172EE19C9FA8E00FEAA5B /* MPParenthesisFunction.h in Headers */,
|
||||
3B85834619BB655C00D76A8D /* MPExpressionView.h in Headers */,
|
||||
3B85834719BB655F00D76A8D /* MPExpressionStorage.h in Headers */,
|
||||
@@ -893,6 +900,7 @@
|
||||
3B69B6C219E953590028E608 /* MPFactorial.m in Sources */,
|
||||
3B69B69E19E6F2110028E608 /* MPNumber.m in Sources */,
|
||||
3B7172F319C9FC6700FEAA5B /* MPParenthesisFunctionLayout.m in Sources */,
|
||||
3B3A4AB319F71A11001E9D54 /* MPRootFunctionLayout.m in Sources */,
|
||||
3BBEA93A19BB79A700133766 /* MPSumFunction.m in Sources */,
|
||||
3BBEA93E19BB79A700133766 /* NSIndexPath+MPAdditions.m in Sources */,
|
||||
3B52CEDD19BEE63000CEDCFC /* NSRegularExpression+MPParsingAdditions.m in Sources */,
|
||||
@@ -901,10 +909,10 @@
|
||||
3B69B68E19E6EB0D0028E608 /* MPProduct.m in Sources */,
|
||||
3B69B6B619E88E750028E608 /* MPUnexpectedSymbolValue.m in Sources */,
|
||||
3BF59AFF19D80ECC00E54292 /* MPFunctionsViewController.m in Sources */,
|
||||
3B52CED119BE509C00CEDCFC /* MPParseError.m in Sources */,
|
||||
3BB18AA619CDB3A900986DA0 /* MPTokenStream.m in Sources */,
|
||||
3B69B66D19DB41B90028E608 /* MPPowerFunctionLayout.m in Sources */,
|
||||
3BBEA93619BB79A700133766 /* MPFunction.m in Sources */,
|
||||
3B3A4AAF19F71855001E9D54 /* MPRootFunction.m in Sources */,
|
||||
3BBEA93519BB79A700133766 /* MPExpression.m in Sources */,
|
||||
3BBEA93B19BB79A700133766 /* MPRangePath.m in Sources */,
|
||||
3B69B68A19E6E9280028E608 /* MPSummand.m in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user