Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Stop using the term 'Xamarin'. #20451

Merged
merged 4 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
<data name="W0020" xml:space="preserve">
<value>Supported iPhone orientations are not matched pairs
</value>
<comment>The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html</comment>
</data>

<data name="W0021" xml:space="preserve">
Expand All @@ -117,7 +116,6 @@
<data name="W0022" xml:space="preserve">
<value>Supported iPad orientations are not matched pairs
</value>
<comment>The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html</comment>
</data>

<data name="E0023" xml:space="preserve">
Expand Down Expand Up @@ -213,7 +211,7 @@
</data>

<data name="E0053" xml:space="preserve">
<value>Target architecture ARMv6 is no longer supported in Xamarin.iOS. Please select a supported architecture.
<value>Target architecture ARMv6 is no longer supported. Please select a supported architecture.
</value>
</data>

Expand Down Expand Up @@ -881,15 +879,15 @@
</data>

<data name="E0183" xml:space="preserve">
<value>An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS</value>
<value>An error occurred while trying to verify the compatibility between Xcode and the .NET SDK</value>
</data>

<data name="E0184" xml:space="preserve">
<value>The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.</value>
</data>

<data name="E0185" xml:space="preserve">
<value>An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
<value>An error occurred while trying to verify the compatibility between Xcode and the .NET SDK. Details: {0}
</value>
</data>

Expand Down Expand Up @@ -1260,6 +1258,7 @@

<!-- E7068: not in use anymore -->

<!-- legacy only error -->
<data name="E7069" xml:space="preserve">
<value>Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.</value>
</data>
Expand Down
9 changes: 0 additions & 9 deletions src/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@
<value>A target framework (--target-framework) must be specified.</value>
</data>

<data name="BI0087" xml:space="preserve">
<value>Xamarin.Mac Classic binding projects are not supported anymore. Please upgrade the binding project to a Xamarin.Mac Unified binding project.</value>
</data>

<data name="BI0088" xml:space="preserve">
<value>Internal error: don't know how to create ref/out (input) code for {0} in {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).</value>
</data>
Expand Down
84 changes: 2 additions & 82 deletions tools/mtouch/Errors.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading