From 4a3ff8606b1123cac4166de5c7c22b425f45c335 Mon Sep 17 00:00:00 2001 From: Kim Wittenburg Date: Sun, 7 Sep 2014 16:52:28 +0200 Subject: [PATCH] Removed Flex/Bison Stuff --- MathPad.xcodeproj/project.pbxproj | 61 ------------------------------- 1 file changed, 61 deletions(-) diff --git a/MathPad.xcodeproj/project.pbxproj b/MathPad.xcodeproj/project.pbxproj index 5f4778b..1784896 100644 --- a/MathPad.xcodeproj/project.pbxproj +++ b/MathPad.xcodeproj/project.pbxproj @@ -68,33 +68,6 @@ 3BF9979A18DE623E009CF6C4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BF9979818DE623E009CF6C4 /* InfoPlist.strings */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildRule section */ - 3B225D2F19B9105E00520A4D /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.lm"; - fileType = pattern.proxy; - isEditable = 1; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).yy.h", - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).yy.m", - ); - script = "cd \"$INPUT_FILE_DIR\"\nflex -o \"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.yy.m\" --header-file=\"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.yy.h\" \"$INPUT_FILE_NAME\""; - }; - 3B225D3019B9154A00520A4D /* PBXBuildRule */ = { - isa = PBXBuildRule; - compilerSpec = com.apple.compilers.proxy.script; - filePatterns = "*.ym"; - fileType = pattern.proxy; - isEditable = 1; - outputFiles = ( - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).tab.h", - "$(DERIVED_FILE_DIR)/$(INPUT_FILE_BASE).tab.m", - ); - script = "cd \"$INPUT_FILE_DIR\"\nbison -v -o \"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.m\" --defines=\"$DERIVED_SOURCES_DIR/$INPUT_FILE_BASE.tab.h\" \"$INPUT_FILE_NAME\""; - }; -/* End PBXBuildRule section */ - /* Begin PBXContainerItemProxy section */ 3B85832019BB5E5500D76A8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -136,17 +109,12 @@ 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; name = MPExpressionTests.m; path = ../MathPadTests/MPExpressionTests.m; sourceTree = ""; }; - 3B225D2C19B90F6A00520A4D /* MPMath.yy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPMath.yy.m; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.yy.m"; sourceTree = ""; }; - 3B225D3119B9162E00520A4D /* MPMath.yy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MPMath.yy.h; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.yy.h"; sourceTree = ""; }; - 3B225D3219B9168600520A4D /* MPMath.tab.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MPMath.tab.m; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.tab.m"; sourceTree = ""; }; - 3B225D3419B916D000520A4D /* MPMath.tab.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MPMath.tab.h; path = "../../../../Library/Developer/Xcode/DerivedData/MathPad-egifwdrtxebksadhtzugiovuvzcy/Build/Intermediates/MathPad.build/Debug/MathPad.build/DerivedSources/MPMath.tab.h"; sourceTree = ""; }; 3B528D0D199417740054DB5F /* MPLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPLayout.h; sourceTree = ""; }; 3B528D0E199417E10054DB5F /* MPExpressionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionLayout.h; sourceTree = ""; }; 3B528D0F199417E10054DB5F /* MPExpressionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionLayout.m; sourceTree = ""; }; 3B528D11199417E90054DB5F /* MPFunctionLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPFunctionLayout.h; sourceTree = ""; }; 3B528D12199417E90054DB5F /* MPFunctionLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPFunctionLayout.m; sourceTree = ""; }; 3B688D9819982DF50006B4AB /* MPLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPLayout.m; sourceTree = ""; }; - 3B71118619BB33C900356C31 /* MPMath.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPMath.m; sourceTree = ""; }; 3B74BFB219A4C51800E5B5DE /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; }; 3B85830519BB573A00D76A8D /* MPElementParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPElementParser.h; sourceTree = ""; }; 3B85830619BB573A00D76A8D /* MPElementParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPElementParser.m; sourceTree = ""; }; @@ -180,9 +148,6 @@ 3BC4661619B365070033F13A /* MPArrayCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPArrayCache.m; sourceTree = ""; }; 3BC46B4719B38C980033F13A /* MPExpressionEvaluator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPExpressionEvaluator.h; sourceTree = ""; }; 3BC46B4819B38C980033F13A /* MPExpressionEvaluator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPExpressionEvaluator.m; sourceTree = ""; }; - 3BC46B5D19B8BE760033F13A /* MPMath.lm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lex; path = MPMath.lm; sourceTree = ""; }; - 3BD98B2419B8F0670035852A /* MPMath.ym */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.yacc; path = MPMath.ym; sourceTree = ""; }; - 3BE9C4B019B91978002CC508 /* MPMath.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPMath.h; sourceTree = ""; }; 3BE9C4B119B9CC70002CC508 /* MPParsedElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPParsedElement.h; sourceTree = ""; }; 3BE9C4B219B9CC70002CC508 /* MPParsedElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPParsedElement.m; sourceTree = ""; }; 3BF9976B18DE623E009CF6C4 /* MathPad.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MathPad.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -252,18 +217,6 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 3B85830419BB570800D76A8D /* Lex/Bison */ = { - isa = PBXGroup; - children = ( - 3BC46B5D19B8BE760033F13A /* MPMath.lm */, - 3BD98B2419B8F0670035852A /* MPMath.ym */, - 3BE9C4B019B91978002CC508 /* MPMath.h */, - 3B71118619BB33C900356C31 /* MPMath.m */, - 3BD98B2619B8F3F10035852A /* Generated */, - ); - name = Lex/Bison; - sourceTree = ""; - }; 3B85830F19BB5E5500D76A8D /* MathKit */ = { isa = PBXGroup; children = ( @@ -375,7 +328,6 @@ 3BC4661819B3692A0033F13A /* Temp */ = { isa = PBXGroup; children = ( - 3B85830419BB570800D76A8D /* Lex/Bison */, 3BC4661519B365070033F13A /* MPArrayCache.h */, 3BC4661619B365070033F13A /* MPArrayCache.m */, ); @@ -432,17 +384,6 @@ name = Evaluation; sourceTree = ""; }; - 3BD98B2619B8F3F10035852A /* Generated */ = { - isa = PBXGroup; - children = ( - 3B225D3119B9162E00520A4D /* MPMath.yy.h */, - 3B225D2C19B90F6A00520A4D /* MPMath.yy.m */, - 3B225D3419B916D000520A4D /* MPMath.tab.h */, - 3B225D3219B9168600520A4D /* MPMath.tab.m */, - ); - name = Generated; - sourceTree = ""; - }; 3BF9976218DE623E009CF6C4 = { isa = PBXGroup; children = ( @@ -607,8 +548,6 @@ 3BBEA92B19BB680800133766 /* CopyFiles */, ); buildRules = ( - 3B225D3019B9154A00520A4D /* PBXBuildRule */, - 3B225D2F19B9105E00520A4D /* PBXBuildRule */, ); dependencies = ( 3BBEA93319BB6C2300133766 /* PBXTargetDependency */,