xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.44k stars 508 forks source link

.NET: Unify the MonoMacResourcePrefix, XamMacResourcePrefix and IPhoneResourcePrefix MSBuild properties #12808

Open rolfbjarne opened 2 years ago

rolfbjarne commented 2 years ago

We have the IPhoneResourcePrefix property for Xamarin.iOS and the MonoMacResourcePrefix and XamMacResourcePrefix properties for Xamarin.Mac.

We should unify these for .NET.

Maybe just use ResourcePrefix? Other ideas?

dalexsoto commented 2 years ago

Are we likely to collide with something already out there if we use ResourcePrefix as the name? I want to avoid another NativeReference kind of situation, maybe call it MaciOSResourcePrefix?

rolfbjarne commented 2 years ago

What about AppBundleResourcePrefix?

See also: https://github.com/xamarin/xamarin-macios/issues/12807#issuecomment-1228425514