summaryrefslogtreecommitdiff
path: root/ios/app/app-info.plist
Commit message (Collapse)AuthorAgeFilesLines
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-131-3/+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.
* Fix up of some naming issues, etc.Adam Hunter2015-09-291-2/+0
|
* Added GL logging utilityAdam Hunter2015-09-291-0/+2
|
* [iOS] Give iosapp the option to use `always` location permissionsJason Wray2015-09-221-0/+2
| | | | | Useful in testing metrics and background location. Default is still `whenInUse`, user must switch in `Settings.app`.
* Update NSLocationWhenInUseUsageDescription stringJason Wray2015-09-041-1/+1
| | | | Fixes #1930
* Exempt Metrics staging server from PFS requirementMinh Nguyễn2015-07-271-2/+13
| | | | | This server should not used in actual production code anyways. Fixes #1937.
* #1396 - Refactoring Metrics Test Server URL configuration to be drive via ↵Brad Leege2015-05-181-0/+2
| | | | Info.plist
* #1345 - Adding app build number to user agent. Updating gl test app build ↵Brad Leege2015-04-271-1/+1
| | | | number to be different from build version.
* bump iOS app versionJustin R. Miller2015-03-191-2/+2
|
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-0/+51