Swift Package Manager Support
Personne n'a encore pris cette issue.
Évaluation
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Accessibilité débutants
- 35/100
- Type d'issue
- Fonctionnalité
- Clarté
- À clarifier
- Activité
- À l'abandon
- Domaine
- build-system, mobile-dev
Piste de recherche
Start by reviewing SQLCipher.podspec.json and the repository's amalgamation process, then compare the linked Package.swift examples for iOS and macOS compatibility. Done would mean an agreed, maintainable Swift Package Manager distribution for SQLCipher, including the required amalgamation and package configuration.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Description
Expected Behavior
Being able to install SQLCipher using a Swift Package Manager package maintained by Zetetic
Actual Behavior
In order to use SQLCipher with Swift Package Manager, a user must generate an amalgamation themselves and create their own Package.swift, e.g. https://github.com/antwork/SQLCipher or https://github.com/groue/GRDB.swift/pull/556
Steps to Reproduce
N/A
SQLCipher version: 4.4.0
Hello,
While I wish this was a pull request adding a Package.swift to the repo instead of an issue requesting one, SQLCipher's amalgamation step complicates this. As far as I know there is currently no SPM equivalent to the prepare_command used in SQLCipher.podspec.json to generate the amalgamation. An SPM package can easily be made by including an amalgamation as seen in the links above, but since the amalgamation is quite large, it understandably is not included in the SQLCipher repo.
Would Zetetic be open to maintaining a repo that's an iOS/macOS-compatible amalgamation and Package.swift, similar to the one linked above? Since installing dependencies with Swift Package Manager is now directly integrated into Xcode, it will inevitably replace CocoaPods as the de-facto dependency management solution for Xcode projects.
Thank you for this project and taking the time to read this!
- Langage dominant
- C
- Étoiles
- 7.3k
- Forks
- 1.4k
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Guide de contribution
Ouvrir le guide de contribution
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Autres issues de sqlcipher/sqlcipher
-
Difficulté 2/5 1-3 heures Accessibilité débutants 68/100
-
Difficulté 4/5 3-5 jours Accessibilité débutants 38/100
-
Difficulté 4/5 3-5 jours Accessibilité débutants 55/100
-
Difficulté 4/5 3-5 jours Accessibilité débutants 68/100
-
Difficulté 3/5 1-2 jours Accessibilité débutants 52/100
Toutes les issues de sqlcipher/sqlcipher
Issues similaires
-
internal.h中,漏掉了1个定义。 Ouverte
Difficulté 1/5 Moins d'une heure Accessibilité débutants 95/100
-
Difficulté 2/5 1-3 heures Accessibilité débutants 88/100
-
Broadcast Documentation Ouverte
Difficulté 1/5 Moins d'une heure Accessibilité débutants 90/100
kovidgoyal/kitty#10516 ·
-
Difficulté 1/5 Moins d'une heure Accessibilité débutants 80/100
-
Difficulté 2/5 1-3 heures Accessibilité débutants 78/100
zephyrproject-rtos/zephyr#120011 ·