kishikawakatsumi / KeychainAccess

Simple Swift wrapper for Keychain that works on iOS, watchOS, tvOS and macOS.
MIT License
7.92k stars 785 forks source link

Fix issue where Screenshot images were appearing in Xcode #579

Closed yokoboko closed 10 months ago

yokoboko commented 11 months ago

Noticed an unexpected issue where screenshot PNG files were being displayed in Xcode's Attribute inspector.

This pull request addresses this issue by introducing an empty package within the Screenshots folder, resolving the problem encountered. For further details on the solution, refer to this Stack Overflow post: Link to Stack Overflow.

Attempts were made to exclude the Screenshots directory using .target(excluded: [...]), but unfortunately, these were not successful.

Before After
Before Screenshot 2023-10-18 at 9 18 17
yokoboko commented 11 months ago

@yokoboko could you please provide again the "After" Visual Proof where it is visible that you searched for the same image? (Enter e.g. 01.png in the imageView field) Thank you for addressing this issue 👍🏽

Update the "After" imag as suggested. The screenshot images are no longer listed.

Thank you!

kishikawakatsumi commented 10 months ago

Superseded https://github.com/kishikawakatsumi/KeychainAccess/pull/586

kishikawakatsumi commented 10 months ago

Thanks for the report, I have erased the Screenshots directory from the repository now that I can host the images on GitHub.