https://github.com/readytalk/hello-ios
Hello World using Avian for iOS
https://github.com/readytalk/hello-ios
Last synced: 9 months ago
JSON representation
Hello World using Avian for iOS
- Host: GitHub
- URL: https://github.com/readytalk/hello-ios
- Owner: ReadyTalk
- Created: 2012-05-14T19:15:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T20:01:56.000Z (over 9 years ago)
- Last Synced: 2025-03-26T22:11:27.400Z (10 months ago)
- Language: Objective-C
- Size: 89.8 KB
- Stars: 18
- Watchers: 24
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Avian on iOS example
====================
[](https://travis-ci.org/ReadyTalk/hello-ios)
This is a simple example of how to use Avian on iOS. These are the
steps required to build it:
__1.__ Get Avian:
$ git clone https://github.com/ReadyTalk/avian
__2.__ Get ProGuard:
$ curl -Of http://oss.readytalk.com/avian-web/proguard4.11.tar.gz
$ tar xzf proguard4.11.tar.gz
__3.__ Get this example, if you don't already have it:
$ git clone https://github.com/ReadyTalk/hello-ios
__4.__ Build the example. The default target is an iPhoneOS 64 bit simulator. Uncomment related lines to build for another target.
$ cd hello-ios && ./build-hello.sh
When building for an iPhoneOS device, the codesign step may fail with the message "User interaction is not
allowed." To fix this, you'll need to unlock your keychain and try
again:
$ security unlock-keychain ~/Library/Keychains/login.keychain
Please send an email to avian@googlegroups.com if you have any
questions or comments.