removed Cartfile and Cartfile.resolved – not needed anymore since there are no more dependencies
Added arm7, arm7s, arm64 and armv7k as valid architectures – not sure if this is actually necessary
turned on whole module optimisation
Unfortunately Xcode did its magic and recreated the whole project structure. Also not sure what is going on with the LastUpgradeVersion = "9999". Usually I see something like LastUpgradeVersion = "0800" directly reflecting the current Xcode version.
Cartfile
andCartfile.resolved
– not needed anymore since there are no more dependenciesarm7
,arm7s
,arm64
andarmv7k
as valid architectures – not sure if this is actually necessaryUnfortunately Xcode did its magic and recreated the whole project structure. Also not sure what is going on with the
LastUpgradeVersion = "9999"
. Usually I see something likeLastUpgradeVersion = "0800"
directly reflecting the current Xcode version.