ios: switch back to the "legacy" build system in Xcode

Xcode 10 introduced a new build system. Alas, it breaks a number of important
flows, such as creating an archive for the framework (ie SDK) target.

In order to "fix" this, switch back to the former (Xcode 9) build system for the
time being.
This commit is contained in:
Saúl Ibarra Corretgé 2018-12-04 10:16:37 +01:00 committed by Saúl Ibarra Corretgé
parent 45291e1054
commit 47830dfc3d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>