dmg 0.1.3
dmg: ^0.1.3 copied to clipboard
A Flutter package that helps you create, sign, notarize, and staple a .DMG with a single command.
0.1.3 #
- Add
--strict
and--entitlements=macos/Runner/Release.entitlements
to codesign process (see more). - Automatically retrieve Developer ID certificate for code signing (Only for
Developer ID Application
certificate).
0.1.2 #
- Add
--buid
and--no-build
flags to enable/disable runningflutter build macos
, so you can run it yourself.
0.1.1 #
- Add
help
flag to show helps. - Update helps.
0.1.0 #
- Renamed the parameter
setting
tosettings
for consistency. - Add the
verbose
flag to print more useful logs. - Update README.
0.0.5 #
- Update homepage URL.
- Improve log.
0.0.4 #
- Improve README
- Improve platform specific
0.0.3 #
- Initial release