forked from videolan/vlc-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharedConfig.xcconfig
More file actions
20 lines (16 loc) · 870 Bytes
/
SharedConfig.xcconfig
File metadata and controls
20 lines (16 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
///*****************************************************************************
// * 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