Skip to content

Commit 6a95dc9

Browse files
committed
Configure the version number in LoopWorkspace, not Loop
1 parent 760174b commit 6a95dc9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Version.xcconfig

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// Copyright © 2020 LoopKit Authors. All rights reserved.
77
//
88

9-
// Version [DEFAULT]
10-
LOOP_MARKETING_VERSION = 3.5.0
11-
CURRENT_PROJECT_VERSION = 57
12-
13-
// Optional override
14-
#include? "VersionOverride.xcconfig"
9+
// Loop is only built using LoopWorkspace, so read
10+
// the version number from LoopWorkspace
11+
#include "../LoopVersion.xcconfig"

0 commit comments

Comments
 (0)