JK3Y / NPS-Browser-macOS

macOS version of NPS Browser
The Unlicense
182 stars 21 forks source link

Swift 5 supported, Carthage deprecated and replaced with SPM and extract folder added to Preferences. #74

Open danieltarazona opened 5 months ago

danieltarazona commented 5 months ago

I have a MacBook Air M1 only with a little remaining space so I had to replace the actual download folder to extract the files into a Volume folder, Carthage has a lot of issues compiling the old libraries in M1 chips in the terminal, so I decided to update the project to Swift 5 and remove Carthage and use SPM packages.

The changes are in the CHANGELOG.md. @JK3Y

Tested and still working as expected.