xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge ff3aeb5073 Merge remote-tracking branch 'origin/main' into bump-main-in-xcode14-2022-08-30 2022-08-30 11:14:47 +02: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 [CI] Move tests outside of the build machine. (#14105) 2022-03-10 23:36:37 -05:00
Application.mtouch.cs [mtouch] Ignore linker warning due to a bug in the AOT compiler we already know about. (#14627) 2022-04-04 19:17:11 +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 [tools] Unify Application.link_flags and Application.gcc_flags from mtouch and mmp into Application.CustomLinkFlags. (#13509) 2021-12-09 17:16:45 +01:00
Errors.designer.cs [Runtime] Provide better diagnostics if we fail to invoke a method in CoreCLR. (#15043) 2022-05-18 11:09:10 +02:00
Errors.resx [Runtime] Provide better diagnostics if we fail to invoke a method in CoreCLR. (#15043) 2022-05-18 11:09:10 +02:00
Makefile Merge remote-tracking branch 'origin/main' into bump-main-in-xcode14-2022-08-30 2022-08-30 11:14:47 +02: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 [tools] Make sure to finish the P/Invoke generator output before running the static registrar. Fixes #15190. (#15214) 2022-06-09 07:38:45 +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 [tools] Unify Application.link_flags and Application.gcc_flags from mtouch and mmp into Application.CustomLinkFlags. (#13509) 2021-12-09 17:16:45 +01:00
mtouch.csproj Add a [NativeName] attribute we can use to declare the native name for a type (enum/struct). (#14918) 2022-05-09 22:16:17 +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.