Skip to content

Commit

Permalink
Merge branch 'release/1.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrs1885 committed Feb 5, 2020
2 parents bcda22c + 2a8722f commit 9f9bf5c
Show file tree
Hide file tree
Showing 298 changed files with 11,271 additions and 17,801 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ playground.xcworkspace
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
Example/Pods/
Example/Pods/*
!Example/Pods/Pods.xcodeproj/*
!Example/Pods/Target Support Files/Capable-*

# Carthage
#
# 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/
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Version 1.1.2

### Bugfixes
* [Add Carthage support by sharing Pod schemes](https://github.com/chrs1885/Capable/pull/49) *(Thanks to @jefflen)*

## 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
2 changes: 1 addition & 1 deletion Capable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Capable'
s.version = '1.1.0'
s.version = '1.1.2'
s.summary = 'Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.'

s.description = <<-DESC
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.

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.

Loading

0 comments on commit 9f9bf5c

Please sign in to comment.