Skip to content

Commit

Permalink
Merge pull request #7 from nodes-ios/readme-update
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jakobmygind authored Apr 25, 2022
2 parents caa552f + 40c0024 commit 02f79a0
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02f79a0

Please sign in to comment.