10 2013 档案
摘要:#!/bin/shSHELL_PATH=$(cd "$(dirname "$0")";pwd)echo $SHELL_PATHcd "$SHELL_PATH"CLASSPATH=./compileAPK.jar:./log4j-1.2.15.jar:./commons-beanutils-1.8.3.jar:./commons-codec-1.6.jar:./commons-collections-3.2.jar:./commons-lang-2.5.jar:./commons-logging-1.1.3.jar:./httpclie
阅读全文
摘要:SHELL_PATH=$(cd "$(dirname "$0")";pwd)echo $SHELL_PATH
阅读全文
摘要:http://www.onevcat.com/blog/archives/
阅读全文
摘要:/usr/libexec/PlistBuddy -c "Set :CFBundleDisplayName $DISPLAY_NAME" "${PROJECT_TEMP_DIR}/${INFOPLIST_FILE}"简单介绍PlistBuddy实用:How To Auto-Increment Your iOS Build Number
阅读全文
摘要:复制文件夹需要添加 -r 或 -R 参数(recursive: 递归的;循环的)如 cp -r DIR_A DIR_B;同理,rm 也一样。如 rm -r DIR_B
阅读全文
摘要:#!/bin/sh#项目路径PROJECT_DIR="/Users/mac/Desktop/_housemart"#临时项目PROJECT_TEMP_DIR="/Users/mac/Desktop/temp"#sdk版本SDK_VERSION="iphoneos6.1"#项目名字PROJECT_NAME="Housemart"#编译后app路径APP_PATH="build/Release-iphoneos/${PROJECT_NAME}.app"#打包后指定存放ipa文件的路径TARGET_A
阅读全文
摘要:转自:简书IOS 命令行编译发表于IOS2013-08-17 07:07字数: 583阅读量: 61This document will note about the ios command build steps.Step1: Sync codeYou can use git svn or other vc tools sync you code to local disk. Then change the current dir to project dir that existexample.xcodeprojfile.Step2: Update project versionfirst
阅读全文
摘要:·详细介绍Linux shell脚本基础学习(一)·详细介绍Linux shell脚本基础学习(二)·详细介绍Linux shell脚本基础学习(三)·详细介绍Linux shell脚本基础学习(四)·详细介绍Linux shell脚本基础学习(五)·详细介绍Linux shell脚本基础学习(六)·详细介绍Linux shell脚本基础学习(七)·详细介绍Linux shell脚本基础学习(八)
阅读全文