Code Monkey home page Code Monkey logo

yelpkit's Introduction

YelpKit

YelpKit is a iOS framework for Objective-C, and contains some basics for image loading, caching, requests, views and layouts.

YelpKit includes GHKit, which is a set of extensions and utilities for Objective-C.

Install

YelpKit assumes that you are using a modern Xcode project building to the DerivedData directory. Confirm your settings via the "File" menu > "Project Settings...". On the "Build" tab within the sheet that opens, click the "Advanced..." button and confirm that your "Build Location" is the "Derived Data Location".

  1. Add Git submodule to your project: git submodule add git://github.com/Yelp/YelpKit.git YelpKit
  2. Pull YelpKit submodule dependencies: git submodule update --recursive --init
  3. Add cross-project reference by dragging YelpKit.xcodeproj to your project
  4. Open Build Settings for your project
  5. Add the following Header Search Paths (including the quotes): "$(BUILT_PRODUCTS_DIR)/../../Headers"
  6. Add Other Linker Flags for -ObjC -all_load
  7. Open Build Phases for the target you want to link YelpKit into
  8. Add direct dependency on the YelpKit aggregate target
  9. Link against YelpKit:
    1. libYelpKit.a on iOS
    2. YelpKit.framework on OS X
  10. Import the YelpKit headers via #import <YelpKit/YelpKit.h>
  11. If you want to use GHKit, you can #import <GHKit/GHKit.h>
  12. Add dependencies for QuartzCore.framework and MapKit.framework
  13. Build the project to verify installation is successful

yelpkit's People

Contributors

gabriel avatar johnboiles avatar amiruci avatar ssheldon avatar cheunga avatar bmelts avatar elicox 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.