-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support carthage #42
Comments
Hi, Check this out: https://github.com/pwlkania/iOS-System-Services/tree/carthage |
In Swift: |
Hello @pwlkania Can you update the Pull Request to support the latest version? |
@Shmoopi |
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: |
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. |
Please support carthage.
The text was updated successfully, but these errors were encountered: