xcodebuild
xcodebuild copied to clipboard
Fix wrong `for` loop in `createProvisioningProfiles`
for in is used to iterate objects, not arrays. It ended up iterating over the indices of the array instead of the values.
Anybody actually used this action for setting up provisioning profiles?