Skip to content

Commit

Permalink
Refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoleh committed Jan 9, 2025
1 parent 5ddd544 commit 09751a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ platform :ios do
if new_certificate_needed
puts "❌ Certificate is expired or no certificates found. Creating flag file to trigger renewal or creation of certificate."
puts ""
puts "⚠️⚠️⚠️ Any previously existing Distribution certificates and TestFlight profiles is being revoked."
puts "⚠️⚠️⚠️ All Distribution certificates and TestFlight profiles are being revoked."
puts "⚠️⚠️⚠️ If you have other apps being distributed by GitHub Actions / Fastlane / TestFlight,"
puts "⚠️⚠️⚠️ please run the '3. Create Certificates' workflow for each of these apps to allow these apps to be built."
puts ""
puts "✅✅ But don't worry about your existing TestFlight builds, they will keep working! ✅✅ ⚠️⚠️⚠️⚠️⚠️"
puts "✅✅ But don't worry about your existing TestFlight builds, they will keep working!"
else
puts "✅ No certificates are expired or missing. No action required."
end
Expand Down

0 comments on commit 09751a2

Please sign in to comment.