CPHConsoleApp icon indicating copy to clipboard operation
CPHConsoleApp copied to clipboard

Cross Platform Haskell console application that should work on iOS and Android

Results 5 CPHConsoleApp issues
Sort by recently updated
recently updated
newest added

As it's the POC then it would be nice to have binaries available. APK particularly. You may want to "Release" those.

The file "prepare-ios-all.sh" seems to be missing.

Basically having a VM running to build an android application might be a bit of overkill, so it would be nice to get the ghc toolchain for arm-android devices working...

enhancement
help wanted

For some weird reason the android build only works if it is done twice once with `ghc-options: -shared` and once with `ghc-options: -optl-shared` and `cc-options: -shared` and `ld-options: -shared` This...

bug
enhancement

It would be nice to have if the build scripts could auto generate the Xcode project, and add the libraries to the targets etc. [Xcodeproj](https://github.com/CocoaPods/Xcodeproj) would be suited best for...

enhancement