From d1a534189eef3b4a4ea00327a51e2e777720ec10 Mon Sep 17 00:00:00 2001 From: Patrick Santana Date: Mon, 11 Jul 2011 20:43:36 +0200 Subject: [PATCH] -adding module to three20 --- .gitattributes | 1 + .gitignore | 20 ++++++++++++++++++++ .gitmodules | 3 +++ README | 0 README.mdown | 14 ++++++++++++++ three20 | 1 + 6 files changed, 39 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .gitmodules delete mode 100644 README create mode 100644 README.mdown create mode 160000 three20 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0ef1ffb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pbxproj -crlf -diff -merge \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..578b5c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# xcode noise +*.mode1v3 +*.pbxuser +*.perspective +*.perspectivev3 +*.pyc +*~.nib/ +build/* + +# Textmate - if you build your xcode projects with it +*.tm_build_errors + +# old skool +.svn + +# osx noise +.DS_Store +profile + +three20/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ac8db88 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "three20"] + path = three20 + url = git://github.com/facebook/three20.git diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..98c0dca --- /dev/null +++ b/README.mdown @@ -0,0 +1,14 @@ +OpenPhoto +======================= +#### OpenPhoto, a photo service for the masses + +---------------------------------------- +### What is the iOS version? + +---------------------------------------- + +### Frameworks + +---------------------------------------- + + diff --git a/three20 b/three20 new file mode 160000 index 0000000..726841e --- /dev/null +++ b/three20 @@ -0,0 +1 @@ +Subproject commit 726841e4abd7ab7ea723e5f840670d07ad0ac4dd