File tree Expand file tree Collapse file tree
src/briefcase/platforms/macOS Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Improve warning message for unmergeable files in non-universal wheels to clarify fallback behavior and link to documentation.
Original file line number Diff line number Diff line change @@ -243,7 +243,9 @@ def merge_app_packages(
243243 ):
244244 self .console .warning (
245245 f"{ relative_path } has different content "
246- f"between sources; ignoring { source_app_packages .suffix [1 :]} version."
246+ f"between sources; ignoring { source_app_packages .suffix [1 :]} version. "
247+ f"This is usually safe if the file content is not used at runtime. "
248+ f"See https://briefcase.readthedocs.io/en/stable/reference/platforms/macOS/index.html#inconsistent-content-in-non-universal-wheels for more details."
247249 )
248250 else :
249251 # The file doesn't exist yet; copy it as is (including
You can’t perform that action at this time.
0 commit comments