summaryrefslogtreecommitdiff
path: root/platform/macos/core-files.json
diff options
context:
space:
mode:
authorm-stephen <truestyle2005@163.com>2019-12-14 13:38:46 +0800
committerGitHub <noreply@github.com>2019-12-14 13:38:46 +0800
commitf9b72842761b8f66fc8e5429e936b840cf807dd7 (patch)
tree21bac914d27529d29306c511dcb3a41dec5c3897 /platform/macos/core-files.json
parent5538b6f41d9e5a8f7ab1b5b1c16d58fca2e8e181 (diff)
downloadqtlocation-mapboxgl-f9b72842761b8f66fc8e5429e936b840cf807dd7.tar.gz
[ios, macos]Remove iOS/macOS codes from native codes (#16031)
* add source/header * add ios files * add configs * modify name * http_file_source * add interface delegate when map init * fix name * fix delegate name * support mac os * add mac os support * make optional delegate when mac os * mac/ios difference * add ios change log * cancel iOS/mac OS judgement * cancel iOS/mac OS judgement * cancel judgement in .m * update * update * update http_file_source * update ios * update mac os * add mac os file * add mac os file to `.cmake` * change names * add log & fix format * reset changelog commit * update changelog * rename iOS network manager * Add a test configuration(same as default configuration) when mac os run tests * re-add account type into `http_file_source` * refactor
Diffstat (limited to 'platform/macos/core-files.json')
-rw-r--r--platform/macos/core-files.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/macos/core-files.json b/platform/macos/core-files.json
index 5fde52876a..9472721e8b 100644
--- a/platform/macos/core-files.json
+++ b/platform/macos/core-files.json
@@ -19,10 +19,12 @@
"platform/default/src/mbgl/util/monotonic_timer.cpp",
"platform/default/src/mbgl/util/png_writer.cpp",
"platform/default/src/mbgl/util/thread_local.cpp",
- "platform/default/src/mbgl/util/utf.cpp"
+ "platform/default/src/mbgl/util/utf.cpp",
+ "platform/darwin/src/native_apple_interface.m"
],
"public_headers": {
"mbgl/storage/reachability.h": "platform/darwin/include/mbgl/storage/reachability.h",
+ "mbgl/interface/native_apple_interface.h": "platform/darwin/include/mbgl/interface/native_apple_interface.h",
"mbgl/util/image+MGLAdditions.hpp": "platform/darwin/include/mbgl/util/image+MGLAdditions.hpp",
"mbgl/gfx/headless_backend.hpp": "platform/default/include/mbgl/gfx/headless_backend.hpp",
"mbgl/gfx/headless_frontend.hpp": "platform/default/include/mbgl/gfx/headless_frontend.hpp",