diff --git a/README.md b/README.md index cdee509..47da0ea 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,13 @@ Scaffolding for starting a new project in the MVVM style using SwiftUI and SPM 1. Clone repo 2. Allow packages to resolve -3. Search and replace `PROJECT_NAME` with your project name -4. In AppDelegate replace placeholders with relevant strings -5. In .xcconfig files insert your own urls -6. Insert your own colors in Colors.xcassets and Colors.swift in Style bundle -7. Insert your own fonts in /Fonts and Fonts.swift in Style bundle -8. Fix font names in RegisterFonts.swift -9. Drop your own shared assets in Assets.xcassets and Assets.swift in Style bundle +3. Name your project +- Rename project: Tap main project, top left -> File inspector -> Identity and Type -> Name -> enter new name and tap 'enter' -> Tap 'Rename' +- Rename the scheme: Tap the scheme -> Manage schemes -> change the name of the PROJECT_NAME scheme. +5. In AppDelegate replace placeholders with relevant strings +6. In .xcconfig files insert your own urls +7. Set up the projectspecific NStack keys in the NStack.plist file, located in the project root +8. Insert your own colors in Colors.xcassets and Colors.swift in Style bundle +9. Insert your own fonts in /Fonts and Fonts.swift in Style bundle +10. Fix font names in RegisterFonts.swift +11. Drop your own shared assets in Assets.xcassets and Assets.swift in Style bundle