From b9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Mon, 13 Jun 2016 14:47:13 -0700 Subject: [macos] Renamed OS X SDK to macOS SDK Also renamed as many references to OS X as possible to macOS in documentation. --- platform/macos/sdk/Base.lproj/Localizable.strings | 30 +++++++++ .../macos/sdk/Base.lproj/MGLAnnotationCallout.xib | 69 +++++++++++++++++++++ platform/macos/sdk/Info.plist | 24 +++++++ platform/macos/sdk/default_marker.pdf | Bin 0 -> 2601 bytes platform/macos/sdk/mapbox.pdf | Bin 0 -> 3762 bytes 5 files changed, 123 insertions(+) create mode 100644 platform/macos/sdk/Base.lproj/Localizable.strings create mode 100644 platform/macos/sdk/Base.lproj/MGLAnnotationCallout.xib create mode 100644 platform/macos/sdk/Info.plist create mode 100644 platform/macos/sdk/default_marker.pdf create mode 100644 platform/macos/sdk/mapbox.pdf (limited to 'platform/macos/sdk') diff --git a/platform/macos/sdk/Base.lproj/Localizable.strings b/platform/macos/sdk/Base.lproj/Localizable.strings new file mode 100644 index 0000000000..818c82b2ec --- /dev/null +++ b/platform/macos/sdk/Base.lproj/Localizable.strings @@ -0,0 +1,30 @@ +/* Linked part of copyright notice */ +"COPYRIGHT_MAPBOX" = "Mapbox"; + +/* Copyright notice link */ +"COPYRIGHT_MAPBOX_LINK" = "https://www.mapbox.com/about/maps/"; + +/* Linked part of copyright notice */ +"COPYRIGHT_OSM" = "OpenStreetMap"; + +/* Copyright notice link */ +"COPYRIGHT_OSM_LINK" = "http://www.openstreetmap.org/about/"; + +/* Copyright notice prefix */ +"COPYRIGHT_PREFIX" = "© "; + +/* Accessibility title */ +"MAP_A11Y_TITLE" = "Mapbox"; + +/* Label of Zoom In button */ +"ZOOM_IN_LABEL" = "+"; + +/* Tooltip of Zoom In button */ +"ZOOM_IN_TOOLTIP" = "Zoom In"; + +/* Label of Zoom Out button; U+2212 MINUS SIGN */ +"ZOOM_OUT_LABEL" = "−"; + +/* Tooltip of Zoom Out button */ +"ZOOM_OUT_TOOLTIP" = "Zoom Out"; + diff --git a/platform/macos/sdk/Base.lproj/MGLAnnotationCallout.xib b/platform/macos/sdk/Base.lproj/MGLAnnotationCallout.xib new file mode 100644 index 0000000000..c8e29bc29e --- /dev/null +++ b/platform/macos/sdk/Base.lproj/MGLAnnotationCallout.xib @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform/macos/sdk/Info.plist b/platform/macos/sdk/Info.plist new file mode 100644 index 0000000000..3b2b38a58a --- /dev/null +++ b/platform/macos/sdk/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleShortVersionString + 1.0 + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleSignature + ???? + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + + diff --git a/platform/macos/sdk/default_marker.pdf b/platform/macos/sdk/default_marker.pdf new file mode 100644 index 0000000000..4e2e332301 Binary files /dev/null and b/platform/macos/sdk/default_marker.pdf differ diff --git a/platform/macos/sdk/mapbox.pdf b/platform/macos/sdk/mapbox.pdf new file mode 100644 index 0000000000..c08a0e3135 Binary files /dev/null and b/platform/macos/sdk/mapbox.pdf differ -- cgit v1.2.1