Added missing /iphone subpath to source path of replace binary script build phase

This commit is contained in:
Andrzej Spiess
2017-11-19 17:57:17 +01:00
committed by ilmat192
parent 5d4d579490
commit 24ce0cad86
@@ -169,7 +169,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp \"$SRCROOT/build/konan/bin/app.kexe\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"";
shellScript = "cp \"$SRCROOT/build/konan/bin/iphone/app.kexe\" \"$TARGET_BUILD_DIR/$EXECUTABLE_PATH\"";
};
2C901F991F59928A004412FA /* Build Binary From Kotlin Sources */ = {
isa = PBXShellScriptBuildPhase;