Only copy the project.pbxproj
Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
This commit is contained in:
parent
f74bbb4c35
commit
39c603ca89
1 changed files with 1 additions and 2 deletions
|
@ -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) :
|
||||
|
|
Loading…
Reference in a new issue