Skip to content

Commit

Permalink
Asserting if glimrTagsWithCompletion not called on the main thread
Browse files Browse the repository at this point in the history
  • Loading branch information
svenroed committed Dec 11, 2019
1 parent 2ca295b commit 835515f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified GLGeoRealtime.framework/Versions/A/GLGeoRealtime
Binary file not shown.
12 changes: 6 additions & 6 deletions Sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
3232B4EE18246C47009E75E7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3232B4ED18246C47009E75E7 /* Images.xcassets */; };
3232B50B18246C51009E75E7 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3232B50A18246C51009E75E7 /* CoreLocation.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
328A75601998FDCE00E99A50 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 328A755F1998FDCE00E99A50 /* AdSupport.framework */; };
329A6B3A239830C30061CF87 /* GLGeoRealtime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 329A6B39239830C30061CF87 /* GLGeoRealtime.framework */; };
32A0A19723A0E5F500CFD2FB /* GLGeoRealtime.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32A0A19623A0E5F500CFD2FB /* GLGeoRealtime.framework */; };
32E7FCD81BCBED860024FB94 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E7FCD71BCBED860024FB94 /* CoreTelephony.framework */; };
32E7FCE01BCBEE120024FB94 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 32E7FCDF1BCBEE120024FB94 /* SystemConfiguration.framework */; };
/* End PBXBuildFile section */
Expand All @@ -38,7 +38,7 @@
3232B50A18246C51009E75E7 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
328A755F1998FDCE00E99A50 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
3291777523014A5F00A68173 /* Sample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Sample.entitlements; sourceTree = "<group>"; };
329A6B39239830C30061CF87 /* GLGeoRealtime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GLGeoRealtime.framework; sourceTree = "<group>"; };
32A0A19623A0E5F500CFD2FB /* GLGeoRealtime.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GLGeoRealtime.framework; sourceTree = "<group>"; };
32E7FCD71BCBED860024FB94 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
32E7FCDD1BCBEDEC0024FB94 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
32E7FCDF1BCBEE120024FB94 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
Expand All @@ -53,7 +53,7 @@
32E7FCD81BCBED860024FB94 /* CoreTelephony.framework in Frameworks */,
328A75601998FDCE00E99A50 /* AdSupport.framework in Frameworks */,
3232B50B18246C51009E75E7 /* CoreLocation.framework in Frameworks */,
329A6B3A239830C30061CF87 /* GLGeoRealtime.framework in Frameworks */,
32A0A19723A0E5F500CFD2FB /* GLGeoRealtime.framework in Frameworks */,
3232B4D818246C47009E75E7 /* CoreGraphics.framework in Frameworks */,
3232B4DA18246C47009E75E7 /* UIKit.framework in Frameworks */,
3232B4D618246C47009E75E7 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -83,7 +83,7 @@
3232B4D418246C47009E75E7 /* Frameworks */ = {
isa = PBXGroup;
children = (
329A6B39239830C30061CF87 /* GLGeoRealtime.framework */,
32A0A19623A0E5F500CFD2FB /* GLGeoRealtime.framework */,
32E7FCDF1BCBEE120024FB94 /* SystemConfiguration.framework */,
32E7FCDD1BCBEDEC0024FB94 /* MobileCoreServices.framework */,
32E7FCD71BCBED860024FB94 /* CoreTelephony.framework */,
Expand Down Expand Up @@ -347,7 +347,7 @@
INFOPLIST_FILE = "Sample/Sample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
PRODUCT_BUNDLE_IDENTIFIER = se.glimr.sdk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -374,7 +374,7 @@
INFOPLIST_FILE = "Sample/Sample-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
PRODUCT_BUNDLE_IDENTIFIER = se.glimr.sdk;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 835515f

Please sign in to comment.