Add in rest of Mac OSX Build files and fix up ANT script
This commit is contained in:
parent
9fb27e7367
commit
e6ab5fb5db
6 changed files with 4 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
*.swp
|
||||
*~
|
||||
release/
|
||||
bin/
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Binary file not shown.
1
macapp/Contents/PkgInfo
Normal file
1
macapp/Contents/PkgInfo
Normal file
|
@ -0,0 +1 @@
|
|||
APPL????
|
BIN
macapp/Contents/Resources/Icon.icns
Normal file
BIN
macapp/Contents/Resources/Icon.icns
Normal file
Binary file not shown.
Loading…
Reference in a new issue