Skip to content

Commit

Permalink
Merge pull request webfrogs#2 from williamzhang2013/master
Browse files Browse the repository at this point in the history
make -n para works
  • Loading branch information
webfrogs committed Oct 16, 2013
2 parents 6ddd472 + ca4e180 commit 16d5fc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ipa-build
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,14 @@ 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}

#是否clean
if [ "$build_config" = "y" ];then
if [ "$should_clean" = "y" ];then
xcodebuild clean
fi

Expand Down

0 comments on commit 16d5fc5

Please sign in to comment.