xamarin-macios/tests/test-libraries
Andoni Morales Alastruey 97ab14801f
[dotnet] Add support for .so files (#16887)
Autotools-based project using libtool's -module flag generate plugins
with the .so extension that needs to be treated like DynamicLibraries in
terms of deployment location and relocation, except they are not linked
to the app.

This PR adds support for such .so files: they're treated as .dylib files, except
that they're not linked to the app.
2023-02-03 09:16:40 +01:00
..
custom-type-assembly [tests] Ignore tests that require platforms not included in the current build. (#16000) 2022-09-22 07:33:42 +02:00
frameworks Add automatic support for not building iOS 32-bit stuff when min iOS version is >= 11.0 (#16746) 2022-11-18 07:59:46 +01:00
libraries [dotnet] Add support for .so files (#16887) 2023-02-03 09:16:40 +01:00
nugets [dotnet] Add support for .so files (#16887) 2023-02-03 09:16:40 +01:00
.gitignore [monotouch-test] Move generated files out of the "all test files" wildcard. (#2958) 2017-11-06 17:16:32 +01:00
Makefile Add automatic support for not building iOS 32-bit stuff when min iOS version is >= 11.0 (#16746) 2022-11-18 07:59:46 +01:00
XTest-Info-iphoneos.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-iphonesimulator.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-maccatalyst.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-macos.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-tvos.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-tvsimulator.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-watchos.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
XTest-Info-watchsimulator.plist [msbuild/dotnet] Don't use the built-in publishing logic in .NET to copy frameworks to the app bundle. Fixes #12369. (#12656) 2021-09-09 09:11:25 +02:00
libframework.h [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libframework.m [tests] Add test-libraries. 2016-04-26 08:00:35 -04:00
libtest-fat.macos.dylib Drop the Xcode 9.4 dependency. (#7044) 2019-09-24 13:40:18 +02:00
libtest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
libtest.h [SceneKit] Fix SCNMatrix4 in .NET. Fixes #15094. (#15160) 2022-06-17 20:17:05 +02:00
libtest.m [SceneKit] Fix SCNMatrix4 in .NET. Fixes #15094. (#15160) 2022-06-17 20:17:05 +02:00
libtest2.h [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
libtest2.m [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
lipo-remove-sim-arm64.sh [tests] Build test libraries for [ios|tvos]simulator-arm64 2021-11-30 18:20:43 +01:00
rename.h [SceneKit] Fix SCNMatrix4 in .NET. Fixes #15094. (#15160) 2022-06-17 20:17:05 +02:00
testgenerator.cs [runtime/generator] Add support for BindAs with CMVideoDimensions. (#17308) 2023-01-25 15:34:28 +01:00
testgenerator.csproj Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +02:00