Merge pull request #4308 from bykoianko/master-building-routing-for-ios-with-new-xcode

Building routing static lib for ios with new xcode.
This commit is contained in:
Vlad Mihaylenko 2016-09-19 12:11:20 +04:00 committed by GitHub
commit 329823fd69

View file

@ -1165,7 +1165,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Debug;
};
@ -1207,7 +1207,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Release;
};