Skip to content

Instantly share code, notes, and snippets.

@luckyyang
Created April 23, 2015 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luckyyang/11f63b98c5d29bc22086 to your computer and use it in GitHub Desktop.
Save luckyyang/11f63b98c5d29bc22086 to your computer and use it in GitHub Desktop.
IOS 如何打包和发布

在项目文件夹下执行 meteor build ~/Desktop/iosApp --server http://xx.meteor.com

http://xx.meteor.com 指服务器地址的域名

执行后会在桌面生成一个iosApp的文件夹,内有个ios文件夹存放着生成的项目,然后用xcode打开 ,其他操作和 原生项目操作一样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment