Closed Jonas1893 closed 8 months ago
I currently can't push the podspec because visionOS (which is supported now in ZIP Foundation) currently doesn't validate in CocoaPods: https://github.com/CocoaPods/CocoaPods/issues/12118
Any timeline by when the latest version will be available in Cocoapod?
@weichsel Isn't visionOS support is resolved with this PR: Support visionos in pod lib lint ?
@weichsel Isn't visionOS support is resolved with this PR: https://github.com/CocoaPods/CocoaPods/pull/12159 ?
Yes, but there's no new CocoaPods release yet.
Waiting for 0.9.18 to be published as well… Is there something to do?
I guess we are all waiting for the privacy manifest to reach cocoapods? Can we have a 0.9.16.1 in this case or we should link to git? Actually git doesn't contain a podspec
@weichsel My app release is in a weeks time. Waiting for 0.9.18 as it has fix for path traversal vulnerability.
Yes, but there's no new CocoaPods release yet.
CocoaPods 1.15.x with visionOS
support was released some time ago. Could you, please, release 0.9.18 on Pods?
0.9.18 can be included as below. Veracode tool won't scan it as their vulnerablity database is not updated.
pod 'ZIPFoundation', :git => 'https://github.com/weichsel/ZIPFoundation.git', :tag => '0.9.18'
Pod validation now did run through with the latest version. 0.9.18 is now also available when using CocoaPods.
Summary
Same problem as in #251, so just copied contents of the ticket with updated versions :)
CocoaPods doesn't list ZIPFoundation's latest version 0.9.17 but only 0.9.16.
Steps to Reproduce
Check any of the following:
Expected Results
CocoaPods should list 0.9.17 as the most recent ZIPFoundation version.
Actual Results
CocoaPods lists 0.9.16 as the most recent ZIPFoundation version.
Related Link
See also https://github.com/weichsel/ZIPFoundation/issues/251#issue-1370133519