Can xcodebuild manage automatic signing?

后端 未结 9 1861
青春惊慌失措
青春惊慌失措 2021-01-31 15:41

SUMMARY:

If you open a project in Xcode 8 with \"Automatically manage signing\" enabled and a new bundle ID, it will automatically create and download a

9条回答
  •  野的像风
    2021-01-31 15:51

    Answer is yes. What I used and what I can confirm is working and it is great:

    https://fastlane.tools/

    You can set up everything to be automatic:

    1. Signing keys
    2. Taking screenshots
    3. Uploading on iTunes

    and many other things

    In background it is using xcodebuild command line. I was skeptic that something like this is possible, but just set up, start and enjoy.

提交回复
热议问题