Giter Site home page Giter Site logo

kaiquedamato / ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 5calls/ios

0.0 1.0 0.0 102.63 MB

iOS app for 5calls.org

Home Page: https://itunes.apple.com/us/app/5-calls/id1202558609?mt=8

License: MIT License

Objective-C 0.02% Swift 86.97% HTML 8.25% CSS 0.37% Ruby 4.40%

ios's Introduction

5Calls iOS App

This is the repository for the iOS app for 5Calls.org.

BuddyBuild

Requirements

  • Xcode 10.2.1
  • iOS 10.2

Getting Started

Install the dependencies:

bundle install

Using R.swift

R.swift removes the need to use "stringly typed" resources. Instead, you can reference your app's resources Android-style, which is strongly typed. Benefits are less casting, compile time checking for resources, and a little less code. See examples for each type here.

Note: Since 5Calls uses prototype cells instead of cell nibs, this is all you need to dequeue a cell:

let cell = tableView.dequeueReusableCell(withIdentifier: R.reuseIdentifier.setLocationCell, for: indexPath)!

Testflight Builds

This currently has to be done by Ben

Install the dependencies:

bundle install

Make sure you have a .env file with the following keys defined:

  • APPLE_ID
  • TEAM_ID
  • ITUNES_CONNECT_TEAM_ID
  • FASTLANE_APPLE_APP_SPECIFIC_PASSWORD

Update the build number manually (for now).

Then run:

fastlane beta

License

This project is released open source under the MIT License. See LICENSE for more details.

Contributors

Acknowledgments

Thanks to Nick O'Neill for organizing the 5calls project.

ios's People

Contributors

abizern avatar adamwulf avatar alexanderjrobinson avatar alexargo avatar bengottlieb avatar bjtitus avatar chrisbrandow avatar chrisgoddard avatar designatednerd avatar erikkrietsch avatar iainsmith avatar ianyh avatar indrashan avatar iosjillian avatar keithgee avatar mccarron avatar melville avatar mergesort avatar musicisamiracle avatar nickoneill avatar nikrad avatar subdigital avatar tomburns avatar

Watchers

 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.