Skip to content

Commit 9c93276

Browse files
author
noodlewerk
committedSep 9, 2012
Initial commit
·
0.7.50.1.0
0 parents  commit 9c93276

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
 

‎.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Xcode
2+
build/*
3+
*.pbxuser
4+
!default.pbxuser
5+
*.mode1v3
6+
!default.mode1v3
7+
*.mode2v3
8+
!default.mode2v3
9+
*.perspectivev3
10+
!default.perspectivev3
11+
*.xcworkspace
12+
!default.xcworkspace
13+
xcuserdata
14+
profile
15+
*.moved-aside

‎README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
NWPusher
2+
========
3+
4+
Mac OS X application for playing with Apple's push notification service.

0 commit comments

Comments
 (0)
Please sign in to comment.