Giter VIP home page Giter VIP logo

semrubo / ace-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vtcsecurellc/ace-ios

0.0 2.0 0.0 95.92 MB

iPhone/iPad Accessible Communications for Everyone

License: GNU General Public License v2.0

Shell 0.69% CMake 0.69% Objective-C 29.83% MATLAB 0.03% C 45.01% Java 5.37% Ruby 0.03% HTML 10.05% CSS 0.13% Python 0.41% Makefile 0.69% C++ 3.99% C# 0.27% Batchfile 0.01% Inno Setup 0.08% Tcl 0.03% Perl 0.11% Groff 0.17% PHP 0.01% M4 2.37%

ace-ios's Introduction

ace-ios

Accessible Communications for Everyone

This is source tree for the ACE App for iOS.

Building

This github project is automatically built via Travis.

The .travis.yml file is what directs these Travis automated builds. This includes all bootstrapping and preparation of a build environment, including all of the steps below.

These are the steps you can follow to build ace-ios locally.

  1. Ensure you have Xcode installed

  2. Prepare your build environment:

    ./Tools/prepare.sh
  1. Pull the ace-ios repo and init the submodules:
    git clone [email protected]:VTCSecureLLC/ace-ios.git
    cd ace-ios
    git submodule update --init --recursive
  1. (re)Build the SDK:
    ./prepare -C
    ./prepare.py -d devices -G Ninja -DENABLE_WEBRTC_AEC=YES -DENABLE_VCARD=YES --build-all-codecs
    make -j 8

You should now see a liblinphone-sdk directory with Linphone SDK library build assets.

  1. Build a debug build of the app:
    xcrun xcodebuild -project linphone.xcodeproj \
                     -scheme linphone \
                     -sdk iphoneos \
                     -configuration Debug build \
                     CODE_SIGNING_REQUIRED=NO \
                     CODE_SIGN_IDENTITY="" \
                     CODE_SIGN_ENTITLEMENTS=""

This will build a .app, but will not generate an archive .ipa for a device. You will not be able to run this.

  1. If all of that went well, you should be able to run it in Xcode on your device. Use Xcode "run" to run the app on your device, or archive the app to an .ipa to distribute.

For examples of how the Travis build does a release to HockeyApp, see the Tools/release.sh script.

ace-ios's People

Contributors

bagage avatar zackm0571 avatar peppsac avatar viish avatar fgrisez avatar semrubo avatar ianblenke avatar shareefalis avatar jeannotlapin avatar gberaudo avatar ladyhawk avatar patrickmwatson avatar gui13 avatar norayr-accontech avatar noellak avatar vtcsecure avatar margauxclerc avatar bensartor avatar omnitorsimon avatar diorcety avatar mixo44 avatar solomax avatar

Watchers

James Cloos avatar  avatar

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.