Skip to content

[Xamarin.MacDev] Add interfaces to bridge Xamarin.iOS- and Xamarin.Mac-specific classes.#72

Merged
rolfbjarne merged 2 commits into
dotnet:masterfrom
rolfbjarne:unification
Apr 27, 2020
Merged

[Xamarin.MacDev] Add interfaces to bridge Xamarin.iOS- and Xamarin.Mac-specific classes.#72
rolfbjarne merged 2 commits into
dotnet:masterfrom
rolfbjarne:unification

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member
  • Add IAppleSdk interface to bridge AppleSdk and MacOSXSdk.
  • Add IAppleSdkVersion interface to bridge IPhoneSdkVersion and MacOXSdkVersion.

…c-specific classes.

* Add IAppleSdk interface to bridge AppleSdk and MacOSXSdk.
* Add IAppleSdkVersion interface to bridge IPhoneSdkVersion and MacOXSdkVersion.
Comment thread Xamarin.MacDev/IAppleSdk.cs Outdated
public interface IAppleSdk {
bool IsInstalled { get; }
string DeveloperRoot { get; }
string GetPlatformPath (bool is_simulator);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: iirc fxdg (nor mono) don't suggest underscore in public symbols, including parameters -> pascal case

@rolfbjarne rolfbjarne merged commit 45c5a68 into dotnet:master Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants