summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-17 16:35:43 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-18 07:41:33 +0200
commit39c603ca8964295067775a4e0ec768ca7fd6feea (patch)
tree21711eda4ca9d873b2177b94a7e187e11aac0a89 /ios
parentf74bbb4c357058a727ebc9ea1313c65c3480a389 (diff)
Only copy the project.pbxproj
Change-Id: I8848ccaf893072d9c8653d9142004fef708be7f3
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_Viewer_app.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ios/CustomTarget_Viewer_app.mk b/ios/CustomTarget_Viewer_app.mk
index a4ef0ebd8349..03daa6aa9008 100644
--- a/ios/CustomTarget_Viewer_app.mk
+++ b/ios/CustomTarget_Viewer_app.mk
@@ -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) :