Skip to content

Conversation

@rolfbjarne
Copy link
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.
public interface IAppleSdk {
bool IsInstalled { get; }
string DeveloperRoot { get; }
string GetPlatformPath (bool is_simulator);

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