Skip to content

Commit ce24236

Browse files
authored
Don't look in /Developer/MonoTouch anymore, there's nothing there. (#69)
1 parent 210c664 commit ce24236

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Xamarin.MacDev/MonoTouchSdk.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ static MonoTouchSdk ()
8181
if (!string.IsNullOrEmpty (env))
8282
locations.Add (env);
8383
locations.Add ("/Library/Frameworks/Xamarin.iOS.framework/Versions/Current");
84-
locations.Add ("/Developer/MonoTouch");
8584
DefaultLocations = locations.ToArray ();
8685
}
8786

0 commit comments

Comments
 (0)