We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76ea0f commit a555aceCopy full SHA for a555ace
RetroBASIC.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
3
archiveVersion = 1;
4
classes = {
5
};
6
- objectVersion = 50;
+ objectVersion = 52;
7
objects = {
8
9
/* Begin PBXBuildFile section */
@@ -24,12 +24,15 @@
24
/* Begin PBXBuildRule section */
25
5533D04E28AE796400078A14 /* PBXBuildRule */ = {
26
isa = PBXBuildRule;
27
- compilerSpec = com.apple.compilers.proxy.script;
+ compilerSpec = com.apple.compilers.yacc;
28
+ filePatterns = "*.y";
29
fileType = sourcecode.yacc;
30
inputFiles = (
31
+ "$(SRCROOT)/$(INPUT_FILE_BASE).y",
32
);
33
isEditable = 1;
34
outputFiles = (
35
36
37
script = "# $(YACC)\n";
38
0 commit comments