Skip to content

Commit

Permalink
Final updates for iOS 15 support
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Sep 22, 2021
1 parent 1ad2d1b commit 5871278
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Bouncer/Views/FilterDetail/FilterDetailView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extension FilterDetailView {
HStack {
Text("FILTER_CONTAINS_TEXT_LABEL")
Spacer()
TextField("FILTER_TEXT_PLACEHOLDER", text: $filterTerm)
TextField(NSLocalizedString("FILTER_TEXT_PLACEHOLDER", comment: ""), text: $filterTerm)
.autocapitalization(.none)
.disableAutocorrection(true)
.multilineTextAlignment(.trailing)
Expand Down
2 changes: 1 addition & 1 deletion smsfilter/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>143</string>
<string>145</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down

0 comments on commit 5871278

Please sign in to comment.