VLCBoxConstants.h 687 B

12345678910111213141516171819
  1. /*****************************************************************************
  2. * VLCBoxConstants.h
  3. * VLC for iOS
  4. *****************************************************************************
  5. * Copyright (c) 2014 VideoLAN. All rights reserved.
  6. * $Id$
  7. *
  8. * Authors: Carola Nitz <nitz.carola # googlemail.com>
  9. *
  10. * Refer to the COPYING file of the official project for license.
  11. *****************************************************************************/
  12. #define kVLCBoxClientID @"nrjwriavk0mf8j6bhra56tyn58d5i7ci"
  13. #warning Box app secret missing, login will fail
  14. #define kVLCBoxClientSecret @""
  15. #define kVLCBoxService @"kVLCBoxService"
  16. #define kVLCBoxAccount @"kVLCBoxAccount"