We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82f0df commit cd21b19Copy full SHA for cd21b19
GMap/GMMapView.m
@@ -106,6 +106,8 @@ - (id)initWithFrame:(NSRect)frame
106
if (!self.tileURLFormat)
107
self.tileURLFormat = [[NSBundle bundleForClass:GMMapView.class] objectForInfoDictionaryKey:@"GMTileURLFormat"];
108
109
+ NSAssert( self.tileURLFormat != nil , @"Expecting self.tileURLFormat != nil" );
110
+
111
// ################################################################################
112
// Tile disk cache
113
0 commit comments