JohanDegraeve / xdripswift

xdrip for iOS, written in Swift
GNU General Public License v3.0
327 stars 320 forks source link

Transition Cocoapods to Swift Package Dependencies #415

Closed paulplant closed 1 year ago

paulplant commented 1 year ago

image

LiroyvH commented 1 year ago

I have just cloned this branch and installed it on top of my existing xDrip4iO5 that was installed using the Pods. No problems, it compiled immediately, installed fine and so far everything seems to be working OK. Nice. :)

bjornoleh commented 1 year ago

I have also built in top of previous local clone wih pods, no issues. Additionally, I have built using GitHub Actions / Fastlane by adapting https://github.com/JohanDegraeve/xdripswift/pull/412 (without any pod related commits), and this also worked perfectly. This proves that it builds also on a fresh build environment, as the MacOS for Fastlan builds is "single use".