summaryrefslogtreecommitdiff
path: root/platform/ios/docs/pod-README.md
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-241-1/+1
|
* [ios] Update docs for iOS 8 deployment targetJason Wray2017-02-211-3/+3
|
* [ios] Adds guides to documentation sidebar (#7488)Eric Wolfe2017-01-031-1/+1
| | | Initial set of guides focused on runtime styling
* [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.
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-041-1/+1
| | | | 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-211-1/+1
| | | | [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-241-4/+4
|
* [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-121-0/+79