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
fix: use maxdepth to find top-level app Info.plist in appcast generation
find without maxdepth picked up a nested framework's Info.plist
(e.g. Sparkle.framework) which lacks CFBundleVersion. Use maxdepth 3
to target only the top-level app bundle, with fallback defaults.
0 commit comments