Fix path for build folder, needed for codesigning of dylibs to actually work
This commit is contained in:
parent
64920b7835
commit
02c2a395d9
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue