Skip to content

n8chur/libPusher-carthage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mirrors libPusher using Rome to create a Carthage-compatible Xcode project.

To install:

  • Add github "Autoc0diq/libPusher" to your Cartfile.

To update to a new version:

  • Update the gems and pods:
$ bundle update
$ bundle exec pod update
  • Remove the current shared scheme
$ rm -rf Pods/Pods.xcodeproj/xcshareddata
  • Share the scheme that builds libPusher.framework in Pods.xcodeproj
  • Archive the framework using Carthage:
$ carthage build --no-skip-current
$ carthage archive libPusher
  • Create a new tag that matches the NSLogger version in Podfile.lock
  • Create a GitHub release for the tag and upload libPusher.framework.zip as an attachment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%