Git Product home page Git Product logo

ios-0216-team-cheese's Introduction

OH HEY! Welcome to your new project.

One of your teammates should clone this repository to their machine. Then, go through these steps:

  1. Add a .gitignore to the cloned directory. The Github suggested one for Objective-C is a good start.
  2. Uncomment the Pods/ line in the .gitignore. We want to ignore the Pods directory. Trust me on this.
  3. Add a line that just says Secrets.m (or Constants.m, your preference) to the .gitignore. We want git to ignore your API keys and secrets, since this is going to be open source.
  4. Make a new Xcode project in the cloned directory.
  5. Run pod init in the directory, and add a pod (any pod) to the Podfile. Then run pod install. This will set up the workspace for the project, so everyone starts on the same foot.
  6. Add Secrets.h and Secrets.m files to your project (using File > New > Cocoa Class).
  7. In terminal, you'll probably need to do git reset HEAD and then git add .. This is just necessary when making changes to the .gitignore.
  8. Once you've done that, run git status and ensure that the Secrets.m file and <username>.xcuserdata files are not in the list.
  9. Commit! git commit -m "Initial Commit"
  10. Push! git push origin master

Now your teammates can clone this repository and start branching and coding!

ios-0216-team-cheese's People

Contributors

misterfifths avatar bclous avatar

Watchers

James Cloos avatar Andre Creighton 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.