You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't build universal binaries by default
Starting Xcode 10 beta, there's no support for i386.
This commit changes the default build on iOS to regular libraries
instead of universal binaries.
Build of universal binaries is still supported with macos-universal.
* Add macos-no-universal option (compatibility)
Keep the default to be macos-no-universal, but add it as an option as
well for backward compatibility.
0 commit comments