Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Cocopod support or framework file #74

Open
pxanzer3553 opened this issue Jul 29, 2021 · 11 comments · Fixed by #76
Open

Cocopod support or framework file #74

pxanzer3553 opened this issue Jul 29, 2021 · 11 comments · Fixed by #76
Labels
enhancement New feature or request

Comments

@pxanzer3553
Copy link

Hi, We just need to write some plugin in react native and cordova but use swift package manager is very hard to us. Can you support Framework file to import? Very thank if you can support it soon

@goebelUB goebelUB added the enhancement New feature or request label Jul 29, 2021
@stmitt
Copy link
Collaborator

stmitt commented Jul 29, 2021

Thanks for your request. We're working on the cocoapod release and should have it ready sometime next week.

@stmitt stmitt linked a pull request Aug 4, 2021 that will close this issue
@stmitt stmitt reopened this Aug 5, 2021
@stmitt
Copy link
Collaborator

stmitt commented Aug 5, 2021

The latest version was just published to cocoapods CocoaPods/Specs@4450bf6
@pxanzer3553 Let me know if it works for you.

@pmauchle
Copy link

pmauchle commented Aug 6, 2021

@stmitt we got it working, is there a reason the min iOS target is 12.0? Is it possible to lower it?

There is a typo, pod 'CovidCertificateSDK', ~> '1.0' should be pod 'CovidCertificateSDK', '~> 1.0'

@stmitt
Copy link
Collaborator

stmitt commented Aug 6, 2021

I tried lowering the min iOS target to iOS 11 but unfortunately, https://github.com/ehn-dcc-development/base45-swift currently requires iOS 12. I created a PR in their repository to lower the min iOS target ehn-dcc-development/base45-swift#8. As soon as my PR there gets merged I will lower it.

@pmauchle
Copy link

pmauchle commented Aug 6, 2021

@stmitt is a javascript SDK planned? Or providing the bridge files for any react native developers?

@pxanzer3553
Copy link
Author

Thank i just try to added it for my cordova app today. Working well @stmitt 👍

@panzer3553
Copy link

@stmitt I saw we have a request to lower the IOS target to 11. Do you have any plan to release it? Thank you

@stmitt
Copy link
Collaborator

stmitt commented Oct 4, 2021

@panzer3553 I am looking into getting all of our dependencies published to cocoa pods. (ehn-dcc-development/base45-swift#10)

@anhnvtex
Copy link

@stmitt We are integrating the 2G+ feature into our app. Can you release the pods which has supported it on CocoaPod? We have seen the latest published version is 1.1.0 but it's not support 2G+ feature.

Can you help us?

I also see the latest specs for this SDK is 3.2.0 but I can't find it on published REPO. Is that build fail?

@stmitt
Copy link
Collaborator

stmitt commented Jan 11, 2022

@anhnvtex the SDK version was successfully released to Cocoapods 4 Days ago CocoaPods/Specs@1db9d4c
I'll look into the issue of why the search on https://cocoapods.org isn't showing the correct version.

@anhnvtex
Copy link

@stmitt Thanks for your replied. When I used this command pod search CovidCertificateSDK, I got

-> CovidCertificateSDK (3.1.0)
   Implementation of the Electronic Health Certificates (EHN) specification used to verify the validity of COVID Certificates in Switzerland.
   pod 'CovidCertificateSDK', '~> 3.1.0'
   - Homepage: https://github.com/admin-ch/CovidCertificate-SDK-iOS
   - Source:   https://github.com/admin-ch/CovidCertificate-SDK-iOS.git
   - Versions: 3.1.0, 3.0.0, 2.0.0, 1.2.0, 1.1.0, 1.0.1, 1.0.0 [cocoapods repo]

And I can include this version into our project build but I'm not sure it is the official version and free bugs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants