Skip to content

Commit c64210e

Browse files
authored
Add Security framework (#34078)
1 parent ab3d9ae commit c64210e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mono/netcore/sample/iOS/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,15 @@ set_target_properties(HelloiOS PROPERTIES
3737
target_link_libraries(
3838
HelloiOS
3939
"-framework Foundation"
40+
"-framework Security"
4041
"-framework UIKit"
4142
"-framework GSS"
4243
"-lz"
4344
"-liconv"
4445
"-force_load ../../../../../artifacts/bin/mono/iOS.${MONO_ARCH}.${MONO_CONFIG}/libmono.a"
4546
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.IO.Compression.Native.a"
4647
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Native.a"
48+
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Net.Security.Native.a"
4749
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG}-${MONO_ARCH}/libSystem.Security.Cryptography.Native.Apple.a"
4850
${DLLS_AOT}
4951
)

0 commit comments

Comments
 (0)