Skip to content

Commit

Permalink
Merge pull request #101 from algolia/develop
Browse files Browse the repository at this point in the history
Release 7.0.0
  • Loading branch information
VladislavFitz authored Jul 20, 2020
2 parents ee1f40f + 19d5c62 commit 7b4aa41
Show file tree
Hide file tree
Showing 606 changed files with 20,475 additions and 39,919 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ xcuserdata
*.xcuserstate
*.xcscmblueprint

# Swift Package Manager
.build/
.swiftpm/
Package.resolved

## Obj-C/Swift specific
*.hmap
*.ipa
Expand Down
60 changes: 0 additions & 60 deletions .jazzy.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
excluded:
- .build
- ./Tests
# implicitly
line_length: 300
identifier_name:
excluded:
- on
- or
- id
disabled_rules:
- todo
- implicit_getter
nesting:
type_level: 2
7 changes: 0 additions & 7 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

This file was deleted.

91 changes: 0 additions & 91 deletions .swiftpm/xcode/xcshareddata/xcschemes/InstantSearch.xcscheme

This file was deleted.

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions CHANGELOG.md

This file was deleted.

5 changes: 3 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
github "algolia/instantsearch-core-swift" ~> 6.5
github "apple/swift-log" ~> 1.2
github "algolia/algoliasearch-client-swift" ~> 8.0
github "algolia/instantsearch-ios-insights" ~> 2.3.1
github "apple/swift-log" ~> 1.3
3 changes: 0 additions & 3 deletions Cartfile.resolved

This file was deleted.

5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

gem 'cocoapods', '~> 1.8.0'
gem 'fastlane', '~> 2.141.0'
gem 'cocoapods', '~> 1.9'
gem 'fastlane', '~> 2.151'
gem 'xcov'
gem 'jazzy'
Loading

0 comments on commit 7b4aa41

Please sign in to comment.