From ca4e1808f7b772745d3be383d453938492f6cb76 Mon Sep 17 00:00:00 2001 From: williamzhang2013 Date: Wed, 16 Oct 2013 17:42:20 +0800 Subject: [PATCH] fix Distribute configure report bundleShortVersion/bundleVersion errir --- ipa-build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipa-build b/ipa-build index 1a8b9ec..42ba763 100755 --- a/ipa-build +++ b/ipa-build @@ -160,6 +160,9 @@ appdirname=Release-iphoneos if [ $build_config = Debug ];then appdirname=Debug-iphoneos fi +if [ $build_config = Distribute ];then + appdirname=Distribute-iphoneos +fi #编译后文件路径(仅当编译workspace时才会用到) compiled_path=${build_path}/${appdirname}