File tree 1 file changed +2
-0
lines changed
src/mono/netcore/sample/iOS
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,15 @@ set_target_properties(HelloiOS PROPERTIES
37
37
target_link_libraries (
38
38
HelloiOS
39
39
"-framework Foundation"
40
+ "-framework Security"
40
41
"-framework UIKit"
41
42
"-framework GSS"
42
43
"-lz"
43
44
"-liconv"
44
45
"-force_load ../../../../../artifacts/bin/mono/iOS.${MONO_ARCH} .${MONO_CONFIG} /libmono.a"
45
46
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG} -${MONO_ARCH} /libSystem.IO.Compression.Native.a"
46
47
"-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"
47
49
"-force_load ../../../../../artifacts/bin/native/netcoreapp5.0-iOS-${MONO_CONFIG} -${MONO_ARCH} /libSystem.Security.Cryptography.Native.Apple.a"
48
50
${DLLS_AOT}
49
51
)
You can’t perform that action at this time.
0 commit comments