mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-12 01:33:51 +01:00
Add latest changes.
This commit is contained in:
commit
321e61b635
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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(
|
||||
|
@ -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/")
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user