Skip to content

Commit 10e9a86

Browse files
author
Macmade
committed
Cleanup...
1 parent c5617f9 commit 10e9a86

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Mac Finder
2+
.DS_Store
3+
Icon?
4+
5+
# Thumbnails
6+
._*
7+
8+
# Files that might appear on external disk
9+
.Spotlight-V100
10+
.Trashes

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ You can use the XCode project files freely.
1818
Note that you still need to give credits to OpenCV, as stated by the BSD License.
1919
That said, we'll be very happy if you drop us a line when releasing your app!
2020

21+
Project Status
22+
--------------
23+
24+
This project is no longer maintained.
25+
It might not build on latest iOS versions, and might not be compatible with latest OpenCV versions.
2126

2227
[1]: http://www.eosgarden.com/en/opensource/opencv-ios/documentation/ "Documentation"
2328
[2]: http://www.eosgarden.com/en/opensource/opencv-ios/download/ "Download"
29+
30+
Repository Infos
31+
----------------
32+
33+
Owner: Jean-David Gadina - XS-Labs
34+
Web: www.xs-labs.com
35+
Blog: www.noxeos.com
36+
Twitter: @macmade
37+
GitHub: github.com/macmade
38+
LinkedIn: ch.linkedin.com/in/macmade/
39+
StackOverflow: stackoverflow.com/users/182676/macmade

0 commit comments

Comments
 (0)