From dbe2698dc28dce6eb58ad3ca206b52bd1db1450d Mon Sep 17 00:00:00 2001 From: Bill Meltsner Date: Mon, 14 Mar 2011 16:37:42 -0400 Subject: [PATCH] updated Xcode project so it'll actually build again --HG-- branch : minor --- .../macosx/love.xcodeproj/project.pbxproj | 26 +++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/platform/macosx/love.xcodeproj/project.pbxproj b/platform/macosx/love.xcodeproj/project.pbxproj index e0a8c6197..9687ef602 100644 --- a/platform/macosx/love.xcodeproj/project.pbxproj +++ b/platform/macosx/love.xcodeproj/project.pbxproj @@ -178,7 +178,6 @@ A968F0D91083A9FC00A895AA /* Mouse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A968F0D81083A9FC00A895AA /* Mouse.cpp */; }; A968F0DD1083AA6600A895AA /* Shape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A968F0DB1083AA6600A895AA /* Shape.cpp */; }; A968F0DE1083AA6600A895AA /* Joint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A968F0DC1083AA6600A895AA /* Joint.cpp */; }; - A97E3843132A9EDE00198A2F /* love-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = A97E3842132A9EDE00198A2F /* love-Info.plist */; }; A986DEB5113249A800810279 /* Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A986DEB1113249A800810279 /* Thread.cpp */; }; A986DEB6113249A800810279 /* wrap_Thread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A986DEB3113249A800810279 /* wrap_Thread.cpp */; }; A98D914410507C97008E03F2 /* EncodedImageData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A98D914310507C97008E03F2 /* EncodedImageData.cpp */; }; @@ -195,6 +194,10 @@ A9F169A7109E824900FC83D1 /* mpg123.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9F169A6109E824900FC83D1 /* mpg123.framework */; }; A9F169AC109E825000FC83D1 /* mpg123.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F169A6109E824900FC83D1 /* mpg123.framework */; }; A9F169AD109E825000FC83D1 /* libmodplug.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F16926109E7BAD00FC83D1 /* libmodplug.framework */; }; + A9F69691132EB30F008B33A6 /* wrap_Audio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F6968F132EB30F008B33A6 /* wrap_Audio.cpp */; }; + A9F69694132EB31A008B33A6 /* wrap_Audio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F69692132EB31A008B33A6 /* wrap_Audio.cpp */; }; + A9F69697132EB358008B33A6 /* wrap_Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F69695132EB358008B33A6 /* wrap_Image.cpp */; }; + A9F6969A132EB382008B33A6 /* wrap_Sound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A9F69698132EB382008B33A6 /* wrap_Sound.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -605,6 +608,14 @@ A9DEC1C01046EFA70049C70C /* LoveDocument.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = LoveDocument.icns; path = icons/LoveDocument.icns; sourceTree = ""; }; A9F16926109E7BAD00FC83D1 /* libmodplug.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libmodplug.framework; path = /Library/Frameworks/libmodplug.framework; sourceTree = ""; }; A9F169A6109E824900FC83D1 /* mpg123.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = mpg123.framework; path = /Library/Frameworks/mpg123.framework; sourceTree = ""; }; + A9F6968F132EB30F008B33A6 /* wrap_Audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_Audio.cpp; sourceTree = ""; }; + A9F69690132EB30F008B33A6 /* wrap_Audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_Audio.h; sourceTree = ""; }; + A9F69692132EB31A008B33A6 /* wrap_Audio.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_Audio.cpp; sourceTree = ""; }; + A9F69693132EB31A008B33A6 /* wrap_Audio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_Audio.h; sourceTree = ""; }; + A9F69695132EB358008B33A6 /* wrap_Image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_Image.cpp; sourceTree = ""; }; + A9F69696132EB358008B33A6 /* wrap_Image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_Image.h; sourceTree = ""; }; + A9F69698132EB382008B33A6 /* wrap_Sound.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = wrap_Sound.cpp; sourceTree = ""; }; + A9F69699132EB382008B33A6 /* wrap_Sound.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wrap_Sound.h; sourceTree = ""; }; A9F8833511163C8C00831E98 /* audio.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.lua; path = audio.lua; sourceTree = ""; }; A9F8833611163C8C00831E98 /* audio.lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = audio.lua.h; sourceTree = ""; }; /* End PBXFileReference section */ @@ -863,6 +874,8 @@ A93E6A3C10420AC0007D418B /* Audio.h */, A93E6A4110420AC0007D418B /* Source.cpp */, A93E6A4210420AC0007D418B /* Source.h */, + A9F69692132EB31A008B33A6 /* wrap_Audio.cpp */, + A9F69693132EB31A008B33A6 /* wrap_Audio.h */, ); path = null; sourceTree = ""; @@ -876,6 +889,8 @@ A93E6A4910420AC0007D418B /* Pool.h */, A93E6A4C10420AC0007D418B /* Source.cpp */, A93E6A4D10420AC0007D418B /* Source.h */, + A9F6968F132EB30F008B33A6 /* wrap_Audio.cpp */, + A9F69690132EB30F008B33A6 /* wrap_Audio.h */, ); path = openal; sourceTree = ""; @@ -1041,6 +1056,8 @@ A93E6AAA10420AC3007D418B /* Image.h */, A93E6AAB10420AC3007D418B /* ImageData.cpp */, A93E6AAC10420AC3007D418B /* ImageData.h */, + A9F69695132EB358008B33A6 /* wrap_Image.cpp */, + A9F69696132EB358008B33A6 /* wrap_Image.h */, ); path = devil; sourceTree = ""; @@ -1353,6 +1370,8 @@ A93E6B8010420ACB007D418B /* Sound.h */, A93E6B8110420ACB007D418B /* VorbisDecoder.cpp */, A93E6B8210420ACB007D418B /* VorbisDecoder.h */, + A9F69698132EB382008B33A6 /* wrap_Sound.cpp */, + A9F69699132EB382008B33A6 /* wrap_Sound.h */, ); path = lullaby; sourceTree = ""; @@ -1481,7 +1500,6 @@ files = ( A9DEC1C11046EFA70049C70C /* Love.icns in Resources */, A9DEC1C21046EFA70049C70C /* LoveDocument.icns in Resources */, - A97E3843132A9EDE00198A2F /* love-Info.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1656,6 +1674,10 @@ A9BD60741226C988007DEC63 /* Framebuffer.cpp in Sources */, A9BD60751226C988007DEC63 /* wrap_Framebuffer.cpp in Sources */, A95684F7125D3555001B276B /* b64.cpp in Sources */, + A9F69691132EB30F008B33A6 /* wrap_Audio.cpp in Sources */, + A9F69694132EB31A008B33A6 /* wrap_Audio.cpp in Sources */, + A9F69697132EB358008B33A6 /* wrap_Image.cpp in Sources */, + A9F6969A132EB382008B33A6 /* wrap_Sound.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };