Skip to content

Tags: bikagr/Maccy

Tags

0.16.0

Toggle 0.16.0's commit message
Release 0.16.0

0.15.1

Toggle 0.15.1's commit message
Release 0.15.1

0.15.0

Toggle 0.15.0's commit message
Enable application sandbox

This enables a sandbox which is more secure and is required for App
Store submission. The application doesn't use any restricted features so
it's only required to properly migrate preferences (this is done
automatically) and storage (this is done by moving Application Support
directory using special container-migration manifest). See
https://developer.apple.com/library/archive/documentation/Security/Conceptual/AppSandboxDesignGuide/MigratingALegacyApp/MigratingAnAppToASandbox.html
for more details.

In order to keep auto-update work, Sparkle needed to be updated to 2.x
as 1.x doesn't work in sandboxed environment. It's not possible to
install 2.x using CocoaPods so it's now embedded as a framework. It has
been build in 2.x branch at 438f4a21. Downloading and installing updates
is implemented through XPC services to avoid adding unnecessary network
entitlements to the application sandbox. See
https://github.com/sparkle-project/Sparkle/blob/2.x/INSTALL.markdown for
more details.

0.14.1

Toggle 0.14.1's commit message
Release 0.14.1

0.14.0

Toggle 0.14.0's commit message
Release 0.14.0

0.13.0

Toggle 0.13.0's commit message
Release 0.13.0

0.12.0

Toggle 0.12.0's commit message
Release 0.12.0

0.11.0

Toggle 0.11.0's commit message
Release 0.11.0

0.10.0

Toggle 0.10.0's commit message
Add copies text to ease images creation

0.9.0

Toggle 0.9.0's commit message
Fix table of contents in README