zotero/app
Dan Stillman ce20a5f228 Ship legacy Safari App Extension alongside the web extension on Mac
Developer ID-signed Safari web extensions load only in Safari 18.4 and
later -- older Safari blocks them at the code-signing layer -- so macOS
11 and 12 users, whose Safari versions top out at 16.6 and 17.6, lost
the connector with the web extension conversion.

Embed the prebuilt legacy App Extension ($SAFARI_APP_EXTENSION, set by
the deploy scripts) at Contents/PlugIns/ZoteroSafariExtension.appex with
the historical bundle identifier, and move the web extension to
Contents/PlugIns/ZoteroSafariWebExtension.appex with a new
.SafariWebExtension identifier. The web extension's
SFSafariAppExtensionBundleIdentifiersToReplace key causes Safari
versions that can load it to hide the App Extension and migrate its
enabled state, while older Safari shows only the App Extension.

Also remove the removed-files entries for the App Extension's
resources, which would otherwise delete them on update.

https://forums.zotero.org/discussion/132925/
2026-07-28 07:24:27 -04:00
..
assets runtests.sh: Add -p option to run a shard of the test files (e.g., -p 2/4) 2026-07-08 10:50:32 -04:00
linux Add Firefox build script for Linux 2025-07-30 22:30:55 -04:00
mac Strip com.apple.FinderInfo xattrs from files in Mac disk images 2026-07-27 15:31:18 -04:00
modules Update LibreOffice submodule 2026-07-14 13:39:07 -04:00
scripts Ship legacy Safari App Extension alongside the web extension on Mac 2026-07-28 07:24:27 -04:00
update-packaging Ship legacy Safari App Extension alongside the web extension on Mac 2026-07-28 07:24:27 -04:00
win Undo Mozilla changes that allow non-UTF-16 command line args (#5904) 2026-05-06 10:27:13 -04:00
.gitignore Finish Windows ARM support 2024-05-28 06:44:21 +01:00
build.sh Ship legacy Safari App Extension alongside the web extension on Mac 2026-07-28 07:24:27 -04:00
config.sh Update Windows build to Firefox 140.12.0esr 2026-06-30 16:41:38 -04:00
README.md Add zotero-standalone-build repo as app folder 2023-04-26 04:40:22 -04:00

Zotero Standalone build utility

These files are used to bundle the Zotero core into distributable bundles for Mac, Windows, and Linux.

Instructions for building and packaging are available on the Zotero wiki.