flutter/packages/flutter_tools/test/general.shard/macos
Andy Weiss c4ceea397a
[flutter_tools] Support zipped application bundles for macOS (#68854)
* [flutter_tools] Support zipped application bundles for macOS

It is not possible to directly produce a directory (.app) in some build systems
but rather it must be zip'ed before being passed to the tool for
running. This adds support for attempting to extract an application
bundle from a zip file if the bundle is not already a directory. This
uses very similar code from lib/src/application_package.dart which is
used for extracting an ipa for iOS.

This introduces tests for the macos/application_package.dart behavior which did not exist before. These tests cover the changes in the PR and some of the existing behavior, but do not cover everything in that file.
2020-11-02 08:58:33 -08:00
..
application_package_test.dart [flutter_tools] Support zipped application bundles for macOS (#68854) 2020-11-02 08:58:33 -08:00
cocoapods_test.dart Generate only requested platform directories on create (#68376) 2020-10-19 14:17:43 -07:00
cocoapods_validator_test.dart Convert cocoapods_validator_test to testWithoutContext (#53177) 2020-03-24 11:34:57 -07:00
macos_device_test.dart Show macOS arm64 architecture in doctor and devices list (#69245) 2020-10-30 13:48:04 -07:00
macos_workflow_test.dart [flutter_tools] macOS cleanups, attach to log reader in release mode (#61913) 2020-07-22 18:23:20 -07:00
xcode_test.dart enable unnecessary_string_escapes and use_raw_strings (#68302) (#69025) 2020-10-26 12:42:05 -07:00
xcode_validator_test.dart Remove XcodeValidator from context (#53213) 2020-03-25 11:57:05 -07:00