From e8cdef83e2e877af51992b8a3c9fd30879851f3d Mon Sep 17 00:00:00 2001 From: Alex Soto Date: Mon, 14 Apr 2014 17:55:51 -0500 Subject: [PATCH] [VENCalculatorInputView] Fix ibtool path --- VENCalculatorInputView/binding/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VENCalculatorInputView/binding/Makefile b/VENCalculatorInputView/binding/Makefile index ec747409..0aefa7be 100644 --- a/VENCalculatorInputView/binding/Makefile +++ b/VENCalculatorInputView/binding/Makefile @@ -16,7 +16,7 @@ libVENCalculatorInputView-sdk: libVENCalculatorInputView-resources: libVENCalculatorInputView-sdk mkdir Resources cp ${PROJECT_ROOT}/VENCalculatorInputView/Images/* Resources/ - ibtool --output-format human-readable-text --compile Resources/VENCalculatorInputView.nib ${PROJECT_ROOT}/VENCalculatorInputView/VENCalculatorInputView.xib + ibtool --output-format human-readable-text --compile Resources/VENCalculatorInputView.nib VENCalculatorInputView/VENCalculatorInputView/VENCalculatorInputView.xib libVENCalculatorInputView-i386.a: $(XBUILD) -project $(PROJECT) -target $(TARGET) -sdk iphonesimulator -configuration Release clean build