Skip to content

Commit

Permalink
Releasing version 6.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 25, 2018
1 parent 042ec92 commit 6722224
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

# Next

## [6.4.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/6.4.0)

* Support for Xcode 10 and Swift 4.2

## [6.3.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/6.3.0)
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "DenHeadless/DTModelStorage" "master"
github "DenHeadless/DTModelStorage" "~> 7.2"
2 changes: 1 addition & 1 deletion DTCollectionViewManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DTCollectionViewManager'
s.version = "6.3.0"
s.version = "6.4.0"
s.license = 'MIT'
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.'
s.homepage = 'https://github.com/DenHeadless/DTCollectionViewManager'
Expand Down
2 changes: 1 addition & 1 deletion Supporting files/Framework.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>6.3.0</string>
<string>6.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ lane :release do |params|
sh "bundle exec pod trunk push DTCollectionViewManager.podspec --allow-warnings"

puts "Preparing Carthage binary framework."
sh "carthage build --no-skip-current"
sh "carthage build --no-skip-current --platform iOS,tvOS"
sh "carthage archive DTCollectionViewManager"

puts "Pushing as a GitHub Release."
Expand Down

0 comments on commit 6722224

Please sign in to comment.