The -i feature of sed requires an extension (on Mac) and created a backup file with that extension when in-place editing is performed. I forgot about the backup file when I removed the code to delete temporary files; this caused an Info.plist.bak file to be left in the application bundle.
The -i feature of sed requires an extension (on Mac) and created a backup file with that extension when in-place editing is performed. I forgot about the backup file when I removed the code to delete temporary files; this caused an Info.plist.bak file to be left in the application bundle.