diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 46e33dda..bcc73209 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -139,7 +139,7 @@ EA33619D288B1E330071C351 /* Components */, EA3361A6288B23240071C351 /* Extensions */, EA3361AB288B25EC0071C351 /* Protocols */, - EA3361DF2891D0F10071C351 /* Typography */, + EA3361DF2891D0F10071C351 /* Fonts */, EA3361B9288B2BE30071C351 /* Utilities */, EA3361FE2891E14C0071C351 /* SupportingFiles */, EA336170288B19200071C351 /* VDS.docc */, @@ -228,14 +228,14 @@ path = Utilities; sourceTree = ""; }; - EA3361DF2891D0F10071C351 /* Typography */ = { + EA3361DF2891D0F10071C351 /* Fonts */ = { isa = PBXGroup; children = ( EA33622F2891EB4A0071C351 /* VDSFonts.swift */, EA3362312891F2ED0071C351 /* VDSFontStyles.swift */, EA33622B2891E73B0071C351 /* FontProtocol.swift */, ); - path = Typography; + path = Fonts; sourceTree = ""; }; EA3361FE2891E14C0071C351 /* SupportingFiles */ = { diff --git a/VDS/Typography/FontProtocol.swift b/VDS/Fonts/FontProtocol.swift similarity index 100% rename from VDS/Typography/FontProtocol.swift rename to VDS/Fonts/FontProtocol.swift diff --git a/VDS/Typography/VDSFontStyles.swift b/VDS/Fonts/VDSFontStyles.swift similarity index 100% rename from VDS/Typography/VDSFontStyles.swift rename to VDS/Fonts/VDSFontStyles.swift diff --git a/VDS/Typography/VDSFonts.swift b/VDS/Fonts/VDSFonts.swift similarity index 100% rename from VDS/Typography/VDSFonts.swift rename to VDS/Fonts/VDSFonts.swift