diff options
author | Jesse Bounds <jesse@rebounds.net> | 2016-11-29 12:55:07 -0800 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-11-30 16:19:22 -0800 |
commit | dbb520662d0145a0219e319a67bbe81326c144e3 (patch) | |
tree | d1fd53eea7ca1f37744365007f1267f4cb984d2e /platform/default | |
parent | e9504912dc4eca1793be200cc46c14d81fbf1ee5 (diff) | |
download | qtlocation-mapboxgl-dbb520662d0145a0219e319a67bbe81326c144e3.tar.gz |
[ios, android] Move der files to ios platform
.der files are used only by the iOS platform for SSL pinning. This
moves them out of the `platform/default/resources` directory and into
`platform/ios/resources`. The make configuration for Android is
updated so that it stops attempting to copy the files at all.
Diffstat (limited to 'platform/default')
-rw-r--r-- | platform/default/resources/api_mapbox_com-digicert.der | bin | 1913 -> 0 bytes |
-rw-r--r-- | platform/default/resources/api_mapbox_com-geotrust.der | bin | 1757 -> 0 bytes |
-rw-r--r-- | platform/default/resources/api_mapbox_staging.der | bin | 1334 -> 0 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/platform/default/resources/api_mapbox_com-digicert.der b/platform/default/resources/api_mapbox_com-digicert.der Binary files differdeleted file mode 100644 index e8ef427f33..0000000000 --- a/platform/default/resources/api_mapbox_com-digicert.der +++ /dev/null diff --git a/platform/default/resources/api_mapbox_com-geotrust.der b/platform/default/resources/api_mapbox_com-geotrust.der Binary files differdeleted file mode 100644 index 1c7331dedc..0000000000 --- a/platform/default/resources/api_mapbox_com-geotrust.der +++ /dev/null diff --git a/platform/default/resources/api_mapbox_staging.der b/platform/default/resources/api_mapbox_staging.der Binary files differdeleted file mode 100644 index 45f7df7c49..0000000000 --- a/platform/default/resources/api_mapbox_staging.der +++ /dev/null |