Files
RestKit/.gitignore
Blake Watters eb887e38c6 Refactored OAuth support for merge into master. fixes #84, #211
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.
2011-09-20 15:52:17 -04:00

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