Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 816 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 816 Bytes

GNUstep Android Examples

This repository contains example projects to show how to use the GNUstep Android Toolchain in a project.

  • hello-objectivec
    Android Studio project using CMake to compile Objective C code using GNUstep.
    The GNUstep integration can be found in CMakeLists.txt.
    Additionaly, GSInitialize.m shows how to initialize GNUstep and enables logging of stderr output via logcat.
  • hello-objective-qt
    Qt project using a custom compiler definition to support Objective C code using GNUstep (see objc-gnustep.pri).
    Can be run on Android as well as macOS.