Closed grdsdev closed 3 years ago
Fix folder name by renaming gotrue to GoTrue.
gotrue
GoTrue
When adding this package Xcode warns with the target name GoTrue has different case on the filesystem and the Package.swift manifest file, this PR fixes this warning.
the target name GoTrue has different case on the filesystem and the Package.swift manifest file
What kind of change does this PR introduce?
Fix folder name by renaming
gotrue
toGoTrue
.Additional context
When adding this package Xcode warns with
the target name GoTrue has different case on the filesystem and the Package.swift manifest file
, this PR fixes this warning.