PerimeterX / px-iOS-Framework

HUMAN iOS framework
17 stars 5 forks source link

Swift Packaging Manager Support #9

Closed ashleyvaccaro closed 3 years ago

ashleyvaccaro commented 5 years ago

Engineer over here at URBN. We're starting to move off of Cocoapods and would love support for swift packaging manager.

pxjohnny commented 4 years ago

Hi @ashleyvaccaro , i raised this issue with our product team and we are starting to look into this. I'll update here soon on progress.

simonpierreroy commented 3 years ago

Easiest way would be migrating from building a framework to XCFramworks and shipping the binary with swiftPM with the new support for binary targets in swift SwiftPM / Xcode 12 :) And XCFramework will be needed anyway (only way to support amr_64 in both simulator builds for M1 macs and device build for iPhone).

rmigneco commented 3 years ago

Engineer over here at URBN. We're starting to move off of Cocoapods and would love support for swift packaging manager.

Hi, I'm following up on the URBN request for Swift Package Manager support. We no longer plan to build our apps with Cocoapods and would prefer incorporate PX using XCFrameworks or Swift Package Manager. Please let us know where our product team is at with this request @pxjohnny

ryang1428 commented 3 years ago

Any updates here?

mihaicris-adoreme commented 3 years ago

@pxjohnny Any updates or answer from the product team?

mihaicris commented 3 years ago

Any reason not to give an estimate on this?

oren-yaar-px commented 3 years ago

We have Swift Package Manager Support.