Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-24680] (6_1_X) Fixed list of valid provisioning profiles for the given… #9056

Merged
merged 3 commits into from May 31, 2017
Merged

[TIMOB-24680] (6_1_X) Fixed list of valid provisioning profiles for the given… #9056

merged 3 commits into from May 31, 2017

Conversation

cb1kenobi
Copy link
Contributor

[TIMOB-24680] Fixed list of valid provisioning profiles for the given build target which is used to validate watch extension provisioning profile uuids.

JIRA: https://jira.appcelerator.org/browse/TIMOB-24680

… build target which is used to validate watch extension provisioning profile uuids.
}
})
.shift();
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use that method too often. Please add this helper to our utils instead of pasting it to every usage. EDIT: I thought it was around more places, but actually just the one you replaced, so I guess we are fine here.

We also may want to move the app-targets to string-constants instead of compare to a hardcoded string. For example, dist-adhoc and dist-appstore are used 21 times, device is used 28 times. Something behind the scope of this ticket, but may be a good improvement.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea for the next overhaul.

@hansemannn hansemannn changed the title [TIMOB-24680] Fixed list of valid provisioning profiles for the given… [TIMOB-24680] (6_1_X) Fixed list of valid provisioning profiles for the given… May 12, 2017
@hansemannn hansemannn added this to the 6.1.0 milestone May 12, 2017
@htbryant94 htbryant94 self-requested a review May 31, 2017 15:22
Copy link

@htbryant94 htbryant94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Enterprise Adhoc Provisioning Profiles are now validated correctly for Watch Extensions, and build failures no longer occur.

@hansemannn
Copy link
Collaborator

@htbryant94 Wait a second, should this go into 6.1.1? Because you just merged into 6_1_X, not master. The ticket says 6.2.0, however, I'd be fine for a 6.1.1 if @eric34 approves.

@cb1kenobi cb1kenobi merged commit c698cbe into tidev:6_1_X May 31, 2017
@cb1kenobi cb1kenobi deleted the timob-24680_6_1_X branch May 31, 2017 20:48
@htbryant94
Copy link

@hansemannn I asked @eric34 whether to merge the fix into the 6_1_X branch as well as the master, and was confirmed to do so. It would be good to get a second approval just in case, however I do not see any reason why it shouldn't go into 6.1.1

@hansemannn hansemannn modified the milestones: 6.1.1, 6.1.0 Jun 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants