https://github.com/gorenje/ccmenu
Displays CruiseControl status in the Mac OS X menu bar. Works with all recent versions of CruiseControl, CruiseControl.NET, and CruiseControl.rb.
https://github.com/gorenje/ccmenu
Last synced: 5 days ago
JSON representation
Displays CruiseControl status in the Mac OS X menu bar. Works with all recent versions of CruiseControl, CruiseControl.NET, and CruiseControl.rb.
- Host: GitHub
- URL: https://github.com/gorenje/ccmenu
- Owner: gorenje
- License: other
- Created: 2011-07-19T12:54:57.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-17T15:51:12.000Z (over 13 years ago)
- Last Synced: 2025-04-01T05:33:38.527Z (25 days ago)
- Language: Objective-C
- Homepage:
- Size: 1.7 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
CCMenu
======This is a Git clone of the original [CCMenu](http://sourceforge.net/projects/ccmenu/) SVN repository.
Please see the original [website](http://ccmenu.sourceforge.net/) for details on what CCMenu
is. The purpose of this repository is to solve a single [issue](http://sourceforge.net/tracker/?func=detail&aid=1878591&group_id=201142&atid=976374) with self-signed SSL
certificates.The [solution](https://github.com/gorenje/ccmenu/commit/47073501f0918db112e09687807307941b1f6052) is based on http://www.cocoanetics.com/2009/11/ignoring-certificate-errors-on-nsurlrequest/
which requires using private methods on NSURLRequest, i.e. no guarantee made it will
continue to work.