Support carthage
Please support carthage.
Hi,
Check this out:
https://github.com/pwlkania/iOS-System-Services/tree/carthage
In Swift:
import iOSSystemServices
Hello @pwlkania
Can you update the Pull Request to support the latest version?
@Shmoopi Pull request updated. Please check this out.
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?
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"
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.