Add latest changes.
This commit is contained in:
commit
321e61b635
@ -42,8 +42,8 @@
|
|||||||
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
|
"repositoryURL": "https://github.com/OAuthSwift/OAuthSwift.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "d85964b96dbce94df961f28b996187c835089903",
|
"revision": "fde77955e6983fbfaabd491709d52b8a82fda4d0",
|
||||||
"version": "2.2.0"
|
"version": "2.1.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -11,7 +11,7 @@ let package = Package(
|
|||||||
targets: ["Secrets"]),
|
targets: ["Secrets"]),
|
||||||
],
|
],
|
||||||
dependencies: [
|
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: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
@ -226,7 +226,7 @@ class SettingsViewController: UITableViewController {
|
|||||||
case 7:
|
case 7:
|
||||||
switch indexPath.row {
|
switch indexPath.row {
|
||||||
case 0:
|
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)
|
tableView.selectRow(at: nil, animated: true, scrollPosition: .none)
|
||||||
case 1:
|
case 1:
|
||||||
openURL("https://netnewswire.com/")
|
openURL("https://netnewswire.com/")
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
// High Level Settings common to both the iOS application and any extensions we bundle with it
|
||||||
MARKETING_VERSION = 6.0
|
MARKETING_VERSION = 6.0
|
||||||
CURRENT_PROJECT_VERSION = 605
|
CURRENT_PROJECT_VERSION = 606
|
||||||
|
|
||||||
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user