Index: testing/iossim/iossim.gyp |
diff --git a/testing/iossim/iossim.gyp b/testing/iossim/iossim.gyp |
index 81334a110bc8600bc140e733c1216f08d02c94dc..a8ad6034c3c32e5ef370a71e626a4e98ea6a7c03 100644 |
--- a/testing/iossim/iossim.gyp |
+++ b/testing/iossim/iossim.gyp |
@@ -18,7 +18,7 @@ |
'xcode_version': '<!(xcodebuild -version | grep Xcode | awk \'{print $2}\')', |
}, |
'conditions': [ |
- ['xcode_version=="6.0"', { |
+ ['xcode_version>="6.0"', { |
'variables': { |
'iphone_sim_path': '<(developer_dir)/../SharedFrameworks', |
}, |
@@ -76,7 +76,7 @@ |
'message': 'Generating CoreSimulator.h', |
}, |
], # actions |
- }, { # else: xcode_version!="6" |
+ }, { # else: xcode_version<"6.0" |
'variables': { |
'iphone_sim_path': '<(developer_dir)/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks', |
}, |