Coder Social home page Coder Social logo

bfekusis / cocoacamp-ios-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cocoacamp/cocoacamp-ios-app

0.0 2.0 0.0 1.36 MB

iOS App for the (un)conference event of people interested in developing on the iPad, iPhone, iPod touch & Mac OS X.

Home Page: http://www.cocoacamp.org

License: MIT License

cocoacamp-ios-app's Introduction

CocoaCamp

This iOS project is developed to meet the needs of the Atlanta CocoaCamp 2010 event with the intention of sharing with the rest of the Cocoa community.

Three20

Three20 is a collection of iPhone UI classes, like a photo viewer, and general utilities, like an HTTP disk cache. See the project resources for more info

Bump API

The Bump API is included in the source tree. No setup needed.

Setting Up Your Project

  1. Fork the CocoaCamp iOS GitHub Master project to your own GitHub account

  2. Clone both our project and three20 to the same parent directory (Obviously, you need Git installed)

     [Terminal]
     cd ~/MyXcodeDevelopmentDirectory
     git clone git://github.com/facebook/three20.git
     git clone [email protected]:<your user name>/CocoaCamp-iOS-App.git
     open CocoaCamp-iOS-App/CocoaCamp.xcodeproj
     [/Terminal]
    

    You need to tore the repository parallel to the CocoaCamp xcode project, in the same parent directory, because Xcode will need to reference the files every time you compile your project.

  3. That's it! As far as I know, it should work at this point. If you have any trouble, see the README.markdown in the three20 project. But please communicate through the CocoaCamp Google Group so we can straighten it out.

Current State

There are 4 tabs:

  1. Schedule - conference schedule
  2. People - bump contact exchange UI
  3. Flickr - take pictures and share with other attendees on Flickr
  4. You - identify yourself on the app so that you can use bump contact exchange(maybe should merge this w People in the future?)

Merging from Main Trunk

To merge the changes from upstream(for this time and future instances), first do a:

git status 

and make sure you don't have local changes on either of these files:

CocoaCamp.xcodeproj/project.pbxproj 
MainWindow.xib 

if you do have local changes on either file, throw away the changes by:

git checkout <filepath>

If you'd never done this before, you'll need to add cocoacamp as a remote repo(you only need to do this the first time):

git remote add cocoacamp http://github.com/cocoacamp/CocoaCamp-iOS-App.git

then do:

git fetch cocoacamp 
git merge cocoacamp/master 

If you don't have any merge conflicts then you've completed the merge on your local repo. If you get merge conflicts you will still have to merge manually. Rule of thumb: code files are easy to merge, nib files are not. After manually merging, follow the steps in Committing Your Work.

Committing Your Work

First add each new file you newly created by:

git add <filepath> 

then if you want to commit all modified files do:

git commit -am "put commit comment here" 

then push it to github:

git push origin master

Git Workflow

Going forward, this is the recommended git workflow(note, this is different from what I said at our last lunch):

  1. Work as you normally would.
  2. When you are done with a set of changes, commit all files and push to your fork on github. Follow instructions in Committing Your Work.
  3. Email me at ([email protected]) or send me a pull request at (airportyh) and kindly ask to merge your changes. I'll get to it as soon as I can(usually same day, except for weekend). If there are any special instructions that can help me, such as what frameworks you've added, or what controller/nib should go on what tab in the MainWindow nib, please write me a note.
  4. I'll email you back or comment on your pull request(which should in turn notify you via email) when I'm done w the merge. Then at this point, follow the Merging from Main Trunk instructions above to merge back to your repo. Between the time you send me the pull request and the time I am done with the merge, it's best that you don't do anything that modifies CocoaCamp.xcodeproj/project.pbxproj or MainWindow.xib.

cocoacamp-ios-app's People

Contributors

abrewing avatar airportyh avatar cocoacamp avatar levous avatar warrenm avatar widgetpress 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.