You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
L'utilitaire Jazzy pour générer la documentation du projet
Installation du dépôt
Clônage du dépôt avec intégration Git
Ouvrir XCode et choisir d'ouvrir un projet SCM déjà existant.
Entrer l'addresse Github du dépôt : "git@github.com:ClubInfoPolytechLille/Kilobits_iOS.git".
Lorsque les options de connection s'affichent, choisir "SSH Keys" et s'assurer d'avoir configuré auparavant une clé SSH sur l'ordinateur (cf ici pour un tuto).
Installer Cocoapods sur le Mac en tapant "sudo gem install cocoapods" dans un terminal.
Fermer le projet et à partir de maintenant, toujours ouvrir le Workspace du projet plutôt que le projet lui-même. Pour cela, se rendre avec le terminal dans le dossier du projet (là ou se trouve le fichier Kilobits_iOS.xcworkspace) et lancer la commande suivante : "open Kilobits_iOS.xcworkspace". C'est nécessaire car sinon le projet n'arrivera pas à faire le lien avec les Frameworks installés.
Installer Jazzy en tapant dans un terminal "sudo gem install jazzy". Pour générer une nouvelle version de la documentation, aller dans le répertoire du projet et taper "jazzy --min-acl private".
Documentation
Pour générer une nouvelle version de la documentation, aller dans le répertoire du projet et éxécuter la commande "./updateDocs.sh"