xcode5 provisioning profile path: ~/Library/MobileDevice/Provisioning Profiles
顺带推荐一个好用的命令行工具:iTerm。
还有以下是我的电脑:.hash_profile 配置文件,能对终端窗口显示进行个性化设置。懂得直接复制过去用吧。
#设置默认文本编辑器 export EDITOR=vim #每次登陆显示用户名 #hname=`hostname` #echo "Welcome on $hname." #设置终端颜色和git的分支名称 export CLICOLOR=1 export LSCOLORS=gxfxaxdxcxegedabagacad function parse_git_branch { ref=$(git symbolic-ref HEAD 2> /dev/null) || return echo "("${ref#refs/heads/}")" } export PS1="\[\e[32;1m\]\w\[\e[31;1m\]\$(parse_git_branch) \[\e[32;1m\]\$ \[\e[0m\]"
删除Xcode中多余的证书provisioning profile
原文地址:http://blog.csdn.net/shaobo8910/article/details/46352177