forked from LoopKit/Loop
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathLoop.xcconfig
More file actions
45 lines (33 loc) · 1.05 KB
/
Loop.xcconfig
File metadata and controls
45 lines (33 loc) · 1.05 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
//
// Loop.xcconfig
// Loop
//
// Created by Nate Racklyeft on 9/3/16.
// Copyright © 2016 Nathan Racklyeft. All rights reserved.
//
// This is automatically disambiguated by development team, but you may choose to change this to
// support running multiple apps simultaneously.
MAIN_APP_BUNDLE_IDENTIFIER = com.${DEVELOPMENT_TEAM}.loopkit
// Application name [DEFAULT]
MAIN_APP_DISPLAY_NAME = Loop
// Appication icon [DEFAULT]
APPICON_NAME = AppIcon
// App Store URL
APP_STORE_URL =
// Features [DEFAULT]
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited)
// General [DEFAULT]
LOOP_LOCAL_CACHE_DURATION_DAYS = 7
// Entitlements [DEFAULT]
LOOP_ENTITLEMENTS = Loop/Loop.entitlements
// Code signing and provisioning [DEFAULT]
LOOP_DEVELOPMENT_TEAM =
// Min iOS Version [DEFAULT]
IPHONEOS_DEPLOYMENT_TARGET = 15.1
// Base string for opening app via URL [DEFAULT]
URL_SCHEME_NAME = $(MAIN_APP_DISPLAY_NAME)
// Version [DEFAULT]
#include? "Version.xcconfig"
// Optional overrides
#include? "LoopOverride.xcconfig"
#include? "../LoopConfigOverride.xcconfig"