Skip to content

Commit

Permalink
Made AppleSdkSettings.Init() public
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 26, 2017
1 parent 5902390 commit dc219b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xamarin.MacDev/AppleSdkSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ static AppleSdkSettings ()

Init ();
}
static void Init ()

public static void Init ()
{
string devroot = null, vplist = null, xcode = null;
bool foundSdk = false;
Expand Down

0 comments on commit dc219b2

Please sign in to comment.