Added empty implementation for PrivateAuthenticationService

This commit is contained in:
Patrick Santana 2013-05-06 11:02:17 +02:00
parent 872dfbe4f9
commit 09a380803f

View file

@ -78,3 +78,7 @@ Use this command to run in all files .m and generate the translation file to be
cd Photo
find . -name \*.m | xargs genstrings -o en.lproj
````
#### Missing implementation
After download our code, Xcode will complain that a PrivateAuthenticationService.m is missing. This happens because it is the implementation applied by Trovebox.
You can download it at https://dl.dropboxusercontent.com/u/138224/Github/PrivateAuthenticationService.m. It will be an empty implementation. Then to connect to your service use the OAuth Procedure. Click in `Login with email` > `Own Server`