diff --git a/PiShrink-macOS.xcodeproj/project.pbxproj b/PiShrink-macOS.xcodeproj/project.pbxproj index f728608..f277982 100644 --- a/PiShrink-macOS.xcodeproj/project.pbxproj +++ b/PiShrink-macOS.xcodeproj/project.pbxproj @@ -8,18 +8,20 @@ /* Begin PBXFileReference section */ FC4E6AAC2058556E00CBFDDA /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - FC4E6AAD2058556E00CBFDDA /* pishrink.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pishrink.sh; sourceTree = ""; }; + FC4E6AAD2058556E00CBFDDA /* pishrink */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pishrink; sourceTree = ""; }; FC4E6AAE2058556E00CBFDDA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; FC7662F520586426003556C0 /* make_e2fstools */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = make_e2fstools; sourceTree = ""; }; + FC7662F620586871003556C0 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ FC4E6AA1205854F700CBFDDA = { isa = PBXGroup; children = ( + FC7662F620586871003556C0 /* Makefile */, FC7662F520586426003556C0 /* make_e2fstools */, FC4E6AAC2058556E00CBFDDA /* LICENSE */, - FC4E6AAD2058556E00CBFDDA /* pishrink.sh */, + FC4E6AAD2058556E00CBFDDA /* pishrink */, FC4E6AAE2058556E00CBFDDA /* README.md */, ); sourceTree = ""; diff --git a/pishrink.sh b/pishrink similarity index 100% rename from pishrink.sh rename to pishrink