Skip to content

replete-repl/replete-ios

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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–2020 Mike Fikes, Roman Liutikov, and Contributors

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