diff --git a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index d1b0d534c..b58a85312 100644 --- a/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/NetNewsWire.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git", "state": { "branch": null, - "revision": "d85964b96dbce94df961f28b996187c835089903", - "version": "2.2.0" + "revision": "fde77955e6983fbfaabd491709d52b8a82fda4d0", + "version": "2.1.2" } }, { diff --git a/Secrets/Package.swift b/Secrets/Package.swift index 2e30c6a8a..fdd6bc08a 100644 --- a/Secrets/Package.swift +++ b/Secrets/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["Secrets"]), ], dependencies: [ - .package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .upToNextMajor(from: "2.1.2")), + .package(url: "https://github.com/OAuthSwift/OAuthSwift.git", .exact("2.1.2")), ], targets: [ .target( diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 62ad0dda3..7cfc36d15 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -226,7 +226,7 @@ class SettingsViewController: UITableViewController { case 7: switch indexPath.row { case 0: - openURL("https://netnewswire.com/help/ios/5.0/en/") + openURL("https://netnewswire.com/help/ios/6.0/en/") tableView.selectRow(at: nil, animated: true, scrollPosition: .none) case 1: openURL("https://netnewswire.com/") diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 436d16bc0..ef5675d42 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -1,7 +1,7 @@ // High Level Settings common to both the iOS application and any extensions we bundle with it MARKETING_VERSION = 6.0 -CURRENT_PROJECT_VERSION = 605 +CURRENT_PROJECT_VERSION = 606 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon