Skip to content

Commit c47d301

Browse files
author
ForkWithMe
authored
[API iOS] Updated readme
Removed support section cause we don not provide support for API questions, updated links and copyright section.
1 parent 49712f6 commit c47d301

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,6 @@ Alternatively, you can do nothing and use built-in dialog which will offer users
136136

137137
+ (void)setOpenUrlOnBalloonClick:(BOOL)value;
138138

139-
### Support
140-
141-
Have a bug or feature request? [Please open a new issue][linkIssues].
142-
143-
If you have any questions, suggestions or feedbacks, please drop us a line to [[email protected]][linkSupport].
144-
145139
### Under the hood
146140

147141
If you prefer to use API on your own, here are some details about the implementation.
@@ -167,7 +161,7 @@ When user selects a pin, your app is called like this:
167161
------------------------------------------------------------------------------------------
168162
### API Code is licensed under the BSD 2-Clause License
169163

170-
Copyright (c) 2015, My.com
164+
Copyright (c) 2019, MY.COM B.V.
171165
All rights reserved.
172166

173167
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
@@ -177,12 +171,11 @@ Redistribution and use in source and binary forms, with or without modification,
177171

178172
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
179173

180-
[linkMwm]: http://maps.me/ "MAPS.ME (MapsWithMe) - offline Maps of the World"
174+
[linkMwm]: https://maps.me/ "MAPS.ME - offline maps of the world"
181175
[linkRepo]: https://github.com/mapsme/api-ios "GitHub Repository"
182176
[linkAddUrlScheme]: https://raw.github.com/mapswithme/api-ios/site-resources/add_custom_url_scheme.png "How to add url scheme in XCode"
183177
[linkDownloadMWMDialog]: https://raw.github.com/mapswithme/api-ios/site-resources/download_mwm_dialog.png "Donwload MAPS.ME Dialog"
184178
[linkIssues]: https://github.com/mapsme/api-ios/issues "Post a bug or feature request"
185-
[linkSupport]: mailto:[email protected] "MAPS.ME Support Contact"
186179
[linkAppleCustomUrlSchemes]: https://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP40007072-CH7-SW50 "Custom URL Scheme Apple documentation"
187180
[linkAppleDelegate]: https://developer.apple.com/library/ios/documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UIApplicationDelegate/application:openURL:sourceApplication:annotation: "AppDelegate Handle custom URL Schemes"
188181
[linkFixARC]: http://stackoverflow.com/a/6658549/1209392 "How to compile non-ARC code in ARC projects"

0 commit comments

Comments
 (0)