Skip to content

Commit

Permalink
Merge pull request #60 from winebarrel/fix_default_query
Browse files Browse the repository at this point in the history
Fix default query
  • Loading branch information
winebarrel authored Dec 1, 2024
2 parents b1371c2 + d79274d commit 1063ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
CODE_SIGN_ENTITLEMENTS = Pulse/Pulse.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"Pulse/Preview Content\"";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down Expand Up @@ -334,7 +334,7 @@
CODE_SIGN_ENTITLEMENTS = Pulse/Pulse.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEVELOPMENT_ASSET_PATHS = "\"Pulse/Preview Content\"";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 1 addition & 1 deletion Pulse/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

enum Constants {
static let defaultGithubQuery = "is:open is:pr author:@me archived:false"
static let defaultGithubQuery = "is:open is:pr author:@me archived:false sort:updated-desc"
static let defaultInterval: TimeInterval = 60
}

0 comments on commit 1063ec4

Please sign in to comment.