Add iOS Developer Account from the command line

I'm trying to automate the build process a bit, and I was able to automate the build for developer accounts already added to Xcode.

I searched quite a bit, but could not find my answer. I found where the login credentials are stored in the keychain, but adding a new entry to the keychain does not make the account appear in Xcode.

Does anyone know how to add another account to your Xcode account settings through the command line or other scripting methods?

Thanks in advance!

+4
source share
1 answer

, . , , "PROFILE_PATH" xcodebuild , . .mobileprovision ~/Library/MobileDevice/Provisioning Profiles/. , .

, , , , XCode, . , XCode .

+1

Source: https://habr.com/ru/post/1547089/


All Articles