Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm authored Oct 17, 2017
1 parent a7e52dd commit c267311
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# objcbridge

# ObjcBridge
Yet another Pharo-ObjectiveC bridge, using UnifiedFFI as backend.

# Install
While in fact this can be used generically on ObjC, for obvious reasons it has been tested just on macOS :)

```Smalltalk
Metacello new
repository: 'github://estebanlm/objcbridge/src';
baseline: 'ObjCBridge';
load.
```

## Acknowledge
This bridge is largelly inspired on [John McIntosh's](https://github.com/johnmci) previous bridge, but this one was rewritten to use UnifiedFFI (the new backend for FFI). Credits to him and [Eliot Miranda](https://github.com/eliotmiranda) for made this possible.

0 comments on commit c267311

Please sign in to comment.