Skip to content

Commit 6fec65a

Browse files
Use Q&A in FAQ
1 parent e972ba1 commit 6fec65a

File tree

1 file changed

+33
-22
lines changed

1 file changed

+33
-22
lines changed

README.MD

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,33 @@ This project aims to support the vast majority of iOS versions that cannot run t
5858

5959
## FAQ
6060

61-
**Is Cassius associated with this project?**
62-
No. This is a fan project. I'd appreciate if you support the band, their music is great!
61+
**Q: Is Cassius associated with this project?**
6362

64-
**Can I share an .ipa with injected files on the Internet?**
65-
**You cannot!** This file now contains some copyrighted materials. Please, leave this app for personal use only.
63+
**A:** No. This is a fan project. I'd appreciate if you support the band, their music is great!
6664

67-
**Can I download this app from the App Store?**
68-
Unfortunately, no. As I said before this app uses some copyrighted materials.
65+
**Q: Can I share an .ipa with injected files on the Internet?**
6966

70-
**Does it run on iPads?**
71-
It does! However, the main idea of showing lips right in front of your mouth doesn't quite work with iPads.
67+
**A:** **You cannot!** This file now contains some copyrighted materials. Please, leave this app for personal use only.
7268

73-
**Is there an Android version of the app?**
74-
Unfortunately, there isn't.
69+
**Q: Can I download this app from the App Store?**
7570

76-
**Why do the videos appear blurry/blocky?**
77-
Since the original app is pretty old, it was meant to run on smaller iPhone screens (3G and 4 models at the time). The main video has a 1920x640 resolution, but every lip video is scaled down to 495x320. I can't do anything about it.
71+
**A:** Unfortunately, no. As I said before this app uses some copyrighted materials.
7872

79-
**Is this a pixel perfect recreation of the original app?**
80-
No, there are some things that I have changed to provide a better user experience.
73+
**Q: Does it run on iPads?**
74+
75+
**A:** It does! However, the main idea of showing lips right in front of your mouth doesn't quite work with iPads.
76+
77+
**Q: Is there an Android version of the app?**
78+
79+
**A:** Unfortunately, there isn't.
80+
81+
**Q: Why do the videos appear blurry/blocky?**
82+
83+
**A:** Since the original app is pretty old, it was meant to run on smaller iPhone screens (3G and 4 models at the time). The main video has a 1920x640 resolution, but every lip video is scaled down to 495x320. I can't do anything about it.
84+
85+
**Q: Is this a pixel perfect recreation of the original app?**
86+
87+
**A:** No, there are some things that I have changed to provide a better user experience.
8188

8289
1. New button graphics. I tried to make them look as similar as I could do. But there are some differences.
8390
- A slightly different font (a font under Open Font License).
@@ -87,14 +94,18 @@ No, there are some things that I have changed to provide a better user experienc
8794
2. No bottom copyright text.
8895
3. A loading screen disappears with a pleasant animation.
8996

90-
**Why can't I just install the original app?**
91-
Apple stopped supporting 32-bit applications (which this app is) since iOS 11. It means that the original app can only be installed on an iPhone running iOS version from 4.1 (target version) to 10.0. Original developers never updated this app to mitigate this.
97+
**Q: Why can't I just install the original app?**
98+
99+
**A:** Apple stopped supporting 32-bit applications (which this app is) since iOS 11. It means that the original app can only be installed on an iPhone running iOS version from 4.1 (target version) to 10.0. Original developers never updated this app to mitigate this.
100+
101+
**Q: Why didn't you use some fancy framework like SwiftUI?**
102+
103+
**A:** The main goal of this project is to support as many iOS versions as possible. SwiftUI is supported only on iOS 13+. Plus the functionality of this app is pretty simple, and it all can be achieved using standard tools.
104+
105+
**Q: What files from the original app do this app need?**
92106

93-
**Why didn't you use some fancy framework like SwiftUI?**
94-
The main goal of this project is to support as many iOS versions as possible. SwiftUI is supported only on iOS 13+. Plus the functionality of this app is pretty simple, and it all can be achieved using standard tools.
107+
**A:** Look at `iloveusomuch/originalAssets/readme.txt` file.
95108

96-
**What files from the original app do this app need?**
97-
Look at `iloveusomuch/originalAssets/readme.txt` file.
109+
**Q: I've encountered an issue, how may I report it?**
98110

99-
**I've encountered an issue, how may I report it?**
100-
Use GitHub's *Issues* tab to do this. I would appreciate any feedback!
111+
**A:** Use GitHub's *Issues* tab to do this. I would appreciate any feedback!

0 commit comments

Comments
 (0)