mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 20:31:13 +08:00
Cleaned up @rodchile's excellent work integration OAuth 1.0 and 2.0 into RestKit. Changes
are as follows:
* Introduced new RKRequestAuthenticationType to replace the forceBasicAuthentication and other
methods for influencing how authorization works.
* Moved TDOAuth code into Vendor/
* Renamed authorization code flow classes and delegate methods for clarity.
26 lines
367 B
Plaintext
26 lines
367 B
Plaintext
# the build
|
|
Build
|
|
build
|
|
# DerivedData
|
|
Docs/API
|
|
|
|
# temp nibs and swap files
|
|
*~.nib
|
|
*.swp
|
|
|
|
# OS X folder attributes
|
|
.DS_Store
|
|
|
|
# user-specific XCode stuff
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.pbxuser
|
|
*.perspectivev3
|
|
*.xcuserdatad
|
|
|
|
Examples/RKDiscussionBoardExample/discussion_board_backend/public/system/attachments/*
|
|
|
|
# UISpecRunner cached build path
|
|
.uispec.app
|
|
Specs/Runner/UISpec
|