Skip to content

Commit

Permalink
Merge pull request #10 from slyboots/v2/searchable
Browse files Browse the repository at this point in the history
V2/searchable
  • Loading branch information
slyboots authored Mar 20, 2024
2 parents 1cc1dd3 + 2141d8e commit ef656c9
Show file tree
Hide file tree
Showing 20 changed files with 1,439 additions and 780 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## User settings
xcuserdata/
BuildTools/.swiftpm
BuildTools/.build

## Obj-C/Swift specific
*.hmap
Expand Down
14 changes: 14 additions & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--binarygrouping none
--decimalgrouping none
--elseposition next-line
--hexgrouping none
--ifdef outdent
--indentcase true
--octalgrouping none
--self init-only
--semicolons never
--stripunusedargs closure-only
--wraparguments before-first
--wrapcollections before-first

--disable redundantType
266 changes: 0 additions & 266 deletions .swiftlint.yml

This file was deleted.

2 changes: 2 additions & 0 deletions Transcopied-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
<string>processing</string>
<string>remote-notification</string>
</array>
</dict>
Expand Down
Loading

0 comments on commit ef656c9

Please sign in to comment.