35d7e17b03
Apple's version format specification is strictly checked on app store submission, even for embedded frameworks: http://apple.co/1WgelY1 The build version number should be a string comprised of three non-negative, period-separated integers with the first integer being greater than zero. The string should only contain numeric (0-9) and period (.) characters. So that's room for "1.5.0" but not for "1.5.0-906-g656f9c4". The full version returned from 'version.sh --bare' is now embedded under a 'VPXFullVersion' custom key in the Info.plist, so it can still be extracted from the resulting framework. Change-Id: If34a58d02e407379d1f1859fda533ef7f983170b |
||
---|---|---|
.. | ||
ads2armasm_ms.pl | ||
ads2gas_apple.pl | ||
ads2gas.pl | ||
Android.mk | ||
armlink_adapter.sh | ||
configure.sh | ||
gen_asm_deps.sh | ||
gen_msvs_def.sh | ||
gen_msvs_proj.sh | ||
gen_msvs_sln.sh | ||
gen_msvs_vcxproj.sh | ||
ios-Info.plist | ||
ios-version.sh | ||
iosbuild.sh | ||
Makefile | ||
msvs_common.sh | ||
rtcd.pl | ||
thumb.pm | ||
version.sh |