Skip to content

Commit

Permalink
Initial addition of all the files from our internal code base.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Greg committed Sep 14, 2010
0 parents commit 7e433e4
Show file tree
Hide file tree
Showing 208 changed files with 21,173 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build
Project Templates/RMUploadKit Plugin/___PROJECTNAME___.xcodeproj/*.mode1v3
Project Templates/RMUploadKit Plugin/___PROJECTNAME___.xcodeproj/*.pbxuser
Example Plugins/Ember Uploader/Ember.xcodeproj/*.mode1v3
Example Plugins/Ember Uploader/Ember.xcodeproj/*.pbxuser
9 changes: 9 additions & 0 deletions Acknowledgements.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf320
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww9000\viewh8400\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\ql\qnatural\pardirnatural

\f0\fs24 \cf0 \
Documentation generated using {\field{\*\fldinst{HYPERLINK "http://github.com/mattball/doxyclean"}}{\fldrslt http://github.com/mattball/doxyclean}}\
}
Binary file added Building an Upload Plugin.pages
Binary file not shown.
3 changes: 3 additions & 0 deletions Example Plugins/Ember Uploader/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build
Ember.xcodeproj/xcuserdata
Ember.xcodeproj/Danny.*
414 changes: 414 additions & 0 deletions Example Plugins/Ember Uploader/Ember.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions Example Plugins/Ember Uploader/Ember_Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//
// Prefix header for all source files of the 'Ember' target in the 'Ember' project.
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>

#import "RMUploadKit/RMUploadKit.h"
#endif

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Localized versions of Info.plist keys */

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
localizable.strings
Ember

Created by Daniel Greg on 27/07/2009.
Copyright 2009 Realmac Software. All rights reserved.
*/

Loading

0 comments on commit 7e433e4

Please sign in to comment.