Orange-OpenSource / ods-ios

A SwiftUI components library with code examples for Orange Design System
https://orange-opensource.github.io/ods-ios/
MIT License
26 stars 6 forks source link

[Bug]: 2 paths are colliding when cloning the project #699

Open julien-deramond opened 6 months ago

julien-deramond commented 6 months ago

Prerequisites

Your test device

N/A

OS Version

N/A

App version

N/A

Describe the issue

This is a minor issue, but when cloning the project, a warning message appears:

ju ߷ ~ ➤ git clone git@github.com:Orange-OpenSource/ods-ios.git                                                 (0.000018 hrs)
Cloning into 'ods-ios'...
remote: Enumerating objects: 7047, done.
remote: Counting objects: 100% (2915/2915), done.
remote: Compressing objects: 100% (1429/1429), done.
remote: Total 7047 (delta 2007), reused 1900 (delta 1423), pack-reused 4132
Receiving objects: 100% (7047/7047), 11.72 MiB | 10.20 MiB/s, done.
Resolving deltas: 100% (3988/3988), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'OrangeDesignSystem/Sources/OrangeDesignSystem/Modules/About/Configuration/Items/MoreAPps/ODSMoreAppsItem.swift'
  'OrangeDesignSystem/Sources/OrangeDesignSystem/Modules/About/Configuration/Items/MoreApps/ODSMoreAppsItem.swift'

This is due to the presence of MoreAPps and MoreApps directories at the same level in the file tree. I'm not familiar with the code of the repository, but maybe one of them isn't useful and can be removed.

Expected Behavior

No warning message.