Skip to content

Commit

Permalink
fix: missing sort and add token (#80)
Browse files Browse the repository at this point in the history
* fixed

* bump to 17.1

* fixed lint
  • Loading branch information
joeldavidw authored Nov 11, 2024
1 parent 5f4ee0c commit 884e3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Chronos.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 17.0;
MARKETING_VERSION = 17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.joeldavidw.ChronosDevDebug;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -932,7 +932,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 17.0;
MARKETING_VERSION = 17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.joeldavidw.ChronosDevRelease;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -1257,7 +1257,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 17.0;
MARKETING_VERSION = 17.1;
PRODUCT_BUNDLE_IDENTIFIER = com.joeldavidw.Chronos;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion Chronos/App/Tabs/Tokens/TokensTab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ struct TokensTab: View {
.navigationBarTitleDisplayMode(.inline)
.searchable(text: $searchQuery, placement: .navigationBarDrawer(displayMode: .always), prompt: Text("Search tokens"))
.toolbar {
// ToolbarContent()
ToolbarContent()
}
.overlay(
EmptyStateView()
Expand Down

0 comments on commit 884e3db

Please sign in to comment.