Project Framework Type
This setting defines the underlying architecture of your hybrid mobile application. Selecting the correct framework ensures that the build engine configures the right environment variables, dependencies, and build steps.
Supported Frameworks
- Capacitor: Modern cross-platform framework by Ionic. The build engine will strictly look for a
capacitor.config.ts or capacitor.config.json file in your project root.
- Cordova: Traditional hybrid app framework using Apache Cordova. The build engine will strictly look for a
config.xml file in your project root.
Critical Matching Requirement: The framework you select here must perfectly match the actual Project Source Code you provide. If you select Capacitor but provide a Cordova project (or vice versa), the build engine will fail to find the required configuration files and the build will automatically fail.
Dynamic Routing: Selecting a framework here will automatically filter the available Image Names in the Build Pipeline section to perfectly match your project's technology stack.