GithubHelp home page GithubHelp logo

haojp / airbitz-ios-gui-private Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edgeapp/airbitz-ios-gui-private

0.0 1.0 0.0 64.19 MB

Airbitz iOS GUI

Objective-C 50.68% Swift 0.24% C 0.04% HTML 48.98% Ruby 0.01% Shell 0.06%

airbitz-ios-gui-private's Introduction

Airbitz iOS

Build Airbitz iOS in xcode

cd $REPO_DIR
git clone [email protected]:Airbitz/airbitz-ios-gui.git

cd Airbitz
cp Config.h.example Config.h

Paste API keys from Airbitz into Config.h fields. API keys for Airbitz Core can be obtained from https://developer.airbitz.co

Install Cocoapods

sudo gem install cocoapods

Update Airbitz 'Podfile' to pull AirbitzCore from developer.airbitz.co

Uncomment the following line from 'airbitz-ios-gui/Podfile'

pod 'AirbitzCore', :http => "https://developer.airbitz.co/download/airbitz-core-objc-newest.tgz"

If you want to use the 'develop' build of airbitz-core with functionality of the next release. Use this line instead

pod 'AirbitzCore', :http => "https://developer.airbitz.co/download/airbitz-core-objc-develop-newest.tgz"

Comment out the following line

pod 'AirbitzCore', :path => '../airbitz-core-objc/'

Install the pods

pod install

Due to a bug in Cocoapods, you may need to also run

xcproj touch

This will clear up the project file which gets corrupted by pod install turning the ASCII format into XML

Next fire up the xcode project

open airbitz-ios-gui/Airbitz.xcworkspace

Once in xcode you can run Command-R to run it in an emulator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.