Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authoro.bolovintseva <olesya.bolovintseva@mapswithme.com>2018-10-15 20:27:29 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-10-17 19:15:49 +0300
commit1abd5e106aae9ed85e9b10f7dd09b91e17a1ae66 (patch)
treef5d4bad2b11bf69fc3355246f151fb81ed0afc5f /cmake
parent7845fc6c9d517574176be795b2d0c7c5b943047b (diff)
[ios] tls certificate code improvements
Diffstat (limited to 'cmake')
-rw-r--r--cmake/OmimHelpers.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/OmimHelpers.cmake b/cmake/OmimHelpers.cmake
index 0dbdb0c139..2a9c526901 100644
--- a/cmake/OmimHelpers.cmake
+++ b/cmake/OmimHelpers.cmake
@@ -93,6 +93,7 @@ function(omim_link_platform_deps target)
"-framework Foundation"
"-framework IOKit"
"-framework SystemConfiguration"
+ "-framework Security"
)
endif()
endif()