Skip to content

Commit 636cdcf

Browse files
committed
Add sample .app wrapper directory for Mac OS X.
The icon was borrowed from http://www.iconarchive.com/download/icon/icojoy/enjoyment/leisure.icnsdirectory
1 parent d68e898 commit 636cdcf

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

Tkx Editor.app/Contents/Info.plist

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundlePackageType</key>
6+
<string>APPL</string>
7+
<key>CFBundleExecutable</key>
8+
<string>Tkx Editor</string>
9+
<key>CFBundleIconFile</key>
10+
<string>leisure.icns</string>
11+
</dict>
12+
</plist>
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
dir=${0%/*}
3+
exec "$dir/perl" "$dir/script" "$@"

Tkx Editor.app/Contents/MacOS/perl

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/local/ActivePerl-5.10/bin/perl

Tkx Editor.app/Contents/MacOS/script

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../tkx-ed
116 KB
Binary file not shown.

0 commit comments

Comments
 (0)