测试
打包环境
设备:Mac、iPhone软件:Unity、Xcode
Unity导出Xcode工程
Bundle Identifiler:项目包名,需要和你的苹果开发者账号后台的包名设置一致,否则无法使用证书上线,证书和包名的申请在下面会有说到。
Version:项目版本号,上各种商店,基本都是需要递增,比如当前是1.0.0,下次必须大于这个版本。
Scripting Backend:编译方式,iOS平台必须是IL2CPP。
Target Device:发布平台。
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
