SharedConfig.xcconfig 870 B

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