Lock128 / cdk-codepipeline-flutter

A showcase for an CDK Pipeline written in Java that builds and deploys a Flutter application to Web
Apache License 2.0
6 stars 1 forks source link

Integrate build of ios app / build and publish on S3 #2

Open Lock128 opened 2 years ago

Lock128 commented 2 years ago

enhance codepipeline to build ios app following this guide https://docs.flutter.dev/deployment/ios

Lock128 commented 2 years ago

As CodeBuild does not offer macOS build images, we will need to use an external service, e.g. https://codemagic.io/build-ios-without-mac/ or Azure DevOps https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops&tabs=yaml#xcode

https://blog.codemagic.io/how-to-build-and-distribute-ios-apps-without-mac-with-flutter-codemagic/

https://www.bitrise.io/pricing#Comparison-Section

Lock128 commented 2 years ago

https://docs.fastlane.tools/

Lock128 commented 2 years ago

https://blog.codemagic.io/cicd-with-flutter-and-aws/

Lock128 commented 2 years ago

https://d1.awsstatic.com/architecture-diagrams/ArchitectureDiagrams/ios-cicd-build-test-pipeline-ra.pdf?did=wp_card&trk=wp_card

Lock128 commented 2 years ago

https://appcircle.io/blog/guide-to-automated-mobile-ci-cd-for-flutter-projects-with-appcircle/