####This app is being worked on
This app (iOS only currently) permits to students of the École d'Éducation internationale of McMasterville, Quebec aka ÉÉI to make bibliographic references automagically. It currently doesn't work, as it's being developed.
This app is intended to go live into the iOS' App Store and Android's Google Play Store when ready. You can try and install the app in it's current stage by downloading the source code and sideloading it. Mac OS X is needed to sideload apps to iOS.
Note : This app is only tested in iOS for the moment. Android will be tested later.
##Sideloading this app on iOS (Mac needed)
To sideload this app to an iOS device, you first need a Mac computer (OS X 10.6.6 or later).
Note : Sideloading this app requires advanced computer skills (command-line needed).
- Download Xcode from the Mac App Store
- Download the source code of this app by clicking the "Download ZIP" button
- Install
npm
from NodeJS' website - Open
Terminal.app
located in Utilities folder - Run
sudo npm install npm -g
command in the terminal - Then, run
npm install -g cordova
to install Cordova the tool used in the making of this app. - Run
npm install -g ionic
to install Ionic another tool - Extract the archive you downloaded from GitHub into a folder
- Move into that directory using
cd
in Terminal and runcordova platform add ios
- Next, add the plugins in use with
cordova plugin add cordova-plugin-splashscreen cordova-plugin-x-socialsharing
- Open
platform/ios/Metho.xcodeproj
in Xcode - Open Xcode > Preferences and login with your Apple ID
- Close the Preferences
- Click on "Metho" on the left sidebar
- In the main pane, choose your Apple ID as the team and click "Fix"
- Plug in your iOS device
- Go back to the
Terminal.app
and runionic run ios --device
- Go to Settings on your iOS device in General > Profiles, click on your email address and choose to trust
If you have any problem post that as an issue.
##Technologies
The technologies in use in this project are Ionic and Cordova. This means it is an hybrid app.
Attributions and licences are inside the app in Settings->Attributions view.
Francis Clavette © 2016. All rights reserved.