Skip to content

replete-repl/replete-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Replete REPL iOS

ClojureScript REPL iOS app.

Interested in Android instead? See Replete for Android.

Available on the App Store.

Announcement post

Earlier post: Replete: A Standalone iOS CLJS REPL.

Build Curl for iOS

  1. Clone https://github.com/jasonacox/Build-OpenSSL-cURL
  2. Go into that project and run ./build.sh
  3. Copy the resulting curl, openssl and nghttp2 directories into the Replete directory.
  4. The Xcode project is already set up to look in these directories for headers and static libs.

Running

  1. Clone planck into a sibling directory and build it.
  2. In the ClojureScript/replete directory, do script/build
  3. Do a pod install in the top level.
  4. open Replete.xcworkspace with Xcode and run the app on a device or in the simulator.

Contributing

Happy to take PRs!

License

Copyright © 2015–2023 Mike Fikes, Roman Liutikov, and Contributors

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.