|
|
@ -79,7 +79,7 @@ class PreferencesViewController: ParentViewController { |
|
|
|
let dictionary = NSDictionary(contentsOfFile: path), |
|
|
|
let dictionary = NSDictionary(contentsOfFile: path), |
|
|
|
let apiKey = dictionary["GeocodingKey"] as? String |
|
|
|
let apiKey = dictionary["GeocodingKey"] as? String |
|
|
|
else { |
|
|
|
else { |
|
|
|
// assertionFailure("Unable to find the API key") |
|
|
|
assertionFailure("Unable to find the API key") |
|
|
|
return "" |
|
|
|
return "" |
|
|
|
} |
|
|
|
} |
|
|
|
return apiKey |
|
|
|
return apiKey |
|
|
|