-adding module to three20
This commit is contained in:
parent
8aae470ea2
commit
d1a534189e
6 changed files with 39 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
*.pbxproj -crlf -diff -merge
|
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -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/
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "three20"]
|
||||||
|
path = three20
|
||||||
|
url = git://github.com/facebook/three20.git
|
0
README
0
README
14
README.mdown
Normal file
14
README.mdown
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
OpenPhoto
|
||||||
|
=======================
|
||||||
|
#### OpenPhoto, a photo service for the masses
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
### What is the iOS version?
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
### Frameworks
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
|
1
three20
Submodule
1
three20
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 726841e4abd7ab7ea723e5f840670d07ad0ac4dd
|
Loading…
Add table
Add a link
Reference in a new issue