dmg 0.1.7
dmg: ^0.1.7 copied to clipboard
A Flutter package that helps you create, sign, notarize, and staple a .DMG with a single command.
0.1.7 #
- Add options to skip signing and notarizing (thanks to @luksab).
- Update README.
0.1.5 #
- Improve error handling and logging.
- Update README.
0.1.4 #
- Add
--no-clean-buildflag to skip the clean build behavior before running the build command (resolve #3). - Ensure that the exit code is set to a non-zero value in case of any issues.
0.1.3 #
- Add
--strictand--entitlements=macos/Runner/Release.entitlementsto codesign process (see more). - Automatically retrieve Developer ID certificate for code signing (Only for
Developer ID Applicationcertificate).
0.1.2 #
- Add
--buidand--no-buildflags to enable/disable runningflutter build macos, so you can run it yourself.
0.1.1 #
- Add
helpflag to show helps. - Update helps.
0.1.0 #
- Renamed the parameter
settingtosettingsfor consistency. - Add the
verboseflag 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