Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix MVVM Templates README typo & remove duplicate framework import #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ExampleMVVM/Application/AppAppearance.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import UIKit

final class AppAppearance {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import CoreData

extension MovieQueryEntity {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import SwiftUI

@available(iOS 13.0, *)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import UIKit

extension CGSize {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import UIKit

extension UIImageView {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Foundation
import XCTest

class PosterImagesRepositoryMock: PosterImagesRepository {
Expand Down
2 changes: 1 addition & 1 deletion MVVM Templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Templates iOS application
To use a template: copy folder with template (for example MVVM folder without .extension)
and paste it inside path ~/Library/Developer/Xcode/Templates/
You can locate this folder by using Finder (Go to folder...) Shift+Command+G
Then when creating, New File... , Scroll down to section with Tempalte name that you added.
Then when creating, New File... , Scroll down to section with Template name that you added.