diff --git a/.hgignore b/.hgignore index 0d04fc2a0..d49fbd18c 100644 --- a/.hgignore +++ b/.hgignore @@ -1,7 +1,3 @@ -relre:platform/msvc2008/include/ -glob:platform/msvc2008/lib/ -relre:platform/msvc2008/(.*)txt -relre:platform/msvc2008/(.*)suo glob:extra/reshax/Release/ glob:extra/reshax/Debug/ glob:extra/reshax/resources.h @@ -22,23 +18,14 @@ glob:*.lib glob:*.ncb glob:*.exe glob:*.bat -glob:platform/macosx/build -glob:platform/macosx/Build -glob:platform/macosx/DerivedData -glob:platform/macosx/*.xcodeproj/bill* -glob:platform/macosx/*.xcodeproj/xcuserdata -glob:platform/macosx/*.xcodeproj/project.xcworkspace +glob:platform/xcode/Build +glob:platform/xcode/DerivedData +glob:*xcuserdata* glob:*.DS_Store glob:*.dylib glob:*.dmg* glob:demos glob:*.orig -relre:platform/msvc2010/include/ -glob:platform/msvc2010/lib/ -relre:platform/msvc2010/(.*)txt -relre:platform/msvc2010/(.*)suo -relre:platform/msvc2010/(.*)sdf -relre:platform/msvc2010/(.*)ipch glob:.*.swp glob:autom4te.cache/ glob:src/.libs/ diff --git a/platform/macosx/dmg/DS_Store b/platform/macosx/dmg/DS_Store deleted file mode 100644 index e9df1d6f0..000000000 Binary files a/platform/macosx/dmg/DS_Store and /dev/null differ diff --git a/platform/macosx/dmg/VolumeIcon.icns b/platform/macosx/dmg/VolumeIcon.icns deleted file mode 100644 index 7303779b9..000000000 Binary files a/platform/macosx/dmg/VolumeIcon.icns and /dev/null differ diff --git a/platform/macosx/dmg/backgroundImage.tiff b/platform/macosx/dmg/backgroundImage.tiff deleted file mode 100644 index 66c843770..000000000 Binary files a/platform/macosx/dmg/backgroundImage.tiff and /dev/null differ diff --git a/platform/macosx/love-framework.xcodeproj/project.pbxproj b/platform/xcode/liblove.xcodeproj/project.pbxproj similarity index 99% rename from platform/macosx/love-framework.xcodeproj/project.pbxproj rename to platform/xcode/liblove.xcodeproj/project.pbxproj index a8564ecf1..fae884bb2 100644 --- a/platform/macosx/love-framework.xcodeproj/project.pbxproj +++ b/platform/xcode/liblove.xcodeproj/project.pbxproj @@ -801,7 +801,7 @@ FA0706E01A93ED2800AF268C /* ImageIOHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ImageIOHandler.h; sourceTree = ""; }; FA088D841A919E1400F26F29 /* OSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OSX.h; sourceTree = ""; }; FA088D851A919E1400F26F29 /* OSX.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OSX.mm; sourceTree = ""; }; - FA08F5AE16C7525600F007B5 /* Info-Framework.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-Framework.plist"; sourceTree = ""; }; + FA08F5AE16C7525600F007B5 /* liblove-macosx.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "liblove-macosx.plist"; path = "macosx/liblove-macosx.plist"; sourceTree = ""; }; FA0A4BEE182E0C2800E1E4D2 /* b2MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = b2MotorJoint.cpp; sourceTree = ""; }; FA0A4BEF182E0C2800E1E4D2 /* b2MotorJoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = b2MotorJoint.h; sourceTree = ""; }; FA0A4BF2182E1AD600E1E4D2 /* MotorJoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MotorJoint.cpp; sourceTree = ""; }; @@ -1927,7 +1927,7 @@ FA08F5AC16C751BA00F007B5 /* Resources */ = { isa = PBXGroup; children = ( - FA08F5AE16C7525600F007B5 /* Info-Framework.plist */, + FA08F5AE16C7525600F007B5 /* liblove-macosx.plist */, ); name = Resources; sourceTree = ""; @@ -2233,9 +2233,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - FA577AAE16C7507900860150 /* Framework */ = { + FA577AAE16C7507900860150 /* liblove-macosx */ = { isa = PBXNativeTarget; - buildConfigurationList = FA577ABF16C7507900860150 /* Build configuration list for PBXNativeTarget "Framework" */; + buildConfigurationList = FA577ABF16C7507900860150 /* Build configuration list for PBXNativeTarget "liblove-macosx" */; buildPhases = ( FA577AAA16C7507900860150 /* Sources */, FA577AAB16C7507900860150 /* Frameworks */, @@ -2246,7 +2246,7 @@ ); dependencies = ( ); - name = Framework; + name = "liblove-macosx"; productName = love; productReference = FA577AAF16C7507900860150 /* love.framework */; productType = "com.apple.product-type.framework"; @@ -2259,7 +2259,7 @@ attributes = { LastUpgradeCheck = 0610; }; - buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "love-framework" */; + buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "liblove" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 1; @@ -2270,7 +2270,7 @@ projectDirPath = ""; projectRoot = ""; targets = ( - FA577AAE16C7507900860150 /* Framework */, + FA577AAE16C7507900860150 /* liblove-macosx */, ); }; /* End PBXProject section */ @@ -2712,7 +2712,7 @@ ); FRAMEWORK_VERSION = A; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - INFOPLIST_FILE = "Info-Framework.plist"; + INFOPLIST_FILE = "macosx/liblove-macosx.plist"; LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)"; OTHER_LDFLAGS = ( "-undefined", @@ -2742,7 +2742,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = "Info-Framework.plist"; + INFOPLIST_FILE = "macosx/liblove-macosx.plist"; LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)"; OTHER_LDFLAGS = ( "-undefined", @@ -2769,7 +2769,7 @@ ); FRAMEWORK_VERSION = A; GCC_ENABLE_OBJC_EXCEPTIONS = YES; - INFOPLIST_FILE = "Info-Framework.plist"; + INFOPLIST_FILE = "macosx/liblove-macosx.plist"; LD_DYLIB_INSTALL_NAME = "@rpath/$(EXECUTABLE_PATH)"; OTHER_LDFLAGS = ( "-undefined", @@ -2784,7 +2784,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "love-framework" */ = { + 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "liblove" */ = { isa = XCConfigurationList; buildConfigurations = ( 64274E785071353E1A1D0D4B /* Debug */, @@ -2794,7 +2794,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; - FA577ABF16C7507900860150 /* Build configuration list for PBXNativeTarget "Framework" */ = { + FA577ABF16C7507900860150 /* Build configuration list for PBXNativeTarget "liblove-macosx" */ = { isa = XCConfigurationList; buildConfigurations = ( FA577AC016C7507900860150 /* Debug */, diff --git a/platform/macosx/love.xcodeproj/TemplateIcon.icns b/platform/xcode/love.xcodeproj/TemplateIcon.icns similarity index 100% rename from platform/macosx/love.xcodeproj/TemplateIcon.icns rename to platform/xcode/love.xcodeproj/TemplateIcon.icns diff --git a/platform/macosx/love.xcodeproj/default.pbxuser b/platform/xcode/love.xcodeproj/default.pbxuser similarity index 100% rename from platform/macosx/love.xcodeproj/default.pbxuser rename to platform/xcode/love.xcodeproj/default.pbxuser diff --git a/platform/macosx/love.xcodeproj/project.pbxproj b/platform/xcode/love.xcodeproj/project.pbxproj similarity index 90% rename from platform/macosx/love.xcodeproj/project.pbxproj rename to platform/xcode/love.xcodeproj/project.pbxproj index 96328a692..37c64b0de 100644 --- a/platform/macosx/love.xcodeproj/project.pbxproj +++ b/platform/xcode/love.xcodeproj/project.pbxproj @@ -15,12 +15,12 @@ A93E6E5510420B57007D418B /* Lua.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A93E6E5310420B57007D418B /* Lua.framework */; }; A93E6EED10420BA8007D418B /* love.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A93E6A3410420AC0007D418B /* love.cpp */; }; A9D307F2106635D3004FEDF8 /* physfs.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9D307E9106635C3004FEDF8 /* physfs.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; - A9DEC1C11046EFA70049C70C /* Love.icns in Resources */ = {isa = PBXBuildFile; fileRef = A9DEC1BF1046EFA60049C70C /* Love.icns */; }; - A9DEC1C21046EFA70049C70C /* LoveDocument.icns in Resources */ = {isa = PBXBuildFile; fileRef = A9DEC1C01046EFA70049C70C /* LoveDocument.icns */; }; A9F169AC109E825000FC83D1 /* mpg123.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F169A6109E824900FC83D1 /* mpg123.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; A9F169AD109E825000FC83D1 /* libmodplug.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = A9F16926109E7BAD00FC83D1 /* libmodplug.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; FA08F69616C766E000F007B5 /* love.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA08F69116C765A200F007B5 /* love.framework */; }; FA08F69716C766E700F007B5 /* love.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA08F69116C765A200F007B5 /* love.framework */; }; + FA0B78D21A95814A000E1D17 /* love.icns in Resources */ = {isa = PBXBuildFile; fileRef = FA0B78D01A95814A000E1D17 /* love.icns */; }; + FA0B78D31A95814A000E1D17 /* lovedocument.icns in Resources */ = {isa = PBXBuildFile; fileRef = FA0B78D11A95814A000E1D17 /* lovedocument.icns */; }; FA77A36518F1172600D23AE9 /* jpeg-turbo.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA77A36418F1172600D23AE9 /* jpeg-turbo.framework */; }; FA9B4A0A16E1579F00074F42 /* SDL2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA9B4A0916E1579F00074F42 /* SDL2.framework */; }; FA9B4A0B16E157B500074F42 /* SDL2.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = FA9B4A0916E1579F00074F42 /* SDL2.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; @@ -29,12 +29,12 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - FA08F6A616C77A4300F007B5 /* PBXContainerItemProxy */ = { + FA0B78D71A958301000E1D17 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = FA577A9316C7217800860150 /* love-framework.xcodeproj */; + containerPortal = FA577A9316C7217800860150 /* liblove.xcodeproj */; proxyType = 2; remoteGlobalIDString = FA577AAF16C7507900860150; - remoteInfo = "love framework"; + remoteInfo = Framework; }; /* End PBXContainerItemProxy section */ @@ -71,14 +71,14 @@ A93E6E4710420B4A007D418B /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = ""; }; A93E6E4810420B4A007D418B /* FreeType.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = FreeType.framework; path = /Library/Frameworks/FreeType.framework; sourceTree = ""; }; A93E6E5310420B57007D418B /* Lua.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Lua.framework; path = /Library/Frameworks/Lua.framework; sourceTree = ""; }; - A97E3842132A9EDE00198A2F /* love-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "love-Info.plist"; sourceTree = ""; }; + A97E3842132A9EDE00198A2F /* love-macosx.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "love-macosx.plist"; path = "macosx/love-macosx.plist"; sourceTree = ""; }; A9D307E9106635C3004FEDF8 /* physfs.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = physfs.framework; path = /Library/Frameworks/physfs.framework; sourceTree = ""; }; - A9DEC1BF1046EFA60049C70C /* Love.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = Love.icns; path = icons/Love.icns; sourceTree = ""; }; - 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 = ""; }; FA08F69116C765A200F007B5 /* love.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = love.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FA577A9316C7217800860150 /* love-framework.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = "love-framework.xcodeproj"; sourceTree = ""; }; + FA0B78D01A95814A000E1D17 /* love.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = love.icns; path = macosx/love.icns; sourceTree = ""; }; + FA0B78D11A95814A000E1D17 /* lovedocument.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = lovedocument.icns; path = macosx/lovedocument.icns; sourceTree = ""; }; + FA577A9316C7217800860150 /* liblove.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = liblove.xcodeproj; sourceTree = ""; }; FA77A36418F1172600D23AE9 /* jpeg-turbo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "jpeg-turbo.framework"; path = "/Library/Frameworks/jpeg-turbo.framework"; sourceTree = ""; }; FA9B4A0916E1579F00074F42 /* SDL2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL2.framework; path = /Library/Frameworks/SDL2.framework; sourceTree = ""; }; FAAFF04616CB120000CCDE45 /* OpenAL-Soft.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenAL-Soft.framework"; path = "/Library/Frameworks/OpenAL-Soft.framework"; sourceTree = ""; }; @@ -135,7 +135,7 @@ 1058C7A0FEA54F0111CA2CBB /* Frameworks */, 29B97317FDCFA39411CA2CEA /* Resources */, 19C28FACFE9D520D11CA2CBB /* Products */, - FA577A9316C7217800860150 /* love-framework.xcodeproj */, + FA577A9316C7217800860150 /* liblove.xcodeproj */, ); name = love; sourceTree = ""; @@ -145,17 +145,17 @@ isa = PBXGroup; children = ( FAC1A448196F5DC600125284 /* license.txt */, - A97E3842132A9EDE00198A2F /* love-Info.plist */, - A9DEC1BF1046EFA60049C70C /* Love.icns */, - A9DEC1C01046EFA70049C70C /* LoveDocument.icns */, + A97E3842132A9EDE00198A2F /* love-macosx.plist */, + FA0B78D01A95814A000E1D17 /* love.icns */, + FA0B78D11A95814A000E1D17 /* lovedocument.icns */, ); name = Resources; sourceTree = ""; }; - FA08F6A316C77A4300F007B5 /* Products */ = { + FA0B78D41A958301000E1D17 /* Products */ = { isa = PBXGroup; children = ( - FA08F6A716C77A4300F007B5 /* love.framework */, + FA0B78D81A958301000E1D17 /* love.framework */, ); name = Products; sourceTree = ""; @@ -171,9 +171,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8D1107260486CEB800E47090 /* love */ = { + 8D1107260486CEB800E47090 /* love-macosx */ = { isa = PBXNativeTarget; - buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "love" */; + buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "love-macosx" */; buildPhases = ( 8D1107290486CEB800E47090 /* Resources */, 8D11072C0486CEB800E47090 /* Sources */, @@ -184,7 +184,7 @@ ); dependencies = ( ); - name = love; + name = "love-macosx"; productInstallPath = "$(HOME)/Applications"; productName = love; productReference = 8D1107320486CEB800E47090 /* love.app */; @@ -212,23 +212,23 @@ projectDirPath = ""; projectReferences = ( { - ProductGroup = FA08F6A316C77A4300F007B5 /* Products */; - ProjectRef = FA577A9316C7217800860150 /* love-framework.xcodeproj */; + ProductGroup = FA0B78D41A958301000E1D17 /* Products */; + ProjectRef = FA577A9316C7217800860150 /* liblove.xcodeproj */; }, ); projectRoot = ""; targets = ( - 8D1107260486CEB800E47090 /* love */, + 8D1107260486CEB800E47090 /* love-macosx */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - FA08F6A716C77A4300F007B5 /* love.framework */ = { + FA0B78D81A958301000E1D17 /* love.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = love.framework; - remoteRef = FA08F6A616C77A4300F007B5 /* PBXContainerItemProxy */; + remoteRef = FA0B78D71A958301000E1D17 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ @@ -239,8 +239,8 @@ buildActionMask = 2147483647; files = ( FAC1A449196F5DC600125284 /* license.txt in Resources */, - A9DEC1C11046EFA70049C70C /* Love.icns in Resources */, - A9DEC1C21046EFA70049C70C /* LoveDocument.icns in Resources */, + FA0B78D31A95814A000E1D17 /* lovedocument.icns in Resources */, + FA0B78D21A95814A000E1D17 /* love.icns in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -269,6 +269,7 @@ ); GCC_DYNAMIC_NO_PIC = NO; GCC_OPTIMIZATION_LEVEL = 0; + INFOPLIST_FILE = "macosx/love-macosx.plist"; INSTALL_PATH = /Applications; PRODUCT_NAME = love; }; @@ -284,6 +285,7 @@ "\"$(SRCROOT)/build/Release\"", "\"$(SRCROOT)/build/Debug\"", ); + INFOPLIST_FILE = "macosx/love-macosx.plist"; INSTALL_PATH = /Applications; PRODUCT_NAME = love; }; @@ -471,6 +473,7 @@ "\"$(SRCROOT)/build/Release\"", "\"$(SRCROOT)/build/Debug\"", ); + INFOPLIST_FILE = "macosx/love-macosx.plist"; INSTALL_PATH = /Applications; PRODUCT_NAME = love; }; @@ -479,7 +482,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "love" */ = { + C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "love-macosx" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4B08A954540054247B /* Debug */, diff --git a/platform/xcode/love.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/platform/xcode/love.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 000000000..0c5703c44 --- /dev/null +++ b/platform/xcode/love.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/platform/macosx/Info-Framework.plist b/platform/xcode/macosx/liblove-macosx.plist similarity index 100% rename from platform/macosx/Info-Framework.plist rename to platform/xcode/macosx/liblove-macosx.plist diff --git a/platform/macosx/love-Info.plist b/platform/xcode/macosx/love-macosx.plist similarity index 96% rename from platform/macosx/love-Info.plist rename to platform/xcode/macosx/love-macosx.plist index b84b0ead4..7be385ac4 100644 --- a/platform/macosx/love-Info.plist +++ b/platform/xcode/macosx/love-macosx.plist @@ -8,7 +8,7 @@ CFBundleTypeIconFile - LoveDocument.icns + lovedocument CFBundleTypeName LÖVE Project CFBundleTypeRole @@ -48,7 +48,7 @@ CFBundleExecutable love CFBundleIconFile - Love.icns + love.icns CFBundleIdentifier org.love2d.love CFBundleInfoDictionaryVersion @@ -77,7 +77,7 @@ UTTypeDescription LÖVE Project UTTypeIconFile - LoveDocument.icns + lovedocument UTTypeIdentifier org.love2d.love-game UTTypeReferenceURL diff --git a/platform/macosx/icons/Love.icns b/platform/xcode/macosx/love.icns similarity index 100% rename from platform/macosx/icons/Love.icns rename to platform/xcode/macosx/love.icns diff --git a/platform/macosx/icons/LoveDocument.icns b/platform/xcode/macosx/lovedocument.icns similarity index 100% rename from platform/macosx/icons/LoveDocument.icns rename to platform/xcode/macosx/lovedocument.icns diff --git a/readme.md b/readme.md index 14c58188d..64d79bf3b 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,7 @@ Run `platform/unix/automagic` from the repository root, then run ./configure and ###Mac OS X Download the required frameworks from [here][dependencies] and place them in `/Library/Frameworks/`. -Then use the Xcode project found at `platform/macosx/love.xcodeproj`. +Then use the Xcode project found at `platform/xcode/love.xcodeproj` to build the `love-macosx` target. Repository information ----------------------