From e048deef1fed48cb4be111343067e6e518f79bb9 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Wed, 23 Apr 2014 03:16:03 +0200 Subject: [PATCH] Updated Project File --- MathPad.xcodeproj/project.pbxproj | 194 ++++++++++++++++++++++++++++-- 1 file changed, 186 insertions(+), 8 deletions(-) diff --git a/MathPad.xcodeproj/project.pbxproj b/MathPad.xcodeproj/project.pbxproj index 8a5e278..4585ca5 100644 --- a/MathPad.xcodeproj/project.pbxproj +++ b/MathPad.xcodeproj/project.pbxproj @@ -7,6 +7,26 @@ objects = { /* Begin PBXBuildFile section */ + 3B0F69A919028C6000817707 /* MPException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69A819028C6000817707 /* MPException.m */; }; + 3B0F69AC1902A82C00817707 /* MPExpressionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */; }; + 3B0F69AD1902AD2200817707 /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E3581900857C00259938 /* MPExpression.m */; }; + 3B0F69AE1902AD2800817707 /* MPException.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B0F69A819028C6000817707 /* MPException.m */; }; + 3B0F69B01902AD2E00817707 /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35F19009D5F00259938 /* MPFunction.m */; }; + 3B87E3561900856F00259938 /* MPExpressionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E3551900856F00259938 /* MPExpressionView.m */; }; + 3B87E3591900857C00259938 /* MPExpression.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E3581900857C00259938 /* MPExpression.m */; }; + 3B87E36019009D5F00259938 /* MPFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35F19009D5F00259938 /* MPFunction.m */; }; + 3BB09EB21905DE500080A5ED /* MPExpressionStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */; }; + 3BB09EC91906FD830080A5ED /* MPSumFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EC81906FD830080A5ED /* MPSumFunction.m */; }; + 3BB09ED0190713F00080A5ED /* MPExpressionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09ECF190713F00080A5ED /* MPExpressionLayout.m */; }; + 3BB09ED3190713FC0080A5ED /* MPFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09ED2190713FC0080A5ED /* MPFunctionLayout.m */; }; + 3BB09EDE190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EDD190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.m */; }; + 3BB09EE1190736160080A5ED /* MPSumFunctionLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */; }; + 3BBBA358190327B700824E74 /* MPMutableExpressionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA357190327B700824E74 /* MPMutableExpressionTests.m */; }; + 3BBBA35D1903F8A700824E74 /* NSObject+MPStringTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA35C1903F8A700824E74 /* NSObject+MPStringTest.m */; }; + 3BBBA35E1903FD3600824E74 /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35C1900933200259938 /* MPRangePath.m */; }; + 3BBBA35F1903FD3600824E74 /* MPRangePath.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B87E35C1900933200259938 /* MPRangePath.m */; }; + 3BBBA3951905704200824E74 /* MPRangeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BBBA3941905704200824E74 /* MPRangeTests.m */; }; + 3BEB0F8119074815005699AB /* MPExpression+MPDisplayExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BEB0F8019074815005699AB /* MPExpression+MPDisplayExtension.m */; }; 3BF9976F18DE623E009CF6C4 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BF9976E18DE623E009CF6C4 /* Cocoa.framework */; }; 3BF9977918DE623E009CF6C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9977718DE623E009CF6C4 /* InfoPlist.strings */; }; 3BF9977B18DE623E009CF6C4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF9977A18DE623E009CF6C4 /* main.m */; }; @@ -18,7 +38,7 @@ 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 */; }; - 3BF9979C18DE623E009CF6C4 /* MathPadTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BF9979B18DE623E009CF6C4 /* MathPadTests.m */; }; + 3BFCFF491905AAF30001FE33 /* NSTextStorage+MPSetContents.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BFCFF481905AAF30001FE33 /* NSTextStorage+MPSetContents.m */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -32,6 +52,37 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 3B0F69A719028BC600817707 /* MPException.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPException.h; sourceTree = ""; }; + 3B0F69A819028C6000817707 /* MPException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPException.m; sourceTree = ""; }; + 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionTests.m; sourceTree = ""; }; + 3B87E3541900856F00259938 /* MPExpressionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionView.h; sourceTree = ""; }; + 3B87E3551900856F00259938 /* MPExpressionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionView.m; sourceTree = ""; }; + 3B87E3571900857C00259938 /* MPExpression.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpression.h; sourceTree = ""; }; + 3B87E3581900857C00259938 /* MPExpression.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpression.m; sourceTree = ""; }; + 3B87E35B1900933200259938 /* MPRangePath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPRangePath.h; sourceTree = ""; }; + 3B87E35C1900933200259938 /* MPRangePath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRangePath.m; sourceTree = ""; }; + 3B87E35E19009D5F00259938 /* MPFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunction.h; sourceTree = ""; }; + 3B87E35F19009D5F00259938 /* MPFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunction.m; sourceTree = ""; }; + 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionStorage.h; sourceTree = ""; }; + 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionStorage.m; sourceTree = ""; }; + 3BB09EC71906FD830080A5ED /* MPSumFunction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPSumFunction.h; sourceTree = ""; }; + 3BB09EC81906FD830080A5ED /* MPSumFunction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPSumFunction.m; sourceTree = ""; }; + 3BB09ECE190713F00080A5ED /* MPExpressionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionLayout.h; sourceTree = ""; }; + 3BB09ECF190713F00080A5ED /* MPExpressionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionLayout.m; sourceTree = ""; }; + 3BB09ED1190713FC0080A5ED /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunctionLayout.h; sourceTree = ""; }; + 3BB09ED2190713FC0080A5ED /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunctionLayout.m; sourceTree = ""; }; + 3BB09EDC190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSIndexPath+MPRemoveFirstIndex.h"; sourceTree = ""; }; + 3BB09EDD190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSIndexPath+MPRemoveFirstIndex.m"; sourceTree = ""; }; + 3BB09EDF190736160080A5ED /* MPSumFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPSumFunctionLayout.h; sourceTree = ""; }; + 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPSumFunctionLayout.m; sourceTree = ""; }; + 3BBBA357190327B700824E74 /* MPMutableExpressionTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPMutableExpressionTests.m; sourceTree = ""; }; + 3BBBA3591903EA9B00824E74 /* MPModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPModel.h; sourceTree = ""; }; + 3BBBA35B1903F8A700824E74 /* NSObject+MPStringTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSObject+MPStringTest.h"; sourceTree = ""; }; + 3BBBA35C1903F8A700824E74 /* NSObject+MPStringTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSObject+MPStringTest.m"; sourceTree = ""; }; + 3BBBA38419047FC900824E74 /* MPView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPView.h; sourceTree = ""; }; + 3BBBA3941905704200824E74 /* MPRangeTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPRangeTests.m; sourceTree = ""; }; + 3BEB0F7F19074815005699AB /* MPExpression+MPDisplayExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MPExpression+MPDisplayExtension.h"; sourceTree = ""; }; + 3BEB0F8019074815005699AB /* MPExpression+MPDisplayExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MPExpression+MPDisplayExtension.m"; sourceTree = ""; }; 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; }; @@ -51,7 +102,8 @@ 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 = ""; }; 3BF9979918DE623E009CF6C4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 3BF9979B18DE623E009CF6C4 /* MathPadTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MathPadTests.m; sourceTree = ""; }; + 3BFCFF471905AAF30001FE33 /* NSTextStorage+MPSetContents.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSTextStorage+MPSetContents.h"; sourceTree = ""; }; + 3BFCFF481905AAF30001FE33 /* NSTextStorage+MPSetContents.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSTextStorage+MPSetContents.m"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -75,6 +127,108 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 3B87E350190082B300259938 /* Model */ = { + isa = PBXGroup; + children = ( + 3BBBA35A1903F89100824E74 /* Categories */, + 3BBBA3591903EA9B00824E74 /* MPModel.h */, + 3B87E3571900857C00259938 /* MPExpression.h */, + 3B87E3581900857C00259938 /* MPExpression.m */, + 3B87E35E19009D5F00259938 /* MPFunction.h */, + 3B87E35F19009D5F00259938 /* MPFunction.m */, + 3B87E35B1900933200259938 /* MPRangePath.h */, + 3B87E35C1900933200259938 /* MPRangePath.m */, + 3B0F69A719028BC600817707 /* MPException.h */, + 3B0F69A819028C6000817707 /* MPException.m */, + 3BB09EBC1905EF210080A5ED /* Functions */, + ); + name = Model; + sourceTree = ""; + }; + 3B87E351190082BB00259938 /* View */ = { + isa = PBXGroup; + children = ( + 3BB09ED419071A140080A5ED /* Categories */, + 3BBBA38419047FC900824E74 /* MPView.h */, + 3B87E3541900856F00259938 /* MPExpressionView.h */, + 3B87E3551900856F00259938 /* MPExpressionView.m */, + 3BB09EB01905DE500080A5ED /* MPExpressionStorage.h */, + 3BB09EB11905DE500080A5ED /* MPExpressionStorage.m */, + 3BB09ED819071C270080A5ED /* Private */, + 3BB09EE21907361C0080A5ED /* Function Layouts */, + ); + name = View; + sourceTree = ""; + }; + 3B87E352190082C000259938 /* Controller */ = { + isa = PBXGroup; + children = ( + 3BF9978018DE623E009CF6C4 /* MPDocument.h */, + 3BF9978118DE623E009CF6C4 /* MPDocument.m */, + ); + name = Controller; + sourceTree = ""; + }; + 3B87E353190082E200259938 /* Resources */ = { + isa = PBXGroup; + children = ( + 3BF9978318DE623E009CF6C4 /* MPDocument.xib */, + 3BF9978618DE623E009CF6C4 /* MainMenu.xib */, + ); + name = Resources; + sourceTree = ""; + }; + 3BB09EBC1905EF210080A5ED /* Functions */ = { + isa = PBXGroup; + children = ( + 3BB09EC71906FD830080A5ED /* MPSumFunction.h */, + 3BB09EC81906FD830080A5ED /* MPSumFunction.m */, + ); + name = Functions; + sourceTree = ""; + }; + 3BB09ED419071A140080A5ED /* Categories */ = { + isa = PBXGroup; + children = ( + 3BEB0F7F19074815005699AB /* MPExpression+MPDisplayExtension.h */, + 3BEB0F8019074815005699AB /* MPExpression+MPDisplayExtension.m */, + ); + name = Categories; + sourceTree = ""; + }; + 3BB09ED819071C270080A5ED /* Private */ = { + isa = PBXGroup; + children = ( + 3BB09ECE190713F00080A5ED /* MPExpressionLayout.h */, + 3BB09ECF190713F00080A5ED /* MPExpressionLayout.m */, + 3BB09ED1190713FC0080A5ED /* MPFunctionLayout.h */, + 3BB09ED2190713FC0080A5ED /* MPFunctionLayout.m */, + ); + name = Private; + sourceTree = ""; + }; + 3BB09EE21907361C0080A5ED /* Function Layouts */ = { + isa = PBXGroup; + children = ( + 3BB09EDF190736160080A5ED /* MPSumFunctionLayout.h */, + 3BB09EE0190736160080A5ED /* MPSumFunctionLayout.m */, + ); + name = "Function Layouts"; + sourceTree = ""; + }; + 3BBBA35A1903F89100824E74 /* Categories */ = { + isa = PBXGroup; + children = ( + 3BBBA35B1903F8A700824E74 /* NSObject+MPStringTest.h */, + 3BBBA35C1903F8A700824E74 /* NSObject+MPStringTest.m */, + 3BFCFF471905AAF30001FE33 /* NSTextStorage+MPSetContents.h */, + 3BFCFF481905AAF30001FE33 /* NSTextStorage+MPSetContents.m */, + 3BB09EDC190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.h */, + 3BB09EDD190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.m */, + ); + name = Categories; + sourceTree = ""; + }; 3BF9976218DE623E009CF6C4 = { isa = PBXGroup; children = ( @@ -117,10 +271,10 @@ 3BF9977418DE623E009CF6C4 /* MathPad */ = { isa = PBXGroup; children = ( - 3BF9978018DE623E009CF6C4 /* MPDocument.h */, - 3BF9978118DE623E009CF6C4 /* MPDocument.m */, - 3BF9978318DE623E009CF6C4 /* MPDocument.xib */, - 3BF9978618DE623E009CF6C4 /* MainMenu.xib */, + 3B87E350190082B300259938 /* Model */, + 3B87E351190082BB00259938 /* View */, + 3B87E352190082C000259938 /* Controller */, + 3B87E353190082E200259938 /* Resources */, 3BF9978918DE623E009CF6C4 /* Images.xcassets */, 3BF9977518DE623E009CF6C4 /* Supporting Files */, ); @@ -142,7 +296,9 @@ 3BF9979518DE623E009CF6C4 /* MathPadTests */ = { isa = PBXGroup; children = ( - 3BF9979B18DE623E009CF6C4 /* MathPadTests.m */, + 3B0F69AB1902A82C00817707 /* MPExpressionTests.m */, + 3BBBA357190327B700824E74 /* MPMutableExpressionTests.m */, + 3BBBA3941905704200824E74 /* MPRangeTests.m */, 3BF9979618DE623E009CF6C4 /* Supporting Files */, ); path = MathPadTests; @@ -257,7 +413,21 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3BB09EE1190736160080A5ED /* MPSumFunctionLayout.m in Sources */, + 3B87E3561900856F00259938 /* MPExpressionView.m in Sources */, + 3BEB0F8119074815005699AB /* MPExpression+MPDisplayExtension.m in Sources */, + 3BFCFF491905AAF30001FE33 /* NSTextStorage+MPSetContents.m in Sources */, + 3BB09EC91906FD830080A5ED /* MPSumFunction.m in Sources */, + 3BB09EB21905DE500080A5ED /* MPExpressionStorage.m in Sources */, 3BF9977B18DE623E009CF6C4 /* main.m in Sources */, + 3B87E3591900857C00259938 /* MPExpression.m in Sources */, + 3BB09ED3190713FC0080A5ED /* MPFunctionLayout.m in Sources */, + 3BB09ED0190713F00080A5ED /* MPExpressionLayout.m in Sources */, + 3BBBA35D1903F8A700824E74 /* NSObject+MPStringTest.m in Sources */, + 3BB09EDE190728220080A5ED /* NSIndexPath+MPRemoveFirstIndex.m in Sources */, + 3B87E36019009D5F00259938 /* MPFunction.m in Sources */, + 3B0F69A919028C6000817707 /* MPException.m in Sources */, + 3BBBA35E1903FD3600824E74 /* MPRangePath.m in Sources */, 3BF9978218DE623E009CF6C4 /* MPDocument.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -266,7 +436,13 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 3BF9979C18DE623E009CF6C4 /* MathPadTests.m in Sources */, + 3BBBA358190327B700824E74 /* MPMutableExpressionTests.m in Sources */, + 3B0F69AE1902AD2800817707 /* MPException.m in Sources */, + 3B0F69AC1902A82C00817707 /* MPExpressionTests.m in Sources */, + 3BBBA3951905704200824E74 /* MPRangeTests.m in Sources */, + 3B0F69B01902AD2E00817707 /* MPFunction.m in Sources */, + 3BBBA35F1903FD3600824E74 /* MPRangePath.m in Sources */, + 3B0F69AD1902AD2200817707 /* MPExpression.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -479,6 +655,7 @@ 3BF997A118DE623E009CF6C4 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; 3BF997A218DE623E009CF6C4 /* Build configuration list for PBXNativeTarget "MathPadTests" */ = { isa = XCConfigurationList; @@ -487,6 +664,7 @@ 3BF997A418DE623E009CF6C4 /* Release */, ); defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; }; /* End XCConfigurationList section */ };