Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Mapbox Events - v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alf Watt authored and friedbunny committed Jul 18, 2019
1 parent fb1b03c commit 98644e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/vendor/mapbox-events-ios
Submodule mapbox-events-ios updated 66 files
+1 −0 .gitignore
+1 −1 LICENSE.md
+0 −11 MMETestHost/AppDelegate.h
+0 −42 MMETestHost/AppDelegate.m
+1 −1 MMETestHost/Base.lproj/Main.storyboard
+0 −15 MMETestHost/ViewController.h
+0 −23 MMETestHost/ViewController.m
+0 −8 MMETestHost/main.m
+32 −0 Makefile
+1 −1 MapboxMobileEvents.podspec
+71 −40 MapboxMobileEvents.xcodeproj/project.pbxproj
+91 −0 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/MMETestHost.xcscheme
+1 −1 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/MapboxMobileEvents (All Targets).xcscheme
+132 −0 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/MapboxMobileEvents.xcscheme
+80 −0 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/MapboxMobileEventsStatic.xcscheme
+1 −1 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/MapboxMobileMetrics.xcscheme
+80 −0 MapboxMobileEvents.xcodeproj/xcshareddata/xcschemes/resources.xcscheme
+0 −0 MapboxMobileEvents/Categories/CLLocation+MMEMobileEvents.h
+0 −0 MapboxMobileEvents/Categories/CLLocation+MMEMobileEvents.m
+0 −0 MapboxMobileEvents/Categories/CLLocationManager+MMEMobileEvents.h
+0 −0 MapboxMobileEvents/Categories/CLLocationManager+MMEMobileEvents.m
+0 −0 MapboxMobileEvents/Categories/MMECategoryLoader.h
+6 −0 MapboxMobileEvents/Categories/MMECategoryLoader.m
+0 −0 MapboxMobileEvents/Categories/NSData+MMEGZIP.h
+0 −0 MapboxMobileEvents/Categories/NSData+MMEGZIP.m
+30 −0 MapboxMobileEvents/Categories/UIKit+MMEMobileEvents.h
+84 −0 MapboxMobileEvents/Categories/UIKit+MMEMobileEvents.m
+1 −1 MapboxMobileEvents/Info.plist
+4 −2 MapboxMobileEvents/MMEAPIClient.h
+7 −1 MapboxMobileEvents/MMEAPIClient.m
+5 −1 MapboxMobileEvents/MMECommonEventData.h
+26 −8 MapboxMobileEvents/MMECommonEventData.m
+67 −19 MapboxMobileEvents/MMEConstants.h
+42 −16 MapboxMobileEvents/MMEConstants.m
+3 −0 MapboxMobileEvents/MMEDate.h
+25 −3 MapboxMobileEvents/MMEDate.m
+156 −26 MapboxMobileEvents/MMEEvent.h
+318 −238 MapboxMobileEvents/MMEEvent.m
+1 −1 MapboxMobileEvents/MMEEventLogReportViewController.m
+2 −2 MapboxMobileEvents/MMEEventsConfiguration.m
+101 −6 MapboxMobileEvents/MMEEventsManager.h
+333 −230 MapboxMobileEvents/MMEEventsManager.m
+3 −10 MapboxMobileEvents/MMEMetricsManager.m
+3 −0 MapboxMobileEvents/MMENSURLSessionWrapper.h
+25 −2 MapboxMobileEvents/MMENSURLSessionWrapper.m
+139 −54 MapboxMobileEvents/MMENamespacedDependencies.h
+28 −2 MapboxMobileEvents/MMETypes.h
+0 −5 MapboxMobileEvents/MMETypes.m
+2 −2 MapboxMobileEvents/MapboxMobileEvents.h
+2 −1 MapboxMobileEvents/Reachability/MMEReachability.h
+74 −129 MapboxMobileEvents/Reachability/MMEReachability.m
+3 −3 MapboxMobileEventsTests/MMEAPIClientCertPinTests.mm
+20 −1 MapboxMobileEventsTests/MMEAPIClientTests.mm
+46 −0 MapboxMobileEventsTests/MMECrashTests.mm
+22 −0 MapboxMobileEventsTests/MMEDateFakes.h
+101 −0 MapboxMobileEventsTests/MMEDateFakes.m
+31 −30 MapboxMobileEventsTests/MMEDateTests.mm
+138 −38 MapboxMobileEventsTests/MMEEventTests.mm
+69 −21 MapboxMobileEventsTests/MMEEventsManagerTests.mm
+9 −0 MapboxMobileEventsTests/MMEExceptionalDictionary.h
+36 −0 MapboxMobileEventsTests/MMEExceptionalDictionary.m
+1 −1 MapboxMobileEventsTests/MMEMetricsManager.mm
+1 −1 Scanfile
+69 −28 readme.md
+1 −1 resources/Info.plist
+50 −8 scripts/package.sh

0 comments on commit 98644e3

Please sign in to comment.