Skip to content

erichoracek/NSLogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

To install:

  • Add github "Autoc0diq/NSLogger" 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 NSLogger.framework in Pods.xcodeproj
  • Archive the framework using Carthage:
$ carthage build --no-skip-current
$ carthage archive NSLogger
  • Create a new tag that matches the NSLogger version in Podfile.lock
  • Create a GitHub release for the tag and upload NSLogger.framework.zip as an attachment

About

Carthage compatible NSLogger.framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%