Skip to content

Commit 95ea9fa

Browse files
committed
Merge branch 'dev'
2 parents 794b39b + 27dce82 commit 95ea9fa

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

HNReader.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@
566566
CODE_SIGN_IDENTITY = "-";
567567
CODE_SIGN_STYLE = Automatic;
568568
COMBINE_HIDPI_IMAGES = YES;
569+
CURRENT_PROJECT_VERSION = 2;
569570
DEVELOPMENT_ASSET_PATHS = "\"HNReader/Preview Content\"";
570571
DEVELOPMENT_TEAM = H89RFW5UZ6;
571572
ENABLE_HARDENED_RUNTIME = YES;
@@ -591,6 +592,7 @@
591592
CODE_SIGN_IDENTITY = "-";
592593
CODE_SIGN_STYLE = Automatic;
593594
COMBINE_HIDPI_IMAGES = YES;
595+
CURRENT_PROJECT_VERSION = 2;
594596
DEVELOPMENT_ASSET_PATHS = "\"HNReader/Preview Content\"";
595597
DEVELOPMENT_TEAM = H89RFW5UZ6;
596598
ENABLE_HARDENED_RUNTIME = YES;

HNReader/HNReader.entitlements

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
<true/>
99
<key>com.apple.security.network.client</key>
1010
<true/>
11-
<key>com.apple.security.network.server</key>
12-
<true/>
1311
</dict>
1412
</plist>

HNReader/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string>public.app-category.news</string>
2323
<key>LSMinimumSystemVersion</key>

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ You can report any issue and suggest/request new features in the [issue](https:/
99

1010
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`.
1111

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

1418
## Application preview
1519
### Dark mode

resources/appstore.png

55 KB
Loading

0 commit comments

Comments
 (0)