Skip to content

Commit 817448c

Browse files
committed
Moved brew formula to work in progress dir
1 parent 7246cbf commit 817448c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Platypus.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@
252252
F469CB342ED88E5200B72BC9 /* args.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = args.py; sourceTree = "<group>"; };
253253
F469CB352ED88E5200B72BC9 /* conftest.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = conftest.py; sourceTree = "<group>"; };
254254
F469CB362ED88E5200B72BC9 /* test_clt.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = test_clt.py; sourceTree = "<group>"; };
255-
F469CB372ED8C46B00B72BC9 /* platypus.rb */ = {isa = PBXFileReference; lastKnownFileType = text.script.ruby; path = platypus.rb; sourceTree = "<group>"; };
256255
F46EF84E13C3F36900E4C0E4 /* Examples */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Examples; sourceTree = "<group>"; };
257256
F4714B592BDC3C7B00827A48 /* CHANGES.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGES.md; sourceTree = "<group>"; };
258257
F471ED1D122DF096001F4761 /* PlatypusAppIcon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = PlatypusAppIcon.icns; sourceTree = "<group>"; };
@@ -432,7 +431,6 @@
432431
F4714B592BDC3C7B00827A48 /* CHANGES.md */,
433432
F41008072ECB270D000134ED /* TODO.md */,
434433
F442E00B1EA38C7100BAD80C /* LICENSE.txt */,
435-
F469CB372ED8C46B00B72BC9 /* platypus.rb */,
436434
F479672B224EB3EF00CA0746 /* Makefile */,
437435
F4F14CBB1C64264D002A2402 /* Scripts */,
438436
F4DC074D11F629A40043764E /* Documentation */,

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Create platypus.rb Homebrew formula to install command line tool
2323
* Fix selection change when item is deleted from the Bundled Files List (select item above)
2424
* Performance optimization in the app build process (also include precompiled nib)
25-
25+
* Bundle ScriptExec and MainMenu.nib into CLT Mach-O binary
2626

2727
DONE * Harden CI testing for this old project
2828
DONE * Create more automated tests for command line tool and document existing tests
File renamed without changes.

0 commit comments

Comments
 (0)