File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
LMGeocoderDemo/LMGeocoder.xcodeproj
project.xcworkspace/xcuserdata/lminh.xcuserdatad Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ - (void)cancelGeocode
211211
212212- (void )buildConnectionFromURLString : (NSString *)urlString
213213{
214- NSURL *requestURL = [NSURL URLWithString: [urlString stringByAddingPercentEscapesUsingEncoding: NSUTF8StringEncoding ]];
214+ NSURL *requestURL = [NSURL URLWithString: [urlString stringByAddingPercentEncodingWithAllowedCharacters: [ NSCharacterSet URLQueryAllowedCharacterSet ] ]];
215215
216216 NSMutableURLRequest *request = [[NSMutableURLRequest alloc ] initWithURL: requestURL];
217217 [request setTimeoutInterval: kTimeoutInterval ];
Original file line number Diff line number Diff line change 318318 PRODUCT_BUNDLE_IDENTIFIER = com.lminhtm.LMGeocoder;
319319 PRODUCT_NAME = "$(TARGET_NAME)";
320320 PROVISIONING_PROFILE = "";
321- TARGETED_DEVICE_FAMILY = "1,2" ;
321+ TARGETED_DEVICE_FAMILY = 1 ;
322322 WRAPPER_EXTENSION = app;
323323 };
324324 name = Debug;
336336 PRODUCT_BUNDLE_IDENTIFIER = com.lminhtm.LMGeocoder;
337337 PRODUCT_NAME = "$(TARGET_NAME)";
338338 PROVISIONING_PROFILE = "";
339- TARGETED_DEVICE_FAMILY = "1,2" ;
339+ TARGETED_DEVICE_FAMILY = 1 ;
340340 WRAPPER_EXTENSION = app;
341341 };
342342 name = Release;
You can’t perform that action at this time.
0 commit comments