1234567891011121314151617 |
- //
- // VLCGoogleDriveConstants.h
- // VLC for iOS
- //
- // Created by Carola Nitz on 21.09.13.
- // Copyright (c) 2013 VideoLAN. All rights reserved.
- //
- // 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 @""
|