Fix Xcode version parsing error (affects bitcode generation)
authorAndrew Mroczkowski <amrox@users.noreply.github.com>
Wed, 26 Sep 2018 21:20:37 +0000 (17:20 -0400)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Fri, 28 Sep 2018 14:01:40 +0000 (17:01 +0300)
commit3c5a6be835551afabebb14b00b8a1beb820cbddd
tree6e4aee1f93287db3fc218c41a50b2dbd7a1973de
parent4b895a4d1f5bcd0aa015d50f5c281b2238b86b89
Fix Xcode version parsing error (affects bitcode generation)

The regex was only parsing for a single digit in the major version, causing Xcode 10 to be treated as version "1". Other parts of the script only turn on bitcode generation if the Xcode version is > 7.
platforms/ios/build_framework.py