From e1efdcdfac2f7be3a5b1bb0e28a9d08bb98fd144 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Mon, 12 Oct 2009 01:20:59 -0700 Subject: Xcode: add 'settings' directory to Resources Signed-off-by: Steven Noonan --- crawl-ref/source/Crawl.xcodeproj/project.pbxproj | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'crawl-ref/source/Crawl.xcodeproj') diff --git a/crawl-ref/source/Crawl.xcodeproj/project.pbxproj b/crawl-ref/source/Crawl.xcodeproj/project.pbxproj index 1e4b792620..76c482425c 100644 --- a/crawl-ref/source/Crawl.xcodeproj/project.pbxproj +++ b/crawl-ref/source/Crawl.xcodeproj/project.pbxproj @@ -376,6 +376,8 @@ B090C2F410671F8900AE855D /* main.png in Copy Dungeon Tiles */ = {isa = PBXBuildFile; fileRef = B090C2F010671F8900AE855D /* main.png */; }; B090C2F510671F8900AE855D /* player.png in Copy Dungeon Tiles */ = {isa = PBXBuildFile; fileRef = B090C2F110671F8900AE855D /* player.png */; }; B09CCE3110830F1A00623CFA /* Crawl-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B09CCE3010830F1A00623CFA /* Crawl-Info.plist */; }; + B09CCE671083159100623CFA /* settings in Resources */ = {isa = PBXBuildFile; fileRef = B09CCE5A1083159100623CFA /* settings */; }; + B09CCE6C108315B300623CFA /* settings in Resources */ = {isa = PBXBuildFile; fileRef = B09CCE5A1083159100623CFA /* settings */; }; B0B5DF6A1066EE1A0020B21F /* libpng.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B0B5DF201066ED0E0020B21F /* libpng.framework */; }; B0B5DF6B1066EE1A0020B21F /* SDL_image.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B0B5DF221066ED0E0020B21F /* SDL_image.framework */; }; B0B5DF6C1066EE1A0020B21F /* SDL.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = B0B5DF241066ED0E0020B21F /* SDL.framework */; }; @@ -875,6 +877,7 @@ B090C2F010671F8900AE855D /* main.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = main.png; path = rltiles/main.png; sourceTree = ""; }; B090C2F110671F8900AE855D /* player.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = player.png; path = rltiles/player.png; sourceTree = ""; }; B09CCE3010830F1A00623CFA /* Crawl-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Crawl-Info.plist"; path = "mac/Crawl-Info.plist"; sourceTree = ""; }; + B09CCE5A1083159100623CFA /* settings */ = {isa = PBXFileReference; lastKnownFileType = folder; name = settings; path = ../settings; sourceTree = SOURCE_ROOT; }; B0B5DF201066ED0E0020B21F /* libpng.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libpng.framework; path = /Library/Frameworks/libpng.framework; sourceTree = ""; }; B0B5DF221066ED0E0020B21F /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = ""; }; B0B5DF241066ED0E0020B21F /* SDL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL.framework; path = /Library/Frameworks/SDL.framework; sourceTree = ""; }; @@ -1316,12 +1319,13 @@ 7B352F1B0B0022C900CABB32 /* Resources */ = { isa = PBXGroup; children = ( + D2F271FE0DA1C5AD00445FE9 /* dat */, B090C2EE10671F8900AE855D /* dngn.png */, + D2F2723F0DA1C61600445FE9 /* docs */, B090C2EF10671F8900AE855D /* gui.png */, B090C2F010671F8900AE855D /* main.png */, B090C2F110671F8900AE855D /* player.png */, - D2F2723F0DA1C61600445FE9 /* docs */, - D2F271FE0DA1C5AD00445FE9 /* dat */, + B09CCE5A1083159100623CFA /* settings */, ); name = Resources; sourceTree = ""; @@ -1597,10 +1601,11 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + B09CCE3110830F1A00623CFA /* Crawl-Info.plist in Resources */, + B032D6FD106C02540002D70D /* Crawl.icns in Resources */, B032D6FB106C02540002D70D /* dat in Resources */, B032D6FC106C02540002D70D /* docs in Resources */, - B032D6FD106C02540002D70D /* Crawl.icns in Resources */, - B09CCE3110830F1A00623CFA /* Crawl-Info.plist in Resources */, + B09CCE671083159100623CFA /* settings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1608,9 +1613,10 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + D2A696BD0DA29D4E00FDDE82 /* Crawl.icns in Resources */, D2F272350DA1C5AD00445FE9 /* dat in Resources */, D2F2725B0DA1C61600445FE9 /* docs in Resources */, - D2A696BD0DA29D4E00FDDE82 /* Crawl.icns in Resources */, + B09CCE6C108315B300623CFA /* settings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- cgit v1.2.3-54-g00ecf