Fix path for build folder, needed for codesigning of dylibs to actually work

This commit is contained in:
Cristian Sandu 2014-10-14 09:52:33 +03:00
parent 64920b7835
commit 02c2a395d9

View File

@ -1,3 +1,3 @@
CODE_SIGN_IDENTITY="iPhone Developer"
PROVISIONING="distribution.mobileprovision"
BUILD_PATH="$PWD/build/Release-iphoneos"
BUILD_PATH="$PWD/iOS/build/Release-iphoneos"