From fbb39bc2cf31c28c409f9e07f48cbeb83b372317 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 15 Sep 2022 15:41:25 +0200 Subject: [PATCH] [dotnet] Fix markdown syntax in BundleContents.md (#15962) --- dotnet/BundleContents.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/dotnet/BundleContents.md b/dotnet/BundleContents.md index 0dec4db597..9cbcf799cb 100644 --- a/dotnet/BundleContents.md +++ b/dotnet/BundleContents.md @@ -89,17 +89,17 @@ executable assembly are AOT-compiled), and won't be executable on platforms where AOT-compilation is required. The target directory is: - * iOS, tvOS: the root directory of the app bundle - * macOS, Mac Catalyst: the `Contents/MonoBundle/` subdirectory (the - `MonoBundle` name can be customized if desired). +* iOS, tvOS: the root directory of the app bundle +* macOS, Mac Catalyst: the `Contents/MonoBundle/` subdirectory (the + `MonoBundle` name can be customized if desired). ### Resource Items are copied to where resources are located in the app bundle. The target directory is: - * iOS, tvOS: the root directory of the app bundle - * macOS, Mac Catalyst: the `Contents/Resources/` subdirectory. +* iOS, tvOS: the root directory of the app bundle +* macOS, Mac Catalyst: the `Contents/Resources/` subdirectory. ### AppleBindingResourcePackage @@ -145,8 +145,9 @@ Setting the `TargetPath` or `Link` metadata has no effect these items. ### PlugIns The target directory is: - * iOS, tvOS: the `PlugIns/` subdirectory. - * macOS, Mac Catalyst: the `Contents/PlugIns/` subdirectory. + +* iOS, tvOS: the `PlugIns/` subdirectory. +* macOS, Mac Catalyst: the `Contents/PlugIns/` subdirectory. ### CompressedPlugIns @@ -166,8 +167,9 @@ These are dynamic libraries (\*.dylib) files. We will link with these libraries when linking the native executable. The target directory is the same as for `Assembly`: - * iOS, tvOS: the root directory of the app bundle - * macOS, Mac Catalyst: the `Contents/MonoBundle/` subdirectory. + +* iOS, tvOS: the root directory of the app bundle +* macOS, Mac Catalyst: the `Contents/MonoBundle/` subdirectory. *Warning*: The App Store will reject any apps with \*.dylib files (for iOS and tvOS, not for macOS or Mac Catalyst).