MUSIC EDUCATION INTERFACE is an open-source application released under the Affero GPLv3 license. The current app is designed for helping students learning the trumpet.
The documentation is available in the documentation
folder, and it is autmatically generated by the compodoc
tool.
run npm run compodoc
to generate the documentation.
build with:
ionic capacitor build ios --prod
or
ionic capacitor build android --prod
When archiving the app in order to release it on ios, patch the file
ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh
line 44:
- source="$(readlink "${source}")"
+ source="$(readlink -f "${source}")"
in file ios/App/App.xcodeproj/project.pbxproj
change CURRENT_PROJECT_VERSION and MARKETING_VERSION
in file android/app/build.gradle
change versionCode and versionName