Skip to content

Instantly share code, notes, and snippets.

View dachinat's full-sized avatar
💭
I may be slow to respond.

Dachi Natsvlishvili dachinat

💭
I may be slow to respond.
View GitHub Profile
@meylor
meylor / react-native-maps-remove-google-support.patch
Created April 5, 2018 01:13
react-native-maps-remove-google-support.patch from v0.21.0
diff --git a/./lib/ios/AirMaps.xcodeproj/project.pbxproj b/tmp/project.pbxproj
index 4bb684b..1db1202 100644
--- a/./lib/ios/AirMaps.xcodeproj/project.pbxproj
+++ b/tmp/project.pbxproj
@@ -29,25 +29,7 @@
628F81201FD16DF80058313A /* AIRMapLocalTile.m in Sources */ = {isa = PBXBuildFile; fileRef = 628F811F1FD16DF80058313A /* AIRMapLocalTile.m */; };
628F81231FD16EFA0058313A /* AIRMapLocalTileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 628F81221FD16EFA0058313A /* AIRMapLocalTileManager.m */; };
62AEC4D41FD5A0AA003225E0 /* AIRMapLocalTileOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 62AEC4D31FD5A0AA003225E0 /* AIRMapLocalTileOverlay.m */; };
- 9B9498CA2017EFB800158761 /* AIRGoogleMapUrlTile.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9498A62017EFB400158761 /* AIRGoogleMapUrlTile.m */; };
- 9B9498CB2017EFB800158761 /* AIRGoogleMapURLTileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B9498A72017EFB400158761 /* AIRGoogleMapURLTileManager.m */; };