Giter VIP home page Giter VIP logo

ios-project-setup's Introduction

ios-project-setup

About

This script can be use to add common libraries and tools to an already existing Xcode project. As a safety measure, if a file already exists, like 'Podfile', it will not be override. If the file does not exists, it will be created by the script, using default values.

Content

This script will execute basic setup creating some configuration files, but will not override existing files.

Created files will assure that target names, directory references and so matches the project's files, targets and directory names.

Steps:

  1. Setup rbenv or RVM. If neither is configured, configures rbenv.
  2. Installs Bundler
  3. If Gemfile file does not exist, creates a default Gemfile.
  4. If Podfile does not exist, executes pod init
  5. If Rakefile does not exists, creates a default Rakefile.
  6. Executes rake install
  7. If .clang-format file does not exist, creates a default .clang-format.
  8. If .slather.yml file does not exists, creates a default .slather.yml file.

Executing it

  1. CD to the directory having the .xcodeproj file.
  2. Execute
sh <(curl https://raw.githubusercontent.com/inacioferrarini/ios-project-setup/master/bootstrap.sh)

ios-project-setup's People

Contributors

inacioferrarini avatar

Stargazers

 avatar Bruno Fernandes avatar

Watchers

 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.