UIWidgets / com.unity.uiwidgets

UIWidgets framework
165 stars 9 forks source link

store dlls directly instead of using git lfs #1

Closed zhuxingwei closed 2 years ago

zhuxingwei commented 2 years ago

In this PR we are trying to get rid of the git lfs stuffs by storing all the large library files directly using git. As for those files which are too big (e.g., the libUIWidgets.a with bitcode support), we zip and then move them to a backup folder and add specific FAQs for user to follow when they need them.