Closed
requested to merge github/fork/ProfessaA/actool_uses_correct_min_deployment_target into master
Created by: ProfessaA
background
Previously, the actool
command to compile asset catalogs passed a hard-coded 7.0
to the --minimum-deployment-target
flag.
change
Now the correct value, taken from AppleCxxPlatform#getMinVersion
, is passed to the --minimum-deployment-target
flag.
verification
-
AppleBundleIntegrationTest#appleAssetCatalogsAreIncludedInBundle
passes -
buck build
project with deployment target of 9.0 and verify that theAssets.car
file is correct