Skip to content

Commit

Permalink
Merge branch 'feature/update-project-structure' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwendt committed Oct 17, 2019
2 parents bcda22c + 3a35aa7 commit cd49b00
Show file tree
Hide file tree
Showing 267 changed files with 5,735 additions and 17,688 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ Example/Pods/
# Add this line if you want to avoid checking in source code from Carthage dependencies.
Carthage/Checkouts

Carthage/Build
10 changes: 0 additions & 10 deletions .jazzy.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0
5.0
1 change: 1 addition & 0 deletions .swiftformat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--exclude .build, Example/Pods
14 changes: 6 additions & 8 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,15 @@ disabled_rules: # rule identifiers to exclude from running
- line_length
- nesting
- type_body_length
- variable_name
- identifier_name
opt_in_rules: # some rules are only opt-in
- colon
- comma
- control_statement
- empty_count
- trailing_newline
included: # paths to include during linting. `--path` is ignored if present.
- Source
- Tests
excluded: # paths to ignore during linting. Takes precedence over `included`.

cyclomatic_complexity:
ignores_case_statements: true
included:
- Source/
excluded:
- .build/*
- Example/Pods/
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 1.1.1

### Enhancements
* Add SPM support for iOS, macOS, tvOS, and watchOS
* Update project structure to match the CocoaPods lib template
* Improve development tooling by adding SwiftFormat, SwiftLint, and SourceDocs (replacement for Jazzy)

## Version 1.1.0

### Features
Expand Down
1,021 changes: 0 additions & 1,021 deletions Capable.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file removed Cartfile
Empty file.
2 changes: 0 additions & 2 deletions Cartfile.private

This file was deleted.

2 changes: 0 additions & 2 deletions Cartfile.resolved

This file was deleted.

0 comments on commit cd49b00

Please sign in to comment.