We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9ab41 commit 04e7850Copy full SHA for 04e7850
scripts/setup_bundle_id
@@ -60,7 +60,7 @@ function get_team_info_array() {
60
if [ $? -ne 0 ]; then
61
break
62
fi
63
- if [ "$TEAMID" = "$identifier" ]; then
+ if [ -n "$TEAMID" ]; then
64
NAME=$(/usr/libexec/PlistBuddy -c "Print :IDEProvisioningTeams:$KEY:$i:teamName" "$XCODEPREFS" 2>/dev/null)
65
TEAM_INFO_RESULT="Team: $TEAMID\n Name: $NAME"
66
export TEAM_INFO_RESULT
0 commit comments