Skip to content

Commit

Permalink
Screenshots moved to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 8, 2011
1 parent 02691f4 commit 696efcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -74,9 +74,9 @@ Example

Some pictures say more than thousand words. Here is a before/after diff showing the magic:

![Header](http://mail.holtwick.it/xobjc/demo-h.PNG "Header")
![Header](https://github.com/holtwick/xobjc/raw/master/website/demo-h.png "Header")

![Module](http://mail.holtwick.it/xobjc/demo-m.PNG "Module")
![Module](https://github.com/holtwick/xobjc/raw/master/website/demo-m.png "Module")

XCode Integration
-----------------
Expand Down
Binary file added website/demo-h.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/demo-m.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions xobjc.py
Expand Up @@ -90,7 +90,7 @@
- Support for .mm file suffixes
- DEBUG does not write files
0.13 (2010-)
0.13 (2011-01-08)
- XPROPERTY arguments case sensitive
- Added 'xobjc' marker into @property
- 'XASSIGN BOOL xxx' creates corect 'isXxx' getter
Expand All @@ -106,7 +106,7 @@
"""

__version__ = "0.12"
__version__ = "0.13"

import re
import os
Expand Down

0 comments on commit 696efcd

Please sign in to comment.