1234567891011121314151617181920 |
- /*****************************************************************************
- * VLCGoogleDriveConstants.h
- * VLC for iOS
- *****************************************************************************
- * Copyright (c) 2013 VideoLAN. All rights reserved.
- * $Id$
- *
- * Authors: Carola Nitz <nitz.carola # googlemail.com>
- *
- * Refer to the COPYING file of the official project for license.
- *****************************************************************************/
- #define kVLCGoogleDriveClientID @"775640710334.apps.googleusercontent.com"
- #define kKeychainItemName @"vlc-ios"
- #warning Google Drive app secret missing, login will fail
- #define kVLCGoogleDriveClientSecret @""
- //#define kVLCGoogleDriveAppKey @"a60fc6qj9zdg7bw"
- #warning Google Drive app private key missing, login will fail
- #define kVLCGoogleDrivePrivateKey @""
|