Skip to content

Commit

Permalink
Merge pull request beeware#1839 from rmartin16/avoid-dup-files
Browse files Browse the repository at this point in the history
Ensure all files are unique for check-wheel-contents
  • Loading branch information
freakboy3742 authored May 26, 2024
2 parents 28d64e6 + 5d092b4 commit af84adb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/1839.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Files with non-unique content were made unique so the packaged wheel passes ``check-wheel-contents``.
2 changes: 1 addition & 1 deletion src/briefcase/platforms/linux/snap.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# An implementation would go here!
# A Snap implementation would go here!
2 changes: 1 addition & 1 deletion src/briefcase/platforms/tvOS/xcode.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# An implementation would go here!
# A tvOS implementation would go here!
2 changes: 1 addition & 1 deletion src/briefcase/platforms/watchOS/xcode.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# An implementation would go here!
# A watchOS implementation would go here!
2 changes: 1 addition & 1 deletion src/briefcase/platforms/wearos/gradle.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# An implementation would go here!
# A Wear OS implementation would go here!

0 comments on commit af84adb

Please sign in to comment.