You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,26 +58,33 @@ This project aims to support the vast majority of iOS versions that cannot run t
58
58
59
59
## FAQ
60
60
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?**
63
62
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!
66
64
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?**
69
66
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.
72
68
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?**
75
70
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.
78
72
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.
81
88
82
89
1. New button graphics. I tried to make them look as similar as I could do. But there are some differences.
83
90
- 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
87
94
2. No bottom copyright text.
88
95
3. A loading screen disappears with a pleasant animation.
89
96
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?**
92
106
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.
95
108
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?**
98
110
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