From 02c2a395d9c2e590e7a4e3da0ed2a219c2354fe6 Mon Sep 17 00:00:00 2001 From: Cristian Sandu Date: Tue, 14 Oct 2014 09:52:33 +0300 Subject: [PATCH] Fix path for build folder, needed for codesigning of dylibs to actually work --- apple/script/build.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/script/build.config b/apple/script/build.config index 0e8a862b66..182d75388d 100644 --- a/apple/script/build.config +++ b/apple/script/build.config @@ -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"