Skip to content

Commit cd0b674

Browse files
committed
Limited OAuth Support
1 parent 4b9b014 commit cd0b674

23 files changed

+621
-5026
lines changed

.gitignore

+21-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
build/*
1+
# Common
2+
.DS_Store
3+
4+
# Xcode
5+
build/*
6+
*.pbxuser
7+
!default.pbxuser
8+
*.mode1v3
9+
!default.mode1v3
10+
*.mode2v3
11+
!default.mode2v3
12+
*.perspectivev3
13+
!default.perspectivev3
14+
*.xcworkspace
15+
!default.xcworkspace
16+
xcuserdata
17+
profile
18+
*.moved-aside
19+
20+
# App
21+
Consumerkey.h

ASIHTTP/ASI.h

-14
This file was deleted.

ASIHTTP/ASIFormDataRequest.h

-61
This file was deleted.

0 commit comments

Comments
 (0)