Before I do that, I must say that I am pretty lost with creating mobile provision profiles inside the fake-codesigning folder. Would anyone be able to help with this? Or point me to a resource who can explain this step by step in a more straightforward manner?
Checklist
Description
I am in the IPA section of the README file: https://github.com/TelegramMessenger/Telegram-iOS?tab=readme-ov-file#ipa I am in the process of trying to upload the build to TestFlight for beta testing. I am going to run this in my Terminal:
python3 build-system/Make/Make.py --cacheDir="$HOME/telegram-bazel-cache" build --configurationPath= build-system/appstore-configuration.json --codesigningInformationPath= build-system/fake-codesigning --buildNumber=100001 --configuration=release_arm64
Before I do that, I must say that I am pretty lost with creating mobile provision profiles inside the
fake-codesigning
folder. Would anyone be able to help with this? Or point me to a resource who can explain this step by step in a more straightforward manner?