Add in rest of Mac OSX Build files and fix up ANT script

This commit is contained in:
RyanTheAllmighty 2013-09-09 02:35:39 +10:00
parent 9fb27e7367
commit e6ab5fb5db
6 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
*.swp
*~
release/
bin/

View file

@ -7,9 +7,7 @@ REMEMBER - Change the atlauncher.version property below
-->
<project name="ATLauncher 3.0" basedir=".">
<!--<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="C:/Users/Ryan/Documents/Eclipse Workspace/ant/lib/ant-contrib-1.0b3.jar" />-->
<project name="ATLauncher" basedir=".">
<property name="src.dir" value="src" />
<property name="build.dir" value="build" />
<property name="macapp.dir" value="macapp" />

View file

@ -7,7 +7,7 @@
<key>CFBundleIdentifier</key>
<string>com.atlauncher.App</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
<string>3.0.7</string>
<key>CFBundleAllowMixedLocalizations</key>
<string>true</string>
<key>CFBundleExecutable</key>

1
macapp/Contents/PkgInfo Normal file
View file

@ -0,0 +1 @@
APPL????

Binary file not shown.