Skip to content

Commit

Permalink
bunp up version to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Nov 12, 2019
1 parent a2725d0 commit 4bf9fe3
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
swift:
config_file: .swiftlint.yml
config_file: .swiftlint.yml
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.1
40 changes: 20 additions & 20 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
opt_in_rules:
- trailing_newline
- trailing_newline

disabled_rules:
- trailing_whitespace
- type_name
- force_cast
- type_body_length
- file_length
- cyclomatic_complexity
- valid_docs
- missing_docs
- opening_brace
- line_length
- force_try
- identifier_name
- trailing_whitespace
- type_name
- force_cast
- type_body_length
- file_length
- cyclomatic_complexity
- valid_docs
- missing_docs
- opening_brace
- line_length
- force_try
- identifier_name

force_try: warning

line_length: 150

excluded:
- Pods
- Carthage
- PDFGeneratorTests
- Pods
- Carthage
- PDFGeneratorTests

function_body_length:
- 100 # warning
- 300 # error
- 100 # warning
- 300 # error

function_parameter_count:
- 5 #warning
- 10 #error
- 5 #warning
- 10 #error
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
#Change Log

## [v3.1.0]
### Updated
- WKWebView + Xcode 11.2.1 Updates (#117)

Special thanks!! **@rlester**

## [v3.0.0]

.

## [v2.1](https://github.com/sgr-ksmt/PDFGenerator/releases/tag/2.1) (2017/09/21)
### Updated
- Update project to xcode9 and swift4 (#79)

### Fixed
- Cleanup (#77)

Special thanks!! **wesbillman** , **russellbstephens**
Special thanks!! **@wesbillman** , **@russellbstephens**


## [v2.0.1](https://github.com/sgr-ksmt/PDFGenerator/releases/tag/2.0.1) (2016/09/19)
Expand Down
2 changes: 1 addition & 1 deletion PDFGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { 'Suguru Kishimoto' => '[email protected]' }
s.source = { git: 'https://github.com/sgr-ksmt/PDFGenerator.git', tag: s.version.to_s }
s.platform = :ios, '8.0'
s.swift_version = '4.2'
s.swift_version = '5.1'
s.source_files = 'PDFGenerator/**/*.{swift,h}'
s.frameworks = 'WebKit'
end

0 comments on commit 4bf9fe3

Please sign in to comment.