summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLSDKUpdateChecker.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLSDKUpdateChecker.mm')
-rw-r--r--platform/ios/src/MGLSDKUpdateChecker.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/ios/src/MGLSDKUpdateChecker.mm b/platform/ios/src/MGLSDKUpdateChecker.mm
index c41fc51ac5..e40a31a225 100644
--- a/platform/ios/src/MGLSDKUpdateChecker.mm
+++ b/platform/ios/src/MGLSDKUpdateChecker.mm
@@ -7,8 +7,7 @@
+ (void)checkForUpdates {
#if TARGET_IPHONE_SIMULATOR
// Abort if running in a playground.
- if ([[NSBundle mainBundle].bundleIdentifier hasPrefix:@"com.apple.dt.playground."] ||
- NSProcessInfo.processInfo.mgl_isInterfaceBuilderDesignablesAgent) {
+ if ([[NSBundle mainBundle].bundleIdentifier hasPrefix:@"com.apple.dt.playground."]) {
return;
}