Skip to content

Commit

Permalink
Merge pull request #64 from winebarrel/winebarrel-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
winebarrel authored Dec 8, 2024
2 parents 19a188e + 828a6f4 commit adbd1e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 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 = 4;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Pulse/Preview Content\"";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -318,7 +318,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = jp.winebarrel.Pulse;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -334,7 +334,7 @@
CODE_SIGN_ENTITLEMENTS = Pulse/Pulse.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"Pulse/Preview Content\"";
DEVELOPMENT_TEAM = 97A8B2WE2P;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -347,7 +347,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 2.0;
PRODUCT_BUNDLE_IDENTIFIER = jp.winebarrel.Pulse;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,21 @@ https://github.com/winebarrel/Pulse/releases/latest
**Right-click menu** > **Settings**:

![](https://github.com/user-attachments/assets/5f72bf13-71d7-481d-a657-35617ec13c2c)
![](https://github.com/user-attachments/assets/5ce2b724-32cd-40eb-91bb-ae4f72e0ce1f)
![](https://github.com/user-attachments/assets/ef9f0d74-6286-414c-9092-98af2d07182e)

| Field | Value |
| - | - |
| GitHub token | Token with repo scope.<br>Create from https://github.com/settings/tokens/new?scopes=repo |
| Search query| Pull request search query.<br>See https://docs.github.com/search-github/searching-on-github/searching-issues-and-pull-requests |

### "OR" in query

Enclose words in curly brackets (`{..}`) to search as `OR`.

```
is:open is:pr { author:@me assignee:@me } archived:false
```

## Note

App icon from https://icon.kitchen
Expand Down

0 comments on commit adbd1e6

Please sign in to comment.