Skip to content

Commit

Permalink
fix Distribute configure report bundleShortVersion/bundleVersion errir
Browse files Browse the repository at this point in the history
  • Loading branch information
williamzhang2013 authored and williamzhang2013 committed Oct 16, 2013
1 parent 41ab6d9 commit ca4e180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ipa-build
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit ca4e180

Please sign in to comment.