Code Monkey home page Code Monkey logo

chemistry-objectivecmis's Introduction

Apache Chemistry ObjectiveCMIS
==============================

Apache Chemistry ObjectiveCMIS is a CMIS client library for Objective-C language.
The library is primarily targeted at iOS application development and aims to 
provide an interoperability API to CMIS based repositories.
However, as the base library is built on the Foundation.framework it can be used
for developing Mac OSX applications as well.

The ObjectiveCMIS library is distributed in two packages.

* The source package contains the source code of the library and the source code 
  of the unit tests as well as a XCode project.

* The binary package contains the library (libObjectiveCMIS.a), the public
  header files and the API documentation as a docset (generated using appledocs).


Minimum Requirements
--------------------

The library is making use of NSURLSession API for downloading content via HTTP.
Therefore the library is compatible with iOS v7.0 SDK and OS X v10.9 SDK or later.
For development we recommend the latest available version of Xcode and
iOS / Mac OSX SDKs.


How to include the library on your XCode project
------------------------------------------------

The easiest way to include the ObjectiveCMIS library into your project is to
unzip the ObjectiveCMIS binary package.

Then go to the 'File' menu in XCode and select the 'Add Files to...' option.
Add the headers and library files contained in the ZIP distribution to your project:

* Make sure that the library is included in the list of frameworks/libraries.
  Select the build target and go to Build Phases. libObjectiveCMIS.a should be
  listed in the Link Binary with Libraries option.

* The CMIS headers should be included in the 'Copy Headers' section of Build Phases
  for your build target.

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.