Skip to content

Commit

Permalink
Add Security framework (#34078)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo committed Mar 25, 2020
1 parent ab3d9ae commit c64210e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mono/netcore/sample/iOS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ set_target_properties(HelloiOS PROPERTIES
target_link_libraries(
HelloiOS
"-framework Foundation"
"-framework Security"
"-framework UIKit"
"-framework GSS"
"-lz"
"-liconv"
"-force_load ../../../../../artifacts/bin/mono/iOS.${MONO_ARCH}.${MONO_CONFIG}/libmono.a"
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.IO.Compression.Native.a"
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Native.a"
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Net.Security.Native.a"
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Security.Cryptography.Native.Apple.a"
${DLLS_AOT}
)

0 comments on commit c64210e

Please sign in to comment.