Skip to content

Instantly share code, notes, and snippets.

@jchris
Created July 2, 2013 15:03
Show Gist options
  • Save jchris/5910060 to your computer and use it in GitHub Desktop.
Save jchris/5910060 to your computer and use it in GitHub Desktop.
`tree` of CouchbaseLite.framework
CouchbaseLite/iOS/CouchbaseLite.framework
├── CouchbaseLite
├── Headers
│   ├── CBLAttachment.h
│   ├── CBLDatabase+Attachments.h
│   ├── CBLDatabase+Insertion.h
│   ├── CBLDatabase+Internal.h
│   ├── CBLDatabase+LocalDocs.h
│   ├── CBLDatabase+Replication.h
│   ├── CBLDatabase.h
│   ├── CBLDocument.h
│   ├── CBLJSON.h
│   ├── CBLManager.h
│   ├── CBLModel.h
│   ├── CBLModelFactory.h
│   ├── CBLQuery.h
│   ├── CBLReplication.h
│   ├── CBLRevision.h
│   ├── CBLStatus.h
│   ├── CBLUITableSource.h
│   ├── CBLView+Internal.h
│   ├── CBLView.h
│   ├── CBL_Attachment.h
│   ├── CBL_Body.h
│   ├── CBL_Puller.h
│   ├── CBL_Pusher.h
│   ├── CBL_Replicator.h
│   ├── CBL_Revision.h
│   ├── CBL_Router.h
│   ├── CBL_Server.h
│   ├── CBL_URLProtocol.h
│   ├── CouchbaseLite.h
│   └── MYDynamicObject.h
├── Info.plist
└── PrivateHeaders
└── CouchbaseLitePrivate.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment