xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge 1296e35205
[registrar] Deduplicate the code to compute the initialization method name for the generated static registrar code. (#16649)
This is a step towards having a registration map (and initialization method) for each assembly.

Ref: https://github.com/xamarin/xamarin-macios/issues/11309

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2022-11-10 08:56:37 +01:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task: Build definition ID 14411: Build ID 6217070 (#15150) 2022-05-31 11:42:02 -05:00
.gitignore [mtouch] Generate own constants file. (#16321) 2022-10-14 09:24:04 +02:00
Application.mtouch.cs [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
Assembly.mtouch.cs [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
AssemblyResolver.cs [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
BitcodeConverter.cs [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
BuildTasks.mtouch.cs [registrar] Deduplicate the code to compute the initialization method name for the generated static registrar code. (#16649) 2022-11-10 08:56:37 +01:00
Constants.cs.in [mtouch] Generate own constants file. (#16321) 2022-10-14 09:24:04 +02:00
Errors.designer.cs [main] [mtouch] Automatically disable bitcode if using Xcode 14+. Fixes #15210. (#16054) 2022-09-22 07:32:33 +02:00
Errors.resx [main] [mtouch] Automatically disable bitcode if using Xcode 14+. Fixes #15210. (#16054) 2022-09-22 07:32:33 +02:00
Makefile Merge remote-tracking branch 'origin/xcode14.1' into net7.0-xcode14.1 2022-10-20 19:30:22 +02:00
README.md [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
Stripper.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Target.mtouch.cs [registrar] Deduplicate the code to compute the initialization method name for the generated static registrar code. (#16649) 2022-11-10 08:56:37 +01:00
Tuning.mtouch.cs [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02: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 [autoformat] Add mtouch.csproj. (#16316) 2022-10-13 10:42:41 +02:00
mtouch.csproj [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +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.