Added empty implementation for PrivateAuthenticationService
This commit is contained in:
parent
872dfbe4f9
commit
09a380803f
1 changed files with 5 additions and 1 deletions
|
@ -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`
|
Loading…
Add table
Add a link
Reference in a new issue