Align capacitor files structute to allow appflow builds #16823
Unanswered
devMls
asked this question in
Ideas / Proposals
Replies: 2 comments 4 replies
-
https://ionic.io/docs/appflow/cookbook/appflow-config {
"apps":
[
{
"appId": "android-app-id",
"dependencyInstallCommand": "pnpm i",
"webBuildCommand": "pnpm quasar build -m capacitor -T android",
"androidPath": "src-capacitor/android",
},
{
"appId": "ios-app-id",
"dependencyInstallCommand": "pnpm i",
"webBuildCommand": "pnpm quasar build -m capacitor -T ios",
"iosPath": "src-capacitor/ios",
},
]
} I have no experience with the tool, I only checked the docs and found it. Quasar does not have to scaffold this file nor it's an integration problem. It's just a matter of configuration. If you confirm this configuration works, we can consider adding it to the documentation so that other people may benefit from it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks!! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Appflow is a common way to build ans publish capacitor apps
Because manage the publication and because compile un the cloud .It help to avoid a mac for compile to ios
With quasar framework capacitor config is in a subfolder and appflow can't deal with It
I can understand that this IS not a bug but It is a integration problema bettewn 2 tecnologías that should run together
Beta Was this translation helpful? Give feedback.
All reactions