Skip to content

Commit a555ace

Browse files
releasing v.13
- remove custom build rule for yacc, which didn't work
1 parent a76ea0f commit a555ace

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

RetroBASIC.xcodeproj/project.pbxproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -24,12 +24,15 @@
2424
/* Begin PBXBuildRule section */
2525
5533D04E28AE796400078A14 /* PBXBuildRule */ = {
2626
isa = PBXBuildRule;
27-
compilerSpec = com.apple.compilers.proxy.script;
27+
compilerSpec = com.apple.compilers.yacc;
28+
filePatterns = "*.y";
2829
fileType = sourcecode.yacc;
2930
inputFiles = (
31+
"$(SRCROOT)/$(INPUT_FILE_BASE).y",
3032
);
3133
isEditable = 1;
3234
outputFiles = (
35+
"$(SRCROOT)/$(INPUT_FILE_BASE).y",
3336
);
3437
script = "# $(YACC)\n";
3538
};

0 commit comments

Comments
 (0)