!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> CFBundleGetInfoString App for managing databases. CFBundleExecutable OpenSQLManager CFBundleIdentifier com.aviat4ion.OpenSQLManager CFBundleName OpenSQLManager CFBundleIconFile OSM.icns CFBundleShortVersionString {$version} CFBundleInfoDictionaryVersion 6.0 CFBundlePackageType APPL IFMajorVersion {$major} IFMinorVersion {$minor} XML; // Add the plist to the bundle file_put_contents(CONTENTS.'/Info.plist', $plist); } create_dirs(); copy_src(); create_plist(); exit("App bundle created \n");