Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

970 etude activer la geolocalisation #983

Merged
merged 15 commits into from
Mar 26, 2024

Conversation

NicolasBuquet
Copy link
Contributor

Fix #970

20240311 ios geoloc

@NicolasBuquet NicolasBuquet linked an issue Mar 11, 2024 that may be closed by this pull request
Comment on lines +262 to +268
# - "Location"
# - "RoomViewController+LocationSharing.swift"
# - "TimelineCells/LocationView"
# - "TimelineCells/Styles/Plain/Cells/Location"
# - "TimelineCells/Styles/Bubble/Cells/Location"
# - "Views/BubbleCells/KeyVerification/SizingViewHeight.swift"
# - "Views/BubbleCells/Location"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pourquoi ces commentaires ?

Copy link
Contributor Author

@NicolasBuquet NicolasBuquet Mar 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est dans une rubrique exclude;
C'est donc pour qu'ils ne soient pas exclus car ils sont nécessaires à la geoloc (comme leurs noms le laisse supposer).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tu aurais pu les supprimer les lignes ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui, mais elles sont présentes dans le fichier source Element.

@@ -65,7 +65,7 @@ targets:
- path: ../Riot/Categories/Codable.swift
- path: ../Riot/Assets/en.lproj/Vector.strings
- path: ../Riot/Modules/Analytics/AnalyticsScreen.swift
- path: ../Riot/Modules/LocationSharing/LocationAuthorizationStatus.swift
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu n'as pas besoin de ce path dans la target ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non, car ce fichier est implicitement inclus par la ligne - path: ../Riot/Modules/LocationSharing/ qui inclus le contenu du dossier récursivement.

@NicolasBuquet NicolasBuquet merged commit ffae756 into develop Mar 26, 2024
2 checks passed
@NicolasBuquet NicolasBuquet deleted the 970-etude-activer-la-geolocalisation branch March 26, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Etude : activer la géolocalisation
2 participants