Skip to content

Commit

Permalink
Do not sort aggregation input
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 26, 2024
1 parent e9e637d commit 0da245b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2144
CURRENT_PROJECT_VERSION = 2145
2 changes: 1 addition & 1 deletion PlanetLite/Croptop/AggregationSettings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct AggregationSettings: View {
let aggregation: [String] = newSites.split(
separator: "\n",
omittingEmptySubsequences: true
).map(String.init).sorted()
).map(String.init)

planet.aggregation = aggregation
planet.reuseOriginalID = reuseOriginalID
Expand Down

0 comments on commit 0da245b

Please sign in to comment.