TelegramMessenger / Telegram-iOS

Telegram-iOS
6.39k stars 1.67k forks source link

About creating mobileprovision files inside `fake-codesigning` folder #1453

Open jamesryu108 opened 4 months ago

jamesryu108 commented 4 months ago

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?

jamesryu108 commented 4 months ago
Screenshot 2024-07-09 at 21 04 09

I created a couple of mobileprovision files already but I don't know how to create everything else other than Telegram.mobileprovision

670047255 commented 2 months ago

我也很困惑,光只有证书名字,并不知道如何创建。