From 55f109762d8fbd41ddb0fdce3602b7eae3a61e44 Mon Sep 17 00:00:00 2001 From: cutealien Date: Tue, 3 Nov 2020 21:29:57 +0000 Subject: [PATCH] Another fix for OSX build file. And a bit unifying it with trunk. Likely one more bug in there... so another patch coming. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6149 dfc29bdd-3216-0410-991c-e03cc46cb475 --- source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj b/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj index 9a8e328e..daf0e770 100644 --- a/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj +++ b/source/Irrlicht/Irrlicht.xcodeproj/project.pbxproj @@ -7,7 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 5E1DF8E11E96BFE100FC3523 /* CIrrDeviceOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */; }; 5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7E21B7F50DE00F212E8 /* CDefaultGUIElementFactory.cpp */; }; 5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7A91B7F50A900F212E8 /* CGUIButton.cpp */; }; 5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C7AB1B7F50A900F212E8 /* CGUICheckBox.cpp */; }; @@ -53,6 +52,7 @@ 5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8001B7F51D900F212E8 /* CXMLWriter.cpp */; }; 5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8021B7F51D900F212E8 /* CZipReader.cpp */; }; 5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8051B7F51D900F212E8 /* irrXML.cpp */; }; + 5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8141B7F535C00F212E8 /* CIrrDeviceOSX.mm */; }; 5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C80D1B7F52AC00F212E8 /* CIrrDeviceStub.cpp */; }; 5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8161B7F540B00F212E8 /* aescrypt.cpp */; }; 5E34CA5D1B7F6EBF00F212E8 /* aeskey.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5E34C8171B7F540B00F212E8 /* aeskey.cpp */; }; @@ -2562,7 +2562,6 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 5E1DF8E11E96BFE100FC3523 /* CIrrDeviceOSX.mm in Sources */, 5E34C9F91B7F6EBF00F212E8 /* CDefaultGUIElementFactory.cpp in Sources */, 5E34C9FB1B7F6EBF00F212E8 /* CGUIButton.cpp in Sources */, 5E34C9FD1B7F6EBF00F212E8 /* CGUICheckBox.cpp in Sources */, @@ -2608,6 +2607,7 @@ 5E34CA4F1B7F6EBF00F212E8 /* CXMLWriter.cpp in Sources */, 5E34CA511B7F6EBF00F212E8 /* CZipReader.cpp in Sources */, 5E34CA541B7F6EBF00F212E8 /* irrXML.cpp in Sources */, + 5E34CA581B7F6EBF00F212E8 /* CIrrDeviceOSX.mm in Sources */, 84A219B7249F82E800E189FC /* burning_shader_color.cpp in Sources */, 5E34CA591B7F6EBF00F212E8 /* CIrrDeviceStub.cpp in Sources */, 5E34CA5C1B7F6EBF00F212E8 /* aescrypt.cpp in Sources */,