#!/bin/bash mkdir -p ./tmp echo " BuildMachineOSBuild 13D65 CFBundleDevelopmentRegion English CFBundleDocumentTypes CFBundleTypeIconFile $osxFileIcon CFBundleTypeName LÖVE Project CFBundleTypeRole Viewer LSHandlerRank Owner LSItemContentTypes org.love2d.love-game CFBundleTypeName Folder CFBundleTypeOSTypes fold CFBundleTypeRole Viewer LSHandlerRank None CFBundleExecutable love CFBundleIconFile $osxBundleIcon CFBundleIdentifier $identifier CFBundleInfoDictionaryVersion 6.0 CFBundleName $friendlyPackageName CFBundlePackageType APPL CFBundleShortVersionString $version CFBundleSignature LoVe DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild 5B1008 DTPlatformVersion GM DTSDKBuild 13C64 DTSDKName macosx10.9 DTXcode 0511 DTXcodeBuild 5B1008 LSApplicationCategoryType public.app-category.games NSHumanReadableCopyright © $copyrightYear $author NSPrincipalClass NSApplication " > ./tmp/Info.plist echo " Info.plist generated."