1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Changing project root in Mac OS X Xcode project to ../.. (that is, trunk/), so that the SCM tools in Xcode will work properly.

This commit is contained in:
David A. Mellis
2009-03-03 10:46:23 +00:00
parent 7a19b6f335
commit efc082b734

View File

@ -700,7 +700,7 @@
ProjectRef = 33FFFE940965BD110016AC38 /* Arduino.xcodeproj */; ProjectRef = 33FFFE940965BD110016AC38 /* Arduino.xcodeproj */;
}, },
); );
projectRoot = ""; projectRoot = ../..;
targets = ( targets = (
33FFFE1C0965BBEF0016AC38 /* Setup */, 33FFFE1C0965BBEF0016AC38 /* Setup */,
33AF61680965C4C600B514A9 /* App */, 33AF61680965C4C600B514A9 /* App */,