Skip to content

Commit

Permalink
fix compiler warning + update TF build
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtom committed May 23, 2022
1 parent 84f8116 commit 551302a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Hadge.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Hadge/Hadge.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 37;
DEVELOPMENT_TEAM = Q25LVLEHFB;
INFOPLIST_FILE = Hadge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -573,6 +574,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Hadge/Hadge.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 37;
DEVELOPMENT_TEAM = Q25LVLEHFB;
INFOPLIST_FILE = Hadge/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
2 changes: 1 addition & 1 deletion Hadge/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>35</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHealthShareUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion Hadge/Views/FilterHeaderView.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import UIKit

final class FilterHeaderView: UITableViewHeaderFooterView {
static let reuseIdentifier: String = String(describing: self)
static let reuseIdentifier: String = String(describing: FilterHeaderView.self)
}

0 comments on commit 551302a

Please sign in to comment.