https://github.com/seanlilmateus/carendar
OSX status bar Calendar written in Rubymotion
https://github.com/seanlilmateus/carendar
collectionview macos nsstackview ruby rubymotion rubymotion-applications
Last synced: 2 months ago
JSON representation
OSX status bar Calendar written in Rubymotion
- Host: GitHub
- URL: https://github.com/seanlilmateus/carendar
- Owner: seanlilmateus
- Created: 2017-08-02T13:46:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T14:50:33.000Z (almost 9 years ago)
- Last Synced: 2025-02-07T10:20:27.486Z (over 1 year ago)
- Topics: collectionview, macos, nsstackview, ruby, rubymotion, rubymotion-applications
- Language: Ruby
- Size: 4.88 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carendar
Is your status menu Calendar App done right,




## Fixes Needed
This Project uses [promise.rb](https://github.com/lgierth/promise.rb), unfortunately it is not completely supported by Rubymotion. In order to make it running patch has to be applied.
1. Download the promise.rb gem
2. Apply the patch that can be found within this project `rubymotion_private_module.patch`
```sh
# First you should check the changes that might get applied.
git apply --stat rubymotion_private_module.patch
# check how troublesome the patch will be
git apply --check rubymotion_private_module.patch
# Let us just apply it
git am --signoff < rubymotion_private_module.patch
```