12345678910111213141516171819 |
- /*****************************************************************************
- * VLCBoxConstants.h
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2014 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Carola Nitz <nitz.carola # googlemail.com>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
- #define kVLCBoxClientID @"nrjwriavk0mf8j6bhra56tyn58d5i7ci"
- #warning Box app secret missing, login will fail
- #define kVLCBoxClientSecret @""
- #define kVLCBoxService @"kVLCBoxService"
- #define kVLCBoxAccount @"kVLCBoxAccount"
|