You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've added a SPM package dependency called JWTDecode.swift. In Xcode it appears as JWTDecode and that's what is set in the project.
However, if I change anything in the project (i.e. add/delete file) using Xcodeproj, the newly saved file adds a .swift suffix to the package name.
I guess it should be consistent with Xcode, otherwise opening the project removes .swift and using Xcodeproj brings .swift back :). I tested it with Xcode 15.3.
The text was updated successfully, but these errors were encountered:
I've added a SPM package dependency called
JWTDecode.swift
. In Xcode it appears asJWTDecode
and that's what is set in the project.However, if I change anything in the project (i.e. add/delete file) using Xcodeproj, the newly saved file adds a
.swift
suffix to the package name.I guess it should be consistent with Xcode, otherwise opening the project removes
.swift
and using Xcodeproj brings.swift
back :). I tested it with Xcode 15.3.The text was updated successfully, but these errors were encountered: