xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge a123e460f5
[watchOS] Remove the build logic for watchOS. (#21440)
2024-10-16 12:30:13 +02:00
..
TranslatedAssemblies Localized file check-in by OneLocBuild Task: Build definition ID 17751: Build ID 8543391 (#19221) 2023-10-17 11:08:11 -05:00
.gitignore [devops] Stop building test dependencies on each test run. (#18096) 2023-05-15 18:41:49 +02:00
Application.mtouch.cs [Mtouch] Ignore warning about duplicated libs. 2023-08-04 11:47:29 -04:00
Assembly.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
AssemblyResolver.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
BitcodeConverter.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
BuildTasks.mtouch.cs [mtouch] Don't pass -fembed-bitcode[-marker] to the compiler on later Xcode versions. 2024-07-09 10:22:36 +02:00
Constants.cs.in
Errors.designer.cs Merge remote-tracking branch 'origin/main' into dev/rolf/bump-main-in-xcode16-2024-09-13 2024-09-17 06:57:03 +02:00
Errors.resx Merge remote-tracking branch 'origin/main' into dev/rolf/bump-main-in-xcode16-2024-09-13 2024-09-17 06:57:03 +02:00
Makefile [watchOS] Remove the build logic for watchOS. (#21440) 2024-10-16 12:30:13 +02:00
README.md
Stripper.cs
Target.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Tuning.mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
monotouch-fixes.c
mtouch
mtouch.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
mtouch.csproj [mtouch] Remove packages.config, doesn't seem to be used anymore. (#19742) 2024-01-08 07:43:00 +01:00
simlauncher.mm

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.