summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-04-30 11:35:52 -0400
committerMinh Nguyễn <mxn@1ec5.org>2015-04-30 11:35:52 -0400
commit87c61657a12f41c8d32c85fc0e0fa525302ed614 (patch)
treee84498b62f13e6e49fc667ae2d0351e6bcf87b79 /gyp
parentbbcc7c26d9862f4fb8685174330a73132d8c8a27 (diff)
downloadqtlocation-mapboxgl-87c61657a12f41c8d32c85fc0e0fa525302ed614.tar.gz
Objective-C niceties
Added macro for main thread assertions based on `NSAssert()`. Reworded Boolean property per Objective-C conventions.
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index cc4c1349bf..161b3fb706 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -33,6 +33,7 @@
'../include/mbgl/ios/MGLTypes.h',
'../platform/ios/NSBundle+MGLAdditions.h',
'../platform/ios/NSBundle+MGLAdditions.m',
+ '../platform/ios/NSException+MGLAdditions.m',
'../platform/ios/NSProcessInfo+MGLAdditions.h',
'../platform/ios/NSProcessInfo+MGLAdditions.m',
'../platform/ios/NSString+MGLAdditions.h',