forked from guardianproject/orbot-apple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Config.xcconfig
43 lines (37 loc) · 1.66 KB
/
Config.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//
// Config.xcconfig
// Orbot
//
// Created by Benjamin Erhart on 20.05.20.
// Copyright © 2022 Guardian Project. All rights reserved.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
// Avoid accidental checkins:
// git update-index --skip-worktree Shared/Config.xcconfig
// git update-index --no-skip-worktree Shared/Config.xcconfig
APP_BUNDLE_ID[config=Debug] =
EXT_BUNDLE_ID[config=Debug] =
CONTENT_BLOCKER_BUNDLE_ID[config=Debug] =
APP_GROUP[config=Debug] =
DEVELOPMENT_TEAM[config=Debug] =
CODE_SIGN_IDENTITY[config=Debug] =
APP_PROVISIONING_PROFILE_SPECIFIER[config=Debug] =
EXT_PROVISIONING_PROFILE_SPECIFIER[config=Debug] =
CONTENT_BLOCKER_PROVISIONING_PROFILE_SPECIFIER[config=Debug] =
APP_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Debug] =
EXT_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Debug] =
APP_BUNDLE_ID[config=Release] = org.torproject.orbot
EXT_BUNDLE_ID[config=Release] = org.torproject.orbot.ext
CONTENT_BLOCKER_BUNDLE_ID[config=Release] = org.torproject.orbot.ContentBlocker
APP_GROUP[config=Release] = group.org.torproject.orbot
DEVELOPMENT_TEAM[config=Release] =
CODE_SIGN_IDENTITY[config=Release] =
APP_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
EXT_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
CONTENT_BLOCKER_PROVISIONING_PROFILE_SPECIFIER[config=Release] =
APP_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =
EXT_PROVISIONING_PROFILE_SPECIFIER_MAC[config=Release] =
MARKETING_VERSION = 1.5.0
CURRENT_PROJECT_VERSION = 27
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) EXT_BUNDLE_ID="$(EXT_BUNDLE_ID)" CONTENT_BLOCKER_BUNDLE_ID="$(CONTENT_BLOCKER_BUNDLE_ID)" APP_GROUP="$(APP_GROUP)"