Skip to content

Commit f54187c

Browse files
author
rexx
committed
Mac OSX package
git-svn-id: https://svn.code.sf.net/p/regina-rexx/code/interpreter/trunk@71 528c8479-552a-0410-8426-e933f26d916d
1 parent 85d6272 commit f54187c

File tree

10 files changed

+2574
-0
lines changed

10 files changed

+2574
-0
lines changed

Mac/Regina-Rexx/Regina-Rexx.packproj

Lines changed: 1311 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>English</string>
7+
<key>CFBundleExecutable</key>
8+
<string>ReginaLauncher</string>
9+
<key>CFBundleIconFile</key>
10+
<string>ReginaLauncher</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.apple.ASApplication</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>ReginaLauncher</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>1.0</string>
25+
<key>NSAppleScriptEnabled</key>
26+
<string>YES</string>
27+
<key>NSMainNibFile</key>
28+
<string>MainMenu</string>
29+
<key>NSPrincipalClass</key>
30+
<string>NSApplication</string>
31+
</dict>
32+
</plist>
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPL????
Binary file not shown.

Mac/ReginaLauncher.app/Contents/Resources/English.lproj/MainMenu.nib/designable.nib

Lines changed: 1230 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

Mac/regina-rexx.icns

1.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)