Project

objctify

0.0
No commit activity in last 3 years
No release in over 3 years
A gem which helps you literally use Java on iOS. It is a wrapper of J2ObjC tool by Google, which handles the most of routine actions. Basically it turns your Java sources into an iOS framework ready to use in you iOS projects.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 10.0

Runtime

>= 0.9.1, < 2.0
>= 1.3.0, < 2.0.0
 Project Readme

objctify

Pronunciation

Pronounced as objectify | ɒbˈdʒɛktɪfʌɪ |

Description

A gem which helps you use Java on iOS. It is a wrapper of J2ObjC tool by Google, which handles the most of routine actions. It turns your Java sources into an iOS framework ready to use in your iOS projects.

Installation

Not intended to be used as a library, but we are not the police to forbid you anything. Feel free to do whatever you want.

Install it as:

$ gem install objctify

Usage

  1. Go to your Java project dir
  2. Execute objctify init
  3. Provide all necessary properties using Objctifile
  4. Execute objctify this
  5. ??????
  6. PROFIT! Use a generated project as a subproject or build and deliver as a framework

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/devexperts/objctify