`
lseeo
  • 浏览: 13488 次
  • 性别: Icon_minigender_1
  • 来自: 上海
最近访客 更多访客>>
社区版块
存档分类
最新评论

Xcode初始化设置

    博客分类:
  • ios
阅读更多

 

 

#!/bin/bash

# this script can help to initialize xcode environment, including 
# set organization name, set author name.

ORGANIZATION_NAME="";
FULL_USERNAME="";

defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"ORGANIZATIONNAME"="$ORGANIZATION_NAME";}'
defaults write com.apple.Xcode PBXCustomTemplateMacroDefinitions '{"FULLUSERNAME"="$FULL_USERNAME";}'
 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics