Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix wrong for loop in createProvisioningProfiles#106

Merged
mxcl merged 1 commit intomxcl:masterfrom
marcofugaro:fix-loop
Sep 8, 2024
Merged

Fix wrong for loop in createProvisioningProfiles#106
mxcl merged 1 commit intomxcl:masterfrom
marcofugaro:fix-loop

Conversation

@marcofugaro
Copy link
Contributor

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?

@mxcl
Copy link
Owner

mxcl commented Sep 8, 2024

lol whoops

@mxcl mxcl merged commit c8e4fc8 into mxcl:master Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants