Skip to content

Commit 9ec8d0f

Browse files
author
dd2284
committed
Merge branch 'master' of github.com:ddeville/DDPageControl
2 parents 4ee6ea4 + a3ca8f0 commit 9ec8d0f

File tree

3 files changed

+48
-22
lines changed

3 files changed

+48
-22
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.pbxproj -crlf -diff -merge

.gitignore

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,35 @@
1-
# Mac OS X Finder and whatnot
1+
# OS X
22
.DS_Store
3-
4-
# XCode (and ancestors) per-user config (very noisy, and not relevant)
5-
*.mode1
6-
*.mode1v3
7-
*.mode2v3
8-
*.perspective
9-
*.perspectivev3
10-
*.pbxuser
11-
12-
13-
# Generated files
14-
VersionX-revision.h
15-
16-
17-
# build products
18-
build/
3+
.DS_store
4+
profile
5+
6+
# XCode
7+
*.mode*
8+
*.perspective*
9+
*.pbxuser*
10+
*tmproj
11+
External/GHUnit/*
12+
PLBlocks.framework/*
13+
*.pyc
14+
15+
# for Xcode 4
16+
xcuserdata
17+
*.xcworkspace
18+
19+
# built products
20+
build
1921
*.o
2022

21-
# Other source repository archive directories (protects when importing)
23+
# Other source repository archive directories
2224
.hg
2325
.svn
2426
CVS
2527

26-
27-
# automatic backup files
28-
*~.nib
28+
# Automatic backup files
29+
#~.nib/
2930
*.swp
3031
*~
3132
*(Autosaved).rtfd/
3233
Backup[ ]of[ ]*.pages/
33-
Backup[ ]of[ ]*.key/
34+
Backup[ ]of[ ]*.key/
3435
Backup[ ]of[ ]*.numbers/

LICENSE

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
* Copyright (c) 2010-2011, Snappy Code
2+
* All rights reserved.
3+
*
4+
* Redistribution and use in source and binary forms, with or without
5+
* modification, are permitted provided that the following conditions are met:
6+
* * Redistributions of source code must retain the above copyright
7+
* notice, this list of conditions and the following disclaimer.
8+
* * Redistributions in binary form must reproduce the above copyright
9+
* notice, this list of conditions and the following disclaimer in the
10+
* documentation and/or other materials provided with the distribution.
11+
* * Neither the name of Snappy Code nor the
12+
* names of its contributors may be used to endorse or promote products
13+
* derived from this software without specific prior written permission.
14+
*
15+
* THIS SOFTWARE IS PROVIDED BY Snappy Code ''AS IS'' AND ANY
16+
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
* DISCLAIMED. IN NO EVENT SHALL Snappy Code BE LIABLE FOR ANY
19+
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)