Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: .NET MAUI Applications
description: Learn how to build a .NET MAUI app on Appcircle
tags: [build, platform build guides, MAUI, .NET MAUI, custom scripts]
sidebar_position: 10
sidebar_position: 9
---

# .NET MAUI Applications
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: Ionic Projects
description: Learn how to build Ionic projects with custom scripts in Appcircle
title: Ionic Applications
description: Learn how to build Ionic applications with custom scripts in Appcircle
tags: [build, platform build guides, ionic, custom scripts]
sidebar_position: 9
sidebar_position: 10
---

# Ionic Projects with Custom Scripts
# Ionic Applications with Custom Scripts

Appcircle provides Ionic projects through custom scripts.
Appcircle provides Ionic applications through custom scripts.

You can use the following project as an example for running Ionic builds in Appcircle:[ https://github.com/appcircleio/appcircle-sample-ionic](https://github.com/appcircleio/appcircle-sample-ionic)

The sample project is built with Vue though other Ionic project types can also be built in a similar manner. For the build, Capacitor is recommended, and this document is based on projects configured to be built with Capacitor in Android Studio or Xcode.
The sample project is built with Vue though other Ionic application types can also be built in a similar manner. For the build, Capacitor is recommended, and this document is based on projects configured to be built with Capacitor in Android Studio or Xcode.

To build an Ionic project, first, add and configure it like a [React Native project](building-react-native-applications).
To build an Ionic application, first, add and configure it like a [React Native application](building-react-native-applications).

One important point to take note of is that `capacitor-cordova-android-plugins` folder is automatically added to the .gitignore file, but it is required during the build. The folder can be removed from the .gitignore or it can be regenerated during the build, though the former is recommended for a successful [Fetch](/build/build-process-management/configurations#config-details) operation. For more information, you can refer to the following Git issue for Capacitor: [https://github.com/ionic-team/capacitor/issues/1628](https://github.com/ionic-team/capacitor/issues/1628)

Expand Down
4 changes: 2 additions & 2 deletions docs/build/platform-build-guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Tailored guidance for building React Native apps, covering both iOS and Android

Everything you need to know to build Flutter applications for multiple platforms.

### [Ionic Projects](/build/platform-build-guides/building-ionic-projects-with-custom-scripts)
### [Ionic Applications](/build/platform-build-guides/building-ionic-projects-with-custom-scripts)

Learn how to use custom scripts to build and customize Ionic projects for any requirements.
Learn how to use custom scripts to build and customize Ionic applications for any requirements.

### [.NET MAUI Applications](/build/platform-build-guides/building-dotnet-maui-apps)

Expand Down