diff --git a/example/.gitignore b/example/.gitignore index a8f74d1..1af20d0 100644 --- a/example/.gitignore +++ b/example/.gitignore @@ -1,4 +1,3 @@ -bin obj *.xcodeproj *.plist diff --git a/example/bin/.gitignore b/example/bin/.gitignore new file mode 100644 index 0000000..a4a7aed --- /dev/null +++ b/example/bin/.gitignore @@ -0,0 +1,3 @@ +*.app +data/*.jpg +data/*.xml diff --git a/example/bin/data/sources/images/image1.jpg b/example/bin/data/sources/images/image1.jpg new file mode 100644 index 0000000..88cf12e Binary files /dev/null and b/example/bin/data/sources/images/image1.jpg differ diff --git a/example/bin/data/sources/images/image2.jpg b/example/bin/data/sources/images/image2.jpg new file mode 100644 index 0000000..4111693 Binary files /dev/null and b/example/bin/data/sources/images/image2.jpg differ diff --git a/example/bin/data/sources/images/image3.jpg b/example/bin/data/sources/images/image3.jpg new file mode 100644 index 0000000..fffdd35 Binary files /dev/null and b/example/bin/data/sources/images/image3.jpg differ diff --git a/example/bin/data/sources/images/image4.jpg b/example/bin/data/sources/images/image4.jpg new file mode 100644 index 0000000..3291a57 Binary files /dev/null and b/example/bin/data/sources/images/image4.jpg differ diff --git a/example/bin/data/sources/images/image5.jpg b/example/bin/data/sources/images/image5.jpg new file mode 100644 index 0000000..d9f2908 Binary files /dev/null and b/example/bin/data/sources/images/image5.jpg differ