summaryrefslogtreecommitdiff
path: root/scripts/ios
Commit message (Collapse)AuthorAgeFilesLines
* Move platform scripts into platformsJohn Firebaugh2015-12-1617-607/+0
|
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-141-1/+1
|
* [ios] Strip OS X–specific APIs from iOS documentationMinh Nguyễn2015-12-131-0/+4
| | | | appledoc can’t understand conditional compilation. This is the best we can do until we move to Jazzy.
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-131-0/+3
| | | | | | | | | | | | | | platform-osx now vends a real NSView subclass, MGLMapView, that is readily embedded inside a Cocoa application for OS X. MGLMapView is backed by an NSOpenGLLayer for optimal performance and integration with other layer-backed views. It supports keyboard shortcuts and several gestures and hosts attribution, zooming, and rotation controls as subviews. osxapp is now a bona fide Cocoa application that embeds MGLMapView inside a XIB. osxapp has preferences and a share button for tight integration with custom styles. Enabling asynchronous rendering would be more consistent with iOS but increases CPU usage so much, even when idle, that it isn’t worth any performance gain. The bigger issue is that VAOs aren’t being used. make xpackage creates a static library similar to the one created by make ipackage. make clean cleans additional places where build output ends up. The OS X minimum deployment target has been increased from 10.9 to 10.10. osxapp’s window has a full size content view, which requires 10.10. Lightweight generics require iOS 9+ and OS X 10.11 regardless, because it was only in that release that Foundation collection classes started adopting lightweight generics. Shuffled files around and refactored annotations so that iOS and OS X share a good chunk of the annotations code, which now takes advantage of polymorphism. MGLMapView can now display annotations but cannot yet select them. In osxapp, a long press drops a pin, and so does the map view’s context menu. Annotations have NSPopovers as callouts, and their view controllers can be customized. Annotation image alignment rects are respected for hit testing purposes and for positioning the callout anchor. Callouts in osxapp demonstrate the use of bindings to keep callouts in sync with underlying model objects.
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-111-1/+1
|
* [core] upgrade to GeoJSON VT 3.0.0Konstantin Käfer2015-12-101-1/+1
|
* fixes #3181: move from vendored lib to frameworkJustin R. Miller2015-12-072-3/+4
| | | | | | - Add license file to framework build step to satisfy CocoaPods linting. - Log version when rolling framework (refs #3046). - fixes #1426: get rid of dummy file since we make our own framework.
* Merge branch 'release-ios-v3.0.0'Justin R. Miller2015-11-301-1/+1
|\
| * show current version changelog section in docs & link externally to fullJustin R. Miller2015-11-231-1/+1
| | | | | | | | | | | | This is going to fail and output nothing for -pre and -rc tags for now until #3046 is addressed. We can't yet grab those but still have final releases sort after them.
| * refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-181-0/+3
| |
| * static framework target for iOSJustin R. Miller2015-11-161-0/+32
| |
* | reduce framework binary size with more strippingJustin R. Miller2015-11-231-0/+1
| |
* | refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-181-0/+3
| |
* | static framework target for iOSJustin R. Miller2015-11-161-0/+32
|/
* Publish Bitcode-less build for Xcode 6.4Minh Nguyễn2015-11-112-1/+14
| | | | | | Publish a Release-configuration, symbol-laden, Bitcode-less build in tandem with the other builds. Fixes #2332.
* Updated references to old build docsMinh Nguyễn2015-11-091-1/+1
| | | | Fixes #2871.
* [iOS] Fetch tags on install, not ipackageMinh Nguyễn2015-11-092-1/+2
| | | | | | This change removes a git command that requires a network connection from the ipackage target. It was used to ensure that CI has a tag to version the appledoc documentation with, so the same command has been added to install.sh, where a network connection is otherwise expected. Fixes #2320.
* [core] move mbgl.gyp to gyp directoryMike Morris2015-11-041-5/+5
| | | | | So npm won't clobber binding.gyp, refs https://github.com/npm/npm/issues/10243
* Force Bitcode in make ipackageMinh Nguyễn2015-11-021-0/+2
| | | | `make ipackage` now performs a Bitcode-enabled archive build for devices.
* [core] mason geojsonvt-2.1.6.3Mike Morris2015-11-022-4/+7
| | | | | | | | | | | | | - [osx] set -fvisibility-inlines-hidden in gyp/common.gypi to silence mismatched visibility linker warnings - [linux] set cxx_host in GYP_FLAGS to set -fabi-version=0 on gcc builds to use clang-built mason binaries - [ios] update symbol visibility for iOS tests - [ios] link libgeojsonvt.a in iOS tests xcodeproj - add libgeojsonvt.a to General -> Linked Frameworks and Libraries - add mason_packages (recursive) to Build Settings -> Library Search Path - [ios] add libuv and geojsonvt first in iOS libtool smush to ensure symbols are found by later compilation units where they are undefined
* don't use xcprettyJustin R. Miller2015-11-021-2/+2
|
* [core] Remove bundled styles.Leith Bade2015-10-301-2/+0
| | | | Fixes #2239
* more explicitly name build configs & do Debug for sim/testingJustin R. Miller2015-10-271-0/+3
|
* [android] [ios] [linux] [osx] Update many mason modulesLeith Bade2015-10-241-1/+1
|
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-231-1/+1
| | | | | | As well as default_styles.cpp Fixes #2739 Fixes #2740
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-142-2/+2
| | | | | | UV_ASYNC_PARAMS and UV_TIMER_PARAMS for libuv <= 0.10 compatibility use st_mtim.tv_sec in libuv > 0.10.x
* [build] update appledoc install error URLJason Wray2015-10-081-1/+1
|
* [ios] patch up iOS version-deducing scriptsJustin R. Miller2015-10-011-1/+1
|
* Install RapidJSON from masonJohn Firebaugh2015-10-011-0/+1
|
* mason variant@1.0Mike Morris2015-09-301-0/+1
|
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-162-6/+2
| | | | This reverts commit 4e1ead344bfb1f9ddb207924465fabae3d218d67.
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-152-2/+6
| | | | | | - Allow node bindings to be built if git submodules cannot be checked out - Made geojsonvt a mason package instead of a git submodule - Use globally installed mason if it cannot be checked out via git submodules
* Upgraded to iOS Simulator 9.0, KIF 3.3.0Minh Nguyễn2015-09-151-3/+6
| | | | Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
* fix typo in iOS scriptJustin R. Miller2015-09-071-1/+1
|
* updates for "iOS SDK" series releasesJustin R. Miller2015-08-241-1/+1
|
* Merge branch 'v8'John Firebaugh2015-08-241-1/+1
|\
| * Update stylesJohn Firebaugh2015-08-201-1/+1
| |
* | rename zip productJustin R. Miller2015-08-211-1/+1
| |
* | GL is the library, SDK is the productJustin R. Miller2015-08-211-3/+3
|/
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-043-2/+20
|
* Moved mapbox/mapbox-gl-styles to mb-pages branchMinh Nguyễn2015-07-211-1/+2
| | | | When packaging, filter to just the desired styles.
* Include iOS README in binary podMinh Nguyễn2015-07-131-1/+2
|
* Fetch tags before relying on a list of themMinh Nguyễn2015-07-131-0/+1
|
* test on Xcode 6.4 / iOS 8.4Justin R. Miller2015-07-081-1/+1
|
* Merge branch 'release-v0.4.0'Justin R. Miller2015-06-192-2/+2
|\
| * Screenshot II: The Return of ScreenshotJustin R. Miller2015-06-191-1/+1
| |
| * avoid release candidates in determining versionJustin R. Miller2015-06-191-1/+1
| |
| * remove problematic screenshot URL from HTML docsJustin R. Miller2015-06-181-1/+1
| |
| * fix appledoc version parsingJustin R. Miller2015-06-181-1/+1
| |
| * refs #1483: update Travis script for potential semver suffixesv0.4.0-rc.1Justin R. Miller2015-06-171-1/+1
| |