N0-0NE-Dev / NoFasel

A streaming app with no ADs.
The Unlicense
324 stars 23 forks source link

initial fastlane structure #3

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

Metadata as discussed in #1 – be welcome to use my Fastlane Cheat Sheet to build on this (e.g. replace screenshots, update description, add a featureGraphic, add per-release changelogs… whatever you feel needed).

N0-0NE-Dev commented 1 year ago

Thanks again!

IzzySoft commented 1 year ago

So where is it gone now? Since today it's no longer available. Strangely, I cannot find a commit removing it. But when I follow up the linked commit, it gives a warning that "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."

What happened, @N0-0NE-Dev? Will it reappear? Did you rewrite history and it got lost?

N0-0NE-Dev commented 1 year ago

Did you rewrite history and it got lost?

Yeah that's exactly what I did, I rewrote the app in bare react native instead of using expo to reduce the app size, improve performance and reduce the amount of permissions needed and in the process I forgot to add the fastlane files to the new branch.

Will it reappear?

Yeah I will add the fastlane files now.

IzzySoft commented 1 year ago

Thanks a lot! My updater just complained today :rofl:

I rewrote the app in bare react native instead of using expo to reduce the app size, improve performance and reduce the amount of permissions needed

Woah, fantastic! Curious for the new size then (currently it still seems the 19 MB per APK it had before).

N0-0NE-Dev commented 1 year ago

Curious for the new size then (currently it still seems the 19 MB per APK it had before).

It used to be closer to 25MB on versions before 1.1.9.

IzzySoft commented 1 year ago

It used to be closer to 25MB on versions before 1.1.9.

Ah, then I just didn't look "down" far enough. So "fantastic" to get squared then, good job! :star_struck: