123456789101112131415161718192021 |
- ///*****************************************************************************
- // * VLC for iOS
- // *****************************************************************************
- // * Copyright (c) 2015 VideoLAN. All rights reserved.
- // * $Id$
- // *
- // * Authors: Tobias Conradi <videolan # tobias-conradi.de>
- // *
- // * Refer to the COPYING file of the official project for license.
- //*****************************************************************************/
- // Replace with your own reverse DNS name (not followed by a dot) before building.
- // The different target bundle identifer automatically use the identifier
- // Using com.example leads to com.example.vlc-ios for the iOS target.
- BUNDLE_IDENTIFIER_PREFIX=com.example
- GROUP_IDENTIFIER=group.$(BUNDLE_IDENTIFIER_PREFIX).vlc-ios
- KEYCHAIN_ACCESS_GROUP=$(AppIdentifierPrefix)$(BUNDLE_IDENTIFIER_PREFIX).vlc-ios
|