Only copy the project.pbxproj

Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
This commit is contained in:
Tor Lillqvist 2013-03-17 16:35:43 +02:00
parent f74bbb4c35
commit 39c603ca89

View file

@ -139,8 +139,7 @@ else
# can then open it from there in Xcode.
$(call gb_CustomTarget_get_target,ios/Viewer_app) : $(gb_Helper_PHONY)
if test $(SRCDIR) != $(BUILDDIR); then \
rm -rf $(BUILDDIR)/ios/experimental/Viewer; \
(cd $(SRCDIR) && tar cf - ios/experimental/Viewer) | (cd $(BUILDDIR) && tar xf -); \
(cd $(SRCDIR) && tar cf - ios/experimental/Viewer/Viewer.xcodeproj/project.pbxproj) | (cd $(BUILDDIR) && tar xf -); \
fi
$(call gb_CustomTarget_get_clean_target,ios/Viewer_app) :