iOS-System-Services icon indicating copy to clipboard operation
iOS-System-Services copied to clipboard

Support carthage

Open eggswift opened this issue 9 years ago • 7 comments

Please support carthage.

eggswift avatar Sep 24 '16 12:09 eggswift

Hi,

Check this out:

https://github.com/pwlkania/iOS-System-Services/tree/carthage

pwlkania avatar Sep 30 '16 22:09 pwlkania

In Swift: import iOSSystemServices

pwlkania avatar Sep 30 '16 22:09 pwlkania

Hello @pwlkania

Can you update the Pull Request to support the latest version?

Shmoopi avatar Sep 28 '17 16:09 Shmoopi

@Shmoopi Pull request updated. Please check this out.

pwlkania avatar Sep 29 '17 09:09 pwlkania

Hi @pwlkania

There are some issues with the latest pull request.

SSNetworkInfo removed the reference to net/route.h due to a compile error on devices. In addition, I don't see any support for Carthage in the request. I only see updates to the demo application workspace, a header file, and a plist.

Can you double check?

Shmoopi avatar Sep 29 '17 11:09 Shmoopi

Hej @Shmoopi

Have you encountered any difficulties?

I've just integrated test project with current version of my branch via Carthage and works perfectly.

Here's my Cartfile: github "pwlkania/iOS-System-Services" "carthage"

pwlkania avatar Sep 29 '17 12:09 pwlkania

Hi @Shmoopi

I reversed SSNetworkInfo to your version. My change was for Xcode 8.x.x as far I remember, but it didn't work for Xcode 9 indeed. Now it should work (tested on Xcode 9.1 (9B55))

Please check this out.

pwlkania avatar Nov 20 '17 09:11 pwlkania