Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[VENCalculatorInputView] Fix ibtool path
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Apr 14, 2014
1 parent 4d6ed38 commit e8cdef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VENCalculatorInputView/binding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cdef8

Please sign in to comment.