Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lisional committed Nov 4, 2021
1 parent 68e2418 commit 5ddeb34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

4 changes: 2 additions & 2 deletions FileBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "FileBrowser"
s.version = "1.2"
s.version = "1.3.0"
s.summary = "Powerful iOS file browser in Swift."
s.description = <<-DESC
A Swift file browser for iOS. Supports QuickLook, search and 3D touch.
Expand All @@ -24,7 +24,7 @@ Pod::Spec.new do |s|

s.source_files = "Sources/**/*.{swift}"
s.resources = "Sources/FileBrowser/Resources/*.*"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = '5.0'

s.frameworks = 'QuickLook', 'WebKit'

Expand Down
2 changes: 1 addition & 1 deletion Sources/FileBrowser/Info.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>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/FileBrowserTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 5ddeb34

Please sign in to comment.