Skip to content

Commit

Permalink
Include recently added .game file in Xcode build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 17, 2017
1 parent 7dafaff commit a47dbad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tools/xcode/DarkRadiant.xcodeproj/project.pbxproj
Expand Up @@ -393,6 +393,8 @@
3AE6F1D61F63D43D008A1B2D /* WavefrontExporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1D41F63D43D008A1B2D /* WavefrontExporter.cpp */; };
3AE6F1D71F63D43D008A1B2D /* WavefrontExporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE6F1D51F63D43D008A1B2D /* WavefrontExporter.h */; };
3AE6F1D91F6E91A7008A1B2D /* ArchiveVisitor.h in Headers */ = {isa = PBXBuildFile; fileRef = 3AE6F1D81F6E91A7008A1B2D /* ArchiveVisitor.h */; };
3AE6F1DB1F6E953F008A1B2D /* prey.game in Resources */ = {isa = PBXBuildFile; fileRef = 3AE6F1DA1F6E953F008A1B2D /* prey.game */; };
3AE6F1DC1F6E9560008A1B2D /* prey.game in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3AE6F1DA1F6E953F008A1B2D /* prey.game */; };
3AEBDC851E5067340062D9AF /* plugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AEBDC7A1E50669C0062D9AF /* plugin.cpp */; };
3AEBDC861E5067390062D9AF /* ZipArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AEBDC7C1E50669C0062D9AF /* ZipArchive.cpp */; };
3AEBDCA31E506C930062D9AF /* CommandSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3AEBDC9B1E5069A60062D9AF /* CommandSystem.cpp */; };
Expand Down Expand Up @@ -2653,6 +2655,7 @@
dstPath = Contents/Resources/games;
dstSubfolderSpec = 1;
files = (
3AE6F1DC1F6E9560008A1B2D /* prey.game in CopyFiles */,
3AF475731E634D95006B26C2 /* darkmod.game in CopyFiles */,
3AF475741E634D95006B26C2 /* doom3-demo.game in CopyFiles */,
3AF475751E634D95006B26C2 /* doom3.game in CopyFiles */,
Expand Down Expand Up @@ -3044,6 +3047,7 @@
3AE6F1D41F63D43D008A1B2D /* WavefrontExporter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = WavefrontExporter.cpp; path = ../../plugins/model/WavefrontExporter.cpp; sourceTree = SOURCE_ROOT; };
3AE6F1D51F63D43D008A1B2D /* WavefrontExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WavefrontExporter.h; path = ../../plugins/model/WavefrontExporter.h; sourceTree = SOURCE_ROOT; };
3AE6F1D81F6E91A7008A1B2D /* ArchiveVisitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArchiveVisitor.h; path = ../../plugins/vfspk3/ArchiveVisitor.h; sourceTree = SOURCE_ROOT; };
3AE6F1DA1F6E953F008A1B2D /* prey.game */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = prey.game; path = ../../install/games/prey.game; sourceTree = SOURCE_ROOT; };
3AEBDC691E50667D0062D9AF /* archivezip.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = archivezip.so; sourceTree = BUILT_PRODUCTS_DIR; };
3AEBDC741E50669B0062D9AF /* DeflatedArchiveFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DeflatedArchiveFile.h; path = ../../plugins/archivezip/DeflatedArchiveFile.h; sourceTree = SOURCE_ROOT; };
3AEBDC751E50669B0062D9AF /* DeflatedArchiveTextFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DeflatedArchiveTextFile.h; path = ../../plugins/archivezip/DeflatedArchiveTextFile.h; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -3403,7 +3407,6 @@
3AEBE0F21E50D9200062D9AF /* ScriptWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScriptWindow.cpp; path = ../../plugins/script/ScriptWindow.cpp; sourceTree = SOURCE_ROOT; };
3AEBE0F31E50D9200062D9AF /* ScriptWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScriptWindow.h; path = ../../plugins/script/ScriptWindow.h; sourceTree = SOURCE_ROOT; };
3AEBE1281E50D9570062D9AF /* script.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = script.xcconfig; sourceTree = "<group>"; };
3AEBE1291E50D9F30062D9AF /* boost_python.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = boost_python.xcconfig; sourceTree = "<group>"; };
3AEBE12A1E50DB950062D9AF /* Python.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Python.framework; path = System/Library/Frameworks/Python.framework; sourceTree = SDKROOT; };
3AEBE1331E50DBF80062D9AF /* shaders.so */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = shaders.so; sourceTree = BUILT_PRODUCTS_DIR; };
3AEBE13E1E50DC1C0062D9AF /* CameraCubeMapDecl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CameraCubeMapDecl.cpp; path = ../../plugins/shaders/CameraCubeMapDecl.cpp; sourceTree = SOURCE_ROOT; };
Expand Down Expand Up @@ -5246,7 +5249,6 @@
3AEBE08F1E50D7CE0062D9AF /* particles.xcconfig */,
3AEBE1281E50D9570062D9AF /* script.xcconfig */,
3AE6F1BC1F49749C008A1B2D /* python.xcconfig */,
3AEBE1291E50D9F30062D9AF /* boost_python.xcconfig */,
3AEBE1BF1E50DDFB0062D9AF /* sound.xcconfig */,
3AEBE26A1E50E08C0062D9AF /* uimanager.xcconfig */,
3AEBE49D1E50E41F0062D9AF /* dm.editing.xcconfig */,
Expand Down Expand Up @@ -6525,6 +6527,7 @@
3AEBE4B71E50EFD60062D9AF /* games */ = {
isa = PBXGroup;
children = (
3AE6F1DA1F6E953F008A1B2D /* prey.game */,
3AEBE4B81E50EFEB0062D9AF /* darkmod.game */,
3AEBE4B91E50EFEB0062D9AF /* doom3-demo.game */,
3AEBE4BA1E50EFEB0062D9AF /* doom3.game */,
Expand Down Expand Up @@ -9463,6 +9466,7 @@
buildActionMask = 2147483647;
files = (
3AF475D11E6B247B006B26C2 /* darkradiant.icns in Resources */,
3AE6F1DB1F6E953F008A1B2D /* prey.game in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit a47dbad

Please sign in to comment.