forked from ivalkou/Loop
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathLoop.xcconfig
More file actions
26 lines (19 loc) · 732 Bytes
/
Loop.xcconfig
File metadata and controls
26 lines (19 loc) · 732 Bytes
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
//
// 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
// MAIN_APP_DISPLAY_NAME appears as the app name
MAIN_APP_DISPLAY_NAME = FreeAPS
// LOOP_MARKETING_VERSION appears preceded by "V"
LOOP_MARKETING_VERSION = 2.3.02
// CURRENT_PROJECT_VERSION appears in ()
CURRENT_PROJECT_VERSION = 300
APPICON_NAME = AppIcon
// Optional workspace configuration overrides, e.g., for MAIN_APP_DISPLAY_NAME
#include? "../LoopConfigOverride.xcconfig"