Giter Club home page Giter Club logo

airbitz-ios-gui'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.

airbitz-ios-gui's People

Contributors

adamdna avatar dittylabs avatar edge-builder avatar i3inary avatar jamesrisberg avatar jonatansberg avatar lclc avatar marvinairbitz avatar maverickedge avatar omegak avatar paullinator avatar rjrs2k avatar rommeltj avatar swansontec avatar teneighty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

airbitz-ios-gui's Issues

Max spend fails to calculate fees, or does so at the wrong time?

'Max' button used to work to spend all outputs in a wallet. Since the latest update whenever you select 'Max' you then get red text saying 'Insufficient Funds'. Subtracting .0001 from the amount will usually clear it up and allow you to send, but then you end up with dust in the wallet.

Dynamic fees

Hi, various wallets (breadwallet, electrum, bitcoin core, ledger, mycelium, copay, bitgo) now have dynamic fees integrated by default. This is essential to help deal with future stress tests / spam attacks, one of which is impending (Coinwallet's plan to create a severe 30-day tx backlog in September).

What are Airbitz's thoughts? It may be prudent to prioritize this and have it out ASAP, given that September threat.

Thanks.

Old version of XIB doesn't accepted by Xcode 9

While compiling with latest Xcode, it displays following error:

/* com.apple.ibtool.document.warnings /
/Users/a/airbitz-ios-gui/Airbitz/Google Drive/GTMOAuth2ViewTouch.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited.
/
com.apple.ibtool.document.errors */
/Users/a/airbitz-ios-gui/Airbitz/Google Drive/GTMOAuth2ViewTouch.xib:global: error: Compiling IB documents for earlier than iOS 7 is no longer supported.

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.