Matt Perry 9f9605d3eb Support verifying .flx signatures when updating.
Adds a step to the updater to verify that the new .flx package is signed and
untampered.

Each .flx contains a signed manifest file. The manifest contains a SHA-256 hash
of the .flx contents. See bundle.dart for a description of the new .flx format.
2015-10-19 16:39:02 -04:00
..
2015-07-23 22:20:07 -07:00
2015-07-23 22:20:07 -07:00

Workbench

The workbench package is a synthetic package that lets us use pub to pull in some packages from pub.dartlang.org and some packages from within the source tree. The workbench package is intended to reflect a typical environment for developing a Sky application.