Skip to content

Commit

Permalink
Add missing file reference in Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Aug 24, 2024
1 parent 496c51f commit 9497b96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NootedRed.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
407EC26F2C6AE6F600A5BEA4 /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
408F201E288ACBB0002EEC15 /* Firmware.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = Firmware.hpp; sourceTree = "<group>"; };
408F201F288ACBE6002EEC15 /* Firmware.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Firmware.cpp; sourceTree = "<group>"; };
40EEB2AA2C7A095F0040F443 /* com.apple.kext.AMDRadeonX6000Framebuffer.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = com.apple.kext.AMDRadeonX6000Framebuffer.xml; sourceTree = "<group>"; };
40F6ACB72AA7712100A08558 /* psp_auc.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = psp_auc.bin; sourceTree = "<group>"; };
40F6ACB82AA774C100A08558 /* psp_fp.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = psp_fp.bin; sourceTree = "<group>"; };
40FC5FCE29BF942900367F9D /* ATOMBIOS.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ATOMBIOS.hpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -200,6 +201,7 @@
408F201A288AC068002EEC15 /* Firmware */ = {
isa = PBXGroup;
children = (
40EEB2AA2C7A095F0040F443 /* com.apple.kext.AMDRadeonX6000Framebuffer.xml */,
407EC2652C6AE6F600A5BEA4 /* atidmcub_rn.dat */,
406C86BE2AA663EF004F02E2 /* ativvaxy_nv.dat */,
406C86BF2AA663EF004F02E2 /* ativvaxy_rv.dat */,
Expand Down

0 comments on commit 9497b96

Please sign in to comment.