Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Loop/Managers/SupportManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ extension SupportManager: SupportUIDelegate {
}

private var branchNameIfNotReleaseBranch: String? {
return BuildDetails.default.gitBranch.filter { branch in
return BuildDetails.default.workspaceGitBranch.filter { branch in
return branch != "" &&
branch != "main" &&
branch != "master" &&
Expand Down
10 changes: 6 additions & 4 deletions Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
// Copyright © 2020 LoopKit Authors. All rights reserved.
//

// Version [DEFAULT]
LOOP_MARKETING_VERSION = 3.5.0
CURRENT_PROJECT_VERSION = 57
// Version
// [for DIY Loop] configure the version number in LoopWorkspace
LOOP_MARKETING_VERSION = 1.0
CURRENT_PROJECT_VERSION = 1

// Optional override
// Optional override (enables override of version)
#include? "../VersionOverride.xcconfig"
#include? "VersionOverride.xcconfig"