Skip to content

Commit

Permalink
Merge pull request #121 from pybee/success
Browse files Browse the repository at this point in the history
Add a success stories page.
  • Loading branch information
freakboy3742 authored Jun 13, 2018
2 parents 17ff80b + 6ac7ea5 commit cdaca74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/background/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ plans for the future? That's what you'll find here!

faq
community
success
releases
roadmap
2 changes: 1 addition & 1 deletion docs/background/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Release History
* Removed automatic conversion of ``NSString`` objects to ``str`` when returned from Objective-C methods. This feature made it difficult to call Objective-C methods on ``NSString`` objects, because there was no easy way to prevent the automatic conversion.
* In most cases, this change will not affect existing code, because ``NSString`` objects now support operations similar to ``str``.
* If an actual ``str`` object is required, the ``NSString`` object can be wrapped in a ``str`` call to convert it.
* Added support for ``objc_property``s with non-object types.
* Added support for ``objc_property`` with non-object types.
* Added public ``get_ivar`` and ``set_ivar`` functions for manipulating ivars.
* Changed the implementation of ``objc_property`` to use ivars instead of Python attributes for storage. This fixes name conflicts in some situations.
* Fixed ``objc_property`` setters on non-macOS platforms. (cculianu)
Expand Down
6 changes: 6 additions & 0 deletions docs/background/success.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Success Stories
===============

Want to see examples of Rubicon in use? Here's some:

* `Travel Tips <https://itunes.apple.com/au/app/travel-tips/id1336372310>`_ is an app in the iOS App Store that uses Rubicon to access the iOS UIKit libraries.

0 comments on commit cdaca74

Please sign in to comment.