This project is the placeholder for the third version of ÉTSMobile, a mobile which application that is currently available for Android and iOS. ÉTSMobile is the main gateway between the user and the École de technologie supérieure (ÉTS) on mobile devices. ÉTSMobile is an open-source project and is developped by members of the student club ApplETS. It offers:
Note: This guide is also available in: Français
git clone https://github.com/ApplETS/Notre-Dame.git
Minimum SDK Version: 12.x
git clone https://github.com/ApplETS/Notre-Dame.git
cd Notre-Dame/ios/ETSMobile
pod install
A .xcworkspace file will be generated. You must use this file to open the project.
Run the following command after each modification into the shared module:
gradlew packForXCode
Then you can build the application in XCode
The projet is migrating towards Kotlin Multiplatform.
The project uses Ktlint Gradle, a wrapper over ktlint. It's a linter and a formatter for Kotlin code. In order to ensure that the code is well formatted, the CI runs the following command:
$ ./gradlew ktlintCheck
Check out the FAQ (in French), open an issue or send an email to info@clubapplets.ca.
This projet is licensed under the Apache License V2.0. See the LICENSE file for more info.