Skip to content

Commit

Permalink
Update SwiftPM source path
Browse files Browse the repository at this point in the history
  • Loading branch information
fraserscottmorrison committed Jul 20, 2020
1 parent d52b7ad commit c711021
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
)
],
targets: [
.target(name: "StatusBarOverlay", dependencies: ["Reachability"])
.target(name: "StatusBarOverlay", dependencies: ["Reachability"], path: "Sources")
],
swiftLanguageVersions: [.v5]
)
2 changes: 1 addition & 1 deletion StatusBarOverlay.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StatusBarOverlay"
s.version = "3.0"
s.version = "3.1"
s.summary = "A Status Bar Overlay which will automatically display a No Connection message and can display custom messages too"

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions StatusBarOverlay/StatusBarOverlay/StatusBarOverlay/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0</string>
<string>3.1</string>
<key>CFBundleVersion</key>
<string>3.0</string>
<string>3.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit c711021

Please sign in to comment.