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

Rebase to Element 1.11.15 #1065

Closed
NicolasBuquet opened this issue Jun 25, 2024 · 1 comment · Fixed by #1066
Closed

Rebase to Element 1.11.15 #1065

NicolasBuquet opened this issue Jun 25, 2024 · 1 comment · Fixed by #1066
Assignees
Labels

Comments

@NicolasBuquet
Copy link
Contributor

NicolasBuquet commented Jun 25, 2024

Rebase to Element 1.11.15 : https://github.com/element-hq/element-ios/releases/tag/v1.11.15

Point de MAJ :

  • Room retention event implementation : nettoyage du stockage de messages expirés

Include Matrix-iOS-SDK to 0.27.10 : https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.27.10

  • does not include :
    • CallKit issue "je n'entends pas mon correspondant"
    • check user power level when live sharing location

Ce rebase nous force à changer la manière dont on intègre le matrix-ios-sdk : matrix-org/matrix-ios-sdk#1855

Il faut donc rapatrier en local le git du projet dans le dossier du projet Tchap : git clone [email protected]:matrix-org/matrix-ios-sdk.git

Cela crée un dossier matrix-ios-sdk dans le dossier Tchap, qui est vu comme un sub-module par le git de Tchap.

Le pod matrix-ios-sdk est maintenant importé via les commandes :

# Method to import the MatrixSDK
def import_MatrixSDK
  pod 'MatrixSDK', :path => 'matrix-ios-sdk/MatrixSDK.podspec', :inhibit_warnings => false
  pod 'MatrixSDK/JingleCallStack', :path => 'matrix-ios-sdk/MatrixSDK.podspec', :inhibit_warnings => false
end
@NicolasBuquet NicolasBuquet self-assigned this Jun 25, 2024
@NicolasBuquet NicolasBuquet moved this to prêt pour le sprint in Roadmap Produit Jun 25, 2024
@NicolasBuquet NicolasBuquet moved this from prêt pour le sprint to sprint en cours - WIP in Roadmap Produit Jun 25, 2024
@NicolasBuquet
Copy link
Contributor Author

Closed by #1066

@github-project-automation github-project-automation bot moved this from sprint en cours - WIP to déployé en prod in Roadmap Produit Jun 26, 2024
@NicolasBuquet NicolasBuquet moved this from déployé en prod to Beta interne in Roadmap Produit Jun 26, 2024
@NicolasBuquet NicolasBuquet moved this from Beta interne to déployé en prod in Roadmap Produit Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: déployé en prod
Development

Successfully merging a pull request may close this issue.

1 participant