build without resource recompile added in os x

This commit is contained in:
John Preston 2016-02-25 14:38:33 +03:00
parent 3f1a3d8707
commit fe71cb962e
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
set -e
FastParam="$1"
while IFS='' read -r line || [[ -n "$line" ]]; do
set $line
eval $1="$2"
@ -189,7 +191,9 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "mac32" ] || [ "$BuildTarg
DropboxSymbolsPath="./../../../Dropbox/Telegram/symbols"
touch "./SourceFiles/telegram.qrc"
if [ "$FastParam" != "fast" ]; then
touch "./SourceFiles/telegram.qrc"
fi
xcodebuild -project Telegram.xcodeproj -alltargets -configuration Release build
if [ ! -d "$ReleasePath/$BinaryName.app" ]; then