We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760174b commit 6a95dc9Copy full SHA for 6a95dc9
Version.xcconfig
@@ -6,9 +6,6 @@
6
// Copyright © 2020 LoopKit Authors. All rights reserved.
7
//
8
9
-// Version [DEFAULT]
10
-LOOP_MARKETING_VERSION = 3.5.0
11
-CURRENT_PROJECT_VERSION = 57
12
-
13
-// Optional override
14
-#include? "VersionOverride.xcconfig"
+// Loop is only built using LoopWorkspace, so read
+// the version number from LoopWorkspace
+#include "../LoopVersion.xcconfig"
0 commit comments