summaryrefslogtreecommitdiff
path: root/platform/ios/docs
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Remove last remnants of appledoc & docsets (#7418)Jason Wray2016-12-142-41/+0
| | | These scripts are broken and no longer useful in a post-jazzy world.
* [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-11-011-0/+21
| | | Also support base URL nullability in order to use default value.
* [ios] Update INSTALL doc for -ObjC; use local podspec pathJason Wray2016-08-301-0/+2
| | | | | | | - Adds -ObjC flag for static lib. - Fixes link to iOS SDK site. - Pushes CocoaPods down the list. - Changes CocoaPods to use local path, not HTTP. - Emphasizes that INSTALL.MD is only for custom builds.
* [ios, macos] Make Xcode 7.3 the minimum required versionJason Wray2016-08-181-0/+2
| | | | | | | | | - Removes nullability shims for Xcode 6. - Removes MGLTypes.h from files where it was only being used for nullability support. - Accepts that `NS_SWIFT_NAME` is not fully supported by Xcode 7.2 and lower. - Adds documentation about Xcode 7.3 requirement.
* Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-071-1/+1
|\
| * [ios] Update and bundle docs screenshotJason Wray2016-07-011-1/+1
| | | | | | | | | | - Don't use an absolute URL for the screenshot image, include the file instead. - Add Sketch document for screenshot.
* | [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-042-2/+2
|/ | | | Specification” (#5553)
* [ios, osx] Copyedited installation documentationMinh Nguyễn2016-04-211-23/+33
| | | | Copyedited installation documentation to make sense to less experienced Xcode users, ensure consistency, remove redundant language, and reflect recent build changes.
* [ios] Update changelog URLs in the bundled readmesJason Wray2016-04-212-2/+2
| | | | [skip ci]
* [ios] Removed alternative to -ObjCMinh Nguyễn2016-04-161-2/+0
| | | | | | Xcode’s static library template comes with the -ObjC linker flag by default. Instead of removing that flag, this change removes the various imperfect workarounds we’ve been using to ensure that private SDK categories link. Given the size decrease in this static library since #2966 was fixed, we should have room to spare for the more straightforward approach. Moreover, an application that uses MGLMapView in a storyboard no longer needs to add -ObjC to the application target, which bloated the entire application, including other frameworks that had no need for -ObjC. -ObjC isn’t even needed for dynamic frameworks, and the OS X SDK is only built as a dynamic framework.
* [ios] Make more adjustments to the pod readme for the static framework caseJesse Bounds2016-03-291-4/+2
|
* [ios] Update the pod-README and changelog regarding static lib changesJesse Bounds2016-03-291-1/+11
|
* Merge branch 'release-ios-v3.1.0'Minh Nguyễn2016-02-242-5/+5
|
* [ios] Clarified manual installation instructionsMinh Nguyễn2016-02-181-2/+2
| | | | | People are used to dragging frameworks into the Linked Frameworks and Libraries section, but the SDK only works when embedded inside the application. Fixes #4011.
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-124-0/+129