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