xamarin-macios/tests/test-libraries
Rolf Bjarne Kvinge 6dc1f4c69b
[msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546)
Add support for the LinkWithSwiftSystemLibraries metadata to specify whether a native library is a Swift library, in which case we'll automatically set the `LinkWithSwiftSystemLibraries` MSBuild property to `true`.

Also add a test.
2024-05-20 20:17:29 +02:00
..
custom-type-assembly Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
frameworks [runtime] Fix min OS versions in various compiler and linker arguments. (#20275) 2024-03-08 07:26:41 +01:00
libraries [runtime] Fix min OS versions in various compiler and linker arguments. (#20275) 2024-03-08 07:26:41 +01:00
nugets [msbuild] Fix resolving static libraries inside an XCFramework in a NuGet. (#19502) 2023-11-27 08:54:48 +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 [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-iphoneos.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-iphonesimulator.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-maccatalyst.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-macos.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-tvos.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-tvsimulator.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-watchos.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
SwiftTest-Info-watchsimulator.plist [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +02:00
XTest-Info-iphoneos.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
XTest-Info-iphonesimulator.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01: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 [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
XTest-Info-tvos.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
XTest-Info-tvsimulator.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
XTest-Info-watchos.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
XTest-Info-watchsimulator.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
libSwiftTest.swift [msbuild/dotnet] Automatically link with Swift's system libraries if a binding project has the IsSwift=true property. (#20546) 2024-05-20 20:17:29 +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 [generator] Make the block callbacks UnmanagedCallersOnly functions in .NET. (#17741) 2023-03-14 10:08:28 +01:00
libtest.m [dotnet-linker] Add ProcessExportedFields to the list of steps we execute. Fixes #20061. (#20066) 2024-02-20 16:46:47 +01: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 [dotnet-linker] Add ProcessExportedFields to the list of steps we execute. Fixes #20061. (#20066) 2024-02-20 16:46:47 +01:00
testgenerator.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
testgenerator.csproj Use unix-style line endings in project files. (#15303) 2022-06-21 17:22:58 +02:00