Skip to content

Commit

Permalink
Preparation for pre-release 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Mar 8, 2024
1 parent d3b5504 commit 239a238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CCMenu/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0</string>
<string>23.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -34,7 +34,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2220.1</string>
<string>2230.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CCMenu 2

![Build Status](https://github.com/erikdoe/ccmenu2/actions/workflows/build-and-test.yaml/badge.svg?branch=main)

This is a complete rewrite of [CCMenu](https://github.com/erikdoe/ccmenu).

There will be a number of pre-releases via GitHub before it reaches the AppStore.
Expand Down Expand Up @@ -31,10 +33,11 @@ For now the roadmap is tracked in this readme file.
- [X] Build timer updates every second
- [X] Discover project names for CCTray feeds

### Pre-release 4 (planned)
### Version 23 (CCMenu2 pre-release 4)

- [X] Store GitHub tokens in Keychain
- [X] Basic auth login for CCTray feeds
- [X] GitHub API rate limit handling

### Pre-release 5 (planned)

Expand Down

0 comments on commit 239a238

Please sign in to comment.