Kaydet (Commit) 39c603ca authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Only copy the project.pbxproj

Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
üst f74bbb4c
......@@ -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) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment