forked from mia/Aegisub
93002cf4a8
* Prefix PLIST_ to swappable variables in Plist.info * Add scripts/osx-bundle.sed.in which swaps the variables in Info.plist * Split AC_OUTPUT into AC_CONFIG_FILES for Makefiles/config scripts (osx-bundle.sed.in) and add AC_OUTPUT below. * svn:ignore property on . and scripts/ * Fix bug in Info.plist (---> to --> for ending XML comment) Originally committed to SVN as r2581.
3 lines
106 B
Sed
3 lines
106 B
Sed
s/@PLIST_VERSION@/@VERSION@/g
|
|
s/@PLIST_SVN_REVISION@/@SVN_REVISION@/g
|
|
s/@PLIST_BUILD_DATE@/@BUILD_DATE@/g
|