Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrighetti committed Jun 16, 2021
2 parents 794b39b + 27dce82 commit 95ea9fa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions HNReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"HNReader/Preview Content\"";
DEVELOPMENT_TEAM = H89RFW5UZ6;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -591,6 +592,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"HNReader/Preview Content\"";
DEVELOPMENT_TEAM = H89RFW5UZ6;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 0 additions & 2 deletions HNReader/HNReader.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion HNReader/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.news</string>
<key>LSMinimumSystemVersion</key>
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ You can report any issue and suggest/request new features in the [issue](https:/

The application is still in beta for the moment and needs optimizations. When the time come I will release it to AppStore and on `brew`.

[Download HNReader](https://github.com/mattrighetti/HNReaderApp/releases/download/v0.1-beta/HNReader.dmg)
<p align="center">
<a href="https://apps.apple.com/it/app/hnews-reader/id1572480416?l=en&mt=12">
<img src="resources/appstore.png" height="50px" />
</a>
</p>

## Application preview
### Dark mode
Expand Down
Binary file added resources/appstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95ea9fa

Please sign in to comment.