https://github.com/hackinggate/pdf-reader
An iOS PDF reader app using Apple PDFKit and Document-based (No longer available on App Store)
https://github.com/hackinggate/pdf-reader
ios ios11 pdfkit wwdc2017
Last synced: 10 months ago
JSON representation
An iOS PDF reader app using Apple PDFKit and Document-based (No longer available on App Store)
- Host: GitHub
- URL: https://github.com/hackinggate/pdf-reader
- Owner: HackingGate
- License: mit
- Created: 2017-09-28T02:34:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-19T19:48:32.000Z (over 2 years ago)
- Last Synced: 2024-04-17T00:56:31.034Z (over 1 year ago)
- Topics: ios, ios11, pdfkit, wwdc2017
- Language: Swift
- Homepage: https://hackinggate.com/PDFReader/
- Size: 4.4 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF-Reader
[](https://github.com/HackingGate/PDF-Reader/blob/master/LICENSE)
A Document Based App using Apple PDFKit
[](https://apps.apple.com/app/id1330895464)
## Requirements
- iOS 11.3
- Swift 5
- Xcode 12.4
## Build
Install [AlternateIcons](https://github.com/alexaubry/alternate-icons)
```sh
git clone https://github.com/alexaubry/alternate-icons.git
cd alternate-icons
make
make install
```
## Interface Localization
The app interface is localized in different Asian languages.
- Simplified Chinese (China)
- Traditional Chinese (Taiwan)
- Traditional Vernacular Written Cantonese (Hong Kong)
- Standard Japanese (Japan)
- Korean (South Korea)
In case if you don't know what Vernacular Cantonese is. See this Reddit comment.
https://reddit.com/r/Cantonese/s/eAq6kea8j3
Traditional Chinese used in China, Hong Kong, and Taiwan are different.
(e.g. USB flash drive is "U盤", "USB手指", and "隨身碟" in different Traditional Chinese languages.)
And Vernacular Written Cantonese is different from Standard Written Chinese in Hong Kong.
The goal of this app is trying to provide a localized experience as much as possible. (EXPERIMENT)
## Acknowledgement
#### HGPDFKit
Website: https://github.com/HackingGate/HGPDFKit
License: [MIT](https://github.com/HackingGate/HGPDFKit/blob/master/LICENSE)
#### alternate-icons
Website: https://github.com/alexisakers/alternate-icons
License: [MIT](https://github.com/alexisakers/alternate-icons/blob/master/LICENSE)