From 2ce7e953e36815867e1638a12f16043541c655b7 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin Date: Wed, 11 Dec 2024 13:03:49 +0100 Subject: [PATCH] Added setup_and_build scripts to the XCode project. --- Pilot_Episode.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Pilot_Episode.xcodeproj/project.pbxproj b/Pilot_Episode.xcodeproj/project.pbxproj index aea14f5..a82280a 100644 --- a/Pilot_Episode.xcodeproj/project.pbxproj +++ b/Pilot_Episode.xcodeproj/project.pbxproj @@ -46,6 +46,9 @@ 070D10FB29113DDB00543913 /* PlaneData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PlaneData.h; sourceTree = ""; }; 070D10FC2911441200543913 /* Hud.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Hud.h; sourceTree = ""; }; 070D10FD2911484900543913 /* Sky.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sky.h; sourceTree = ""; }; + 072AE7F02D09B6F9004F92D3 /* setup_and_build_debian.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = setup_and_build_debian.sh; sourceTree = SOURCE_ROOT; }; + 072AE7F12D09B6F9004F92D3 /* setup_and_build.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = setup_and_build.bat; sourceTree = SOURCE_ROOT; }; + 072AE7F22D09B6F9004F92D3 /* setup_and_build_macos.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = setup_and_build_macos.sh; sourceTree = SOURCE_ROOT; }; 0739DB1E2BB351DE00964E96 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; }; 0739DB1F2BB351DE00964E96 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; 0760B6ED2B9C37FE0032CACD /* chiptune2.ct */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = chiptune2.ct; sourceTree = ""; }; @@ -84,6 +87,9 @@ 076D86722D05CA96003BF28D /* scripts */ = { isa = PBXGroup; children = ( + 072AE7F12D09B6F9004F92D3 /* setup_and_build.bat */, + 072AE7F02D09B6F9004F92D3 /* setup_and_build_debian.sh */, + 072AE7F22D09B6F9004F92D3 /* setup_and_build_macos.sh */, 076D86732D05CAC3003BF28D /* fetch-dependencies.py */, 076D86742D05CAF2003BF28D /* dependencies */, 07844E4A28FDECEC00B30C0D /* build.sh */,