Commit 7f590bcf authored by lliabraa's avatar lliabraa Committed by Commit bot

Make iossim binary work on Xcode 5 and 6.

The CL changes most compile-time checks to be runtime-checks so that
an iossim binary built agains Xcode 6 will still work against Xcode 5.

BUG=None

Review URL: https://codereview.chromium.org/494583004

Cr-Commit-Position: refs/heads/master@{#291681}
parent 3d6b1ddb
......@@ -25,6 +25,13 @@
'defines': [
'IOSSIM_USE_XCODE_6',
],
'xcode_settings': {
# The CoreSimulator.h file generated by class-dump defines a
# property of type |NSString*| and a setter for the property
# that takes a parameter of type |id|. This type mismatch causes
# a compiler warning, so turn off -Werror.
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
},
'actions': [
{
'action_name': 'generate_dvt_foundation_header',
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment