flutter/packages/flutter_tools/test/general.shard/ios
Todd Volkert c22ce95e15
Change from using defaults to plutil for Plist parsing (#38662)
We were using the `defaults` command-line utility to parse
Plist files, but it was never supported by Apple, and it
appears that in an upcoming OS release, it will be less likely
to work:

> WARNING: The defaults command will be changed in an upcoming
> major release to only operate on preferences domains. General
> plist manipulation utilities will be folded into a different
> command-line program.

Fixes https://github.com/flutter/flutter/issues/37701
2019-08-16 17:10:07 -07:00
..
code_signing_test.dart Support macOS Catalina-style signing certificate names (#37733) 2019-08-07 09:18:11 -07:00
devices_test.dart Handle case of a connected unpaired iOS device (#38629) 2019-08-15 17:59:37 -07:00
mac_test.dart Handle case of a connected unpaired iOS device (#38629) 2019-08-15 17:59:37 -07:00
plist_parser_test.dart Change from using defaults to plutil for Plist parsing (#38662) 2019-08-16 17:10:07 -07:00
simulators_test.dart Change from using defaults to plutil for Plist parsing (#38662) 2019-08-16 17:10:07 -07:00
xcode_backend_test.dart Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108) 2019-07-13 11:51:44 -07:00
xcodeproj_test.dart Build number (part after +) is documented as optional, use entire app version if not present (#37036) 2019-07-31 16:18:09 -07:00