如何使用 fastlane 构建反应本机 iOS 应用程序
How can I build a react-native iOS Application with fastlane
我想让我的(假设是新鲜的)react-native 应用程序构建并推送到苹果 itunes 与 fastlane, as it seems to be able to have this done in one task 连接。
快速通道配置或一般来说项目设置会是什么样子?
我的主要痛点是
- 如何在构建应用程序中包含缩小包
- 如何让应用程序在构建版本时不请求本地主机端口
- 配置文件内容和主要配置是什么样的?
我想出了如何做到这一点并写了一篇关于它的博客 post:https://weluse.de/blog/react-native-deployment-with-fastlane.html
我想让我的(假设是新鲜的)react-native 应用程序构建并推送到苹果 itunes 与 fastlane, as it seems to be able to have this done in one task 连接。 快速通道配置或一般来说项目设置会是什么样子?
我的主要痛点是
- 如何在构建应用程序中包含缩小包
- 如何让应用程序在构建版本时不请求本地主机端口
- 配置文件内容和主要配置是什么样的?
我想出了如何做到这一点并写了一篇关于它的博客 post:https://weluse.de/blog/react-native-deployment-with-fastlane.html