weichsel / ZIPFoundation

Effortless ZIP Handling in Swift
MIT License
2.31k stars 255 forks source link

v0.9.17 not (yet) available through CocoaPods #300

Closed Jonas1893 closed 6 months ago

Jonas1893 commented 10 months ago

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

weichsel commented 10 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

jainricha commented 9 months ago

Any timeline by when the latest version will be available in Cocoapod?

jainricha commented 9 months ago

@weichsel Isn't visionOS support is resolved with this PR: Support visionos in pod lib lint ?

weichsel commented 9 months ago

@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.

jdanthinne commented 7 months ago

Waiting for 0.9.18 to be published as well… Is there something to do?

cristibaluta commented 6 months ago

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

sumitmorey commented 6 months ago

@weichsel My app release is in a weeks time. Waiting for 0.9.18 as it has fix for path traversal vulnerability.

philips77 commented 6 months ago

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?

sumitmorey commented 6 months ago

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'

weichsel commented 6 months ago

Pod validation now did run through with the latest version. 0.9.18 is now also available when using CocoaPods.