Elektrine lite

← Feed

@octothorpe@mastodon.online

Post #1504291

2026-04-21 18:32 UTC

@dnanian@mas.to what was the fix?

Replies (2)

  • @dnanian@mas.to 2026-04-21 19:12

    @octothorpe@mastodon.online These were fixes in my intent, not in Apple’s code. I know what Apple’s bug is — they’re not cleaning up properly when the second ZIP is unzipped — but it remains busted in the system’s shortcut action. Years and years later.

    Open ##1504290

  • @dnanian@mas.to 2026-04-21 19:11

    @octothorpe It had to do with security scoping, perfectly matching the way the parameters come and and the iteratable collection is returned (which it determined by finding their code-level definitions in the framework) and, since the ZIP library unzips things with their permissions intact, resetting anything read-only before cleanup.

    Open ##1690201