xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge 43d894da15
[msbuild/tools] Augment the CreateBindingResourcePackage to support creating a zipped binding resource package. (#12868)
Augment the CreateBindingResourcePackage to support creating a zipped binding
resource package (which is just a zipped version of the binding resource
package). This can either be manually chosen by the new 'Compressed' property,
or automatically detected (create a zipped version when there's a symlink in
the binding resource package).

The default is to not create a zipped version in legacy Xamarin, and
automatically detect for .NET.

The problem this is trying to solve is when creating a NuGet package - NuGet
doesn't handle symlinks correctly and it's not possible to create a NuGet with
symlinks. Instead we need to create a zipfile with all the binding resources.
The default has been chosen so that we automatically create a zip file when
it's required for .NET, while still maintaining old behavior with legacy
Xamarin.
2021-10-01 08:40:01 +02:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task (#12836) 2021-09-27 08:10:31 -04:00
.gitignore [mtouch/mmp] Use a single SdkVersions.cs in tools/common. (#8318) 2020-04-08 16:19:34 +02:00
Application.mtouch.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Assembly.mtouch.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
AssemblyResolver.cs [mtouch/mmp] Pass the path to mscorlib explicitly to the partial static registrar code instead of relying on resolving it successfully. (#8525) 2020-05-07 08:37:17 +02:00
BitcodeConverter.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
BuildTasks.mtouch.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Errors.designer.cs [msbuild/tools] Augment the CreateBindingResourcePackage to support creating a zipped binding resource package. (#12868) 2021-10-01 08:40:01 +02:00
Errors.resx [msbuild/tools] Augment the CreateBindingResourcePackage to support creating a zipped binding resource package. (#12868) 2021-10-01 08:40:01 +02:00
Makefile [OSLog] Add support for xcode13 beta4. (#12392) 2021-08-10 23:12:16 -04:00
README.md Updating Localization READMEs (#11738) 2021-06-01 09:51:38 -05:00
Stripper.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Target.mtouch.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Tuning.mtouch.cs [linker] Split CoreTypeMapStep into two parts (#11474) 2021-05-07 08:20:23 -04:00
monotouch-fixes.c [Runtime] Enable the -Wsign-conversion warnings flag and fix some of the warnings. (#7405) 2019-11-12 15:10:16 -05:00
mtouch Use relative paths in scripts. (#7545) 2019-12-10 12:47:30 +01:00
mtouch.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
mtouch.csproj [tools] Move parts of the binary file comparison to a helper file to make it usable in more places 2021-06-18 10:24:28 +02:00
packages.config [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
simlauncher.mm [mtouch] Fix typo in simlauncher.mm. (#8455) 2020-04-27 08:34:24 +02:00

README.md

Mtouch Localization

Messages for new mtouch error codes live in Errors.resx.

  • You can now make changes to Errors.resx in the Visual Studio for Mac IDE or from any text editor.

  • If you make changes in the IDE, you should see changes automatically copy into Errors.Designer.cs. Be sure to rebuild the project after making your changes.

  • If you make changes from a text editor, be sure to run make inside the xamarin-macios/tools/mtouch directory.

See Localization Wiki for more details on our localization process

or the OneLocBuild Wiki for information on OneLocBuild.