DEVELOPMENT_LANGUAGE is a variable that is the default value for CFBundleDevelopmentRegion when create a new iOS project from one of of default Xcode template. This variable is currently not one of the supported variable substitutions, that would make the build fail if we don't manually edit the Info.plist file and replace $(DEVELOPMENT_LANGUAGE) with en.
Would it be possible to support the substitution for this variable? I suggest adding a new development_language or development_region attribute to the ios_application rule and substitute DEVELOPMENT_LANGUAGE to this attribute value when handling the Info.plist file.
DEVELOPMENT_LANGUAGEis a variable that is the default value forCFBundleDevelopmentRegionwhen create a new iOS project from one of of default Xcode template. This variable is currently not one of the supported variable substitutions, that would make the build fail if we don't manually edit theInfo.plistfile and replace$(DEVELOPMENT_LANGUAGE)withen.Would it be possible to support the substitution for this variable? I suggest adding a new
development_languageordevelopment_regionattribute to theios_applicationrule and substituteDEVELOPMENT_LANGUAGEto this attribute value when handling theInfo.plistfile.