Skip to content
Merged
Changes from all 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
4 changes: 4 additions & 0 deletions Xamarin.MacDev/AppleSdkSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ public static string XcodePath {
get; private set;
}

[Obsolete ("This method does nothing")]
public static void CheckChanged ()
{
//var plist = Path.Combine (XcodePath, "Contents", "Info.plist");
Expand All @@ -288,6 +289,9 @@ public static void CheckChanged ()
public static Version XcodeVersion { get; private set; }
public static string XcodeRevision { get; private set; }

#pragma warning disable 0067
[Obsolete ("This event is never raised")]
public static event Action Changed;
#pragma warning restore 0067
}
}