From 9b7e38746fd8fd645f5c766dab78fe331ebea47d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 21 Mar 2022 13:26:30 -0400 Subject: added new resources to xcode project --- macOS/Ether.xcodeproj/project.pbxproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'macOS/Ether.xcodeproj/project.pbxproj') diff --git a/macOS/Ether.xcodeproj/project.pbxproj b/macOS/Ether.xcodeproj/project.pbxproj index 4a8219f..0b0aaac 100644 --- a/macOS/Ether.xcodeproj/project.pbxproj +++ b/macOS/Ether.xcodeproj/project.pbxproj @@ -10,6 +10,9 @@ 6C0CDB7F27E7839D00F43B44 /* libSDL2_image-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 6C0CDB8027E7839D00F43B44 /* libSDL2_ttf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; 6C0CDB8127E7839D00F43B44 /* libSDL2-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; + 6C2BDDF127E8EBEF0023D2BD /* help.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDEF27E8EBEF0023D2BD /* help.png */; }; + 6C2BDDF227E8EBEF0023D2BD /* message.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDF027E8EBEF0023D2BD /* message.png */; }; + 6C2BDDF427E8EC630023D2BD /* feather.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDF327E8EC630023D2BD /* feather.png */; }; 6CD6FEBE27E76AE1005B65A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */; }; 6CD6FEE027E76BCF005B65A5 /* animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECB27E76BCE005B65A5 /* animation.cpp */; }; 6CD6FEE127E76BCF005B65A5 /* renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */; }; @@ -63,6 +66,9 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + 6C2BDDEF27E8EBEF0023D2BD /* help.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = help.png; path = ../../../res/help.png; sourceTree = ""; }; + 6C2BDDF027E8EBEF0023D2BD /* message.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = message.png; path = ../../../res/message.png; sourceTree = ""; }; + 6C2BDDF327E8EC630023D2BD /* feather.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = feather.png; path = ../../../res/feather.png; sourceTree = ""; }; 6CD6FEB727E76AE0005B65A5 /* Ether.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ether.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 6CD6FEC227E76AE1005B65A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -209,6 +215,9 @@ 6CD6FF0127E76DC7005B65A5 /* resources */ = { isa = PBXGroup; children = ( + 6C2BDDF327E8EC630023D2BD /* feather.png */, + 6C2BDDEF27E8EBEF0023D2BD /* help.png */, + 6C2BDDF027E8EBEF0023D2BD /* message.png */, 6CD6FF2F27E78218005B65A5 /* Master.bank */, 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */, 6CD6FF2627E780D3005B65A5 /* childoflight.txt */, @@ -290,6 +299,7 @@ 6CD6FF3127E78218005B65A5 /* Master.bank in Resources */, 6CD6FF1B27E77D7B005B65A5 /* title1.png in Resources */, 6CD6FF1927E77D7B005B65A5 /* player.png in Resources */, + 6C2BDDF427E8EC630023D2BD /* feather.png in Resources */, 6CD6FF1627E77D7B005B65A5 /* runninbloods.png in Resources */, 6CD6FF1427E77D7B005B65A5 /* lamp.png in Resources */, 6CD6FF2827E780D3005B65A5 /* softsquare.ttf in Resources */, @@ -297,11 +307,13 @@ 6CD6FF1227E77D7B005B65A5 /* title3.png in Resources */, 6CD6FF1827E77D7B005B65A5 /* read_instruction.png in Resources */, 6CD6FF2927E780D3005B65A5 /* childoflight.txt in Resources */, + 6C2BDDF127E8EBEF0023D2BD /* help.png in Resources */, 6CD6FF1A27E77D7B005B65A5 /* title0.png in Resources */, 6CD6FF1327E77D7B005B65A5 /* icon.png in Resources */, 6CD6FF1727E77D7B005B65A5 /* menu.png in Resources */, 6CD6FF2A27E780D3005B65A5 /* player_anim.txt in Resources */, 6CD6FF1527E77D7B005B65A5 /* lighting.png in Resources */, + 6C2BDDF227E8EBEF0023D2BD /* message.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; -- cgit 1.4.1