You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.message"Registering #{device_name} with ID #{device_id} and registering it with any provisioning profiles associated with these bundle identifiers:"
16
-
ALL_BUNDLE_IDENTIFIERS.eachdo |identifier|
18
+
all_bundle_ids.eachdo |identifier|
17
19
puts"\t#{identifier}"
18
20
end
19
21
@@ -27,13 +29,13 @@
27
29
# Add all development certificates to the provisioning profiles (just in case – this is an easy step to miss)
0 commit comments