-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLocal.env.example
More file actions
27 lines (24 loc) · 1.3 KB
/
Copy pathLocal.env.example
File metadata and controls
27 lines (24 loc) · 1.3 KB
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
# Copy to Local.env and edit. Local.env is gitignored, so your team identifier
# and bundle id stay out of the repository.
#
# cp Local.env.example Local.env
#
# The TUIST_ prefix is required, not decorative: Tuist evaluates Project.swift
# in a sandbox where only TUIST_-prefixed variables are visible, so these names
# are the only way to reach the manifest.
#
# `make generate` (and every make target that builds an app) loads this file and
# exports it. Running `tuist generate` directly does not — it falls back to the
# defaults in Project.swift. Run `make config` to see what is actually resolved.
# Reverse-DNS bundle identifier for the app. The BGTaskScheduler identifiers and
# the magnet URL type are derived from it, so this one value is enough.
TUIST_BUNDLE_ID=dev.soumyamahunt.skein
# Apple Developer Team ID — the ten-character string under Membership at
# developer.apple.com/account. Leave empty for unsigned builds; required to run
# on a device.
TUIST_DEVELOPMENT_TEAM=
# The share extension can hand .torrent files to the app through an app group,
# which needs the App Groups capability enabled for your bundle id in the
# developer account. Off by default so a build never demands that setup —
# magnet links are shared either way. Set to 1 once the capability is enabled.
TUIST_ENABLE_APP_GROUP=