From 35e91edc753a773128ca9ad9919e23b251871e14 Mon Sep 17 00:00:00 2001 From: Simone Karin Lehmann Date: Tue, 13 Mar 2018 22:02:43 +0100 Subject: [PATCH] rename to pishrink,since we move this in /usr/local/bin and chmod a+x, add a Makefile --- PiShrink-macOS.xcodeproj/project.pbxproj | 6 ++++-- pishrink.sh => pishrink | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename pishrink.sh => pishrink (100%) 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