Update of /cvsroot/wxlua/wxLua/distrib/macbundle
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6780/distrib/macbundle
Modified Files:
Info.plist.in
Log Message:
other mac bundle fixes as noted by Anders
Index: Info.plist.in
===================================================================
RCS file: /cvsroot/wxlua/wxLua/distrib/macbundle/Info.plist.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Info.plist.in 22 Dec 2006 20:45:08 -0000 1.1
--- Info.plist.in 23 Dec 2006 11:10:52 -0000 1.2
***************
*** 6,10 ****
<string>6.0</string>
<key>CFBundleIdentifier</key>
! <string>org.wxwindows.IDENTIFIER</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
--- 6,10 ----
<string>6.0</string>
<key>CFBundleIdentifier</key>
! <string>net.sourceforge.wxlua.IDENTIFIER</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
***************
*** 12,16 ****
<string>EXECUTABLE</string>
<key>CFBundleIconFile</key>
! <string>wxmac.icns</string>
<key>CFBundleName</key>
<string>EXECUTABLE</string>
--- 12,16 ----
<string>EXECUTABLE</string>
<key>CFBundleIconFile</key>
! <string>wxLua.icns</string>
<key>CFBundleName</key>
<string>EXECUTABLE</string>
|