Moved the xcode project files and related data from platform/macosx to platform/xcode.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-02-18 22:47:04 -04:00
parent e137c9327b
commit df0fab1b67
14 changed files with 55 additions and 58 deletions
+1 -1
View File
@@ -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
----------------------