Skip to content

Commit c8ef93b

Browse files
authored
Merge pull request #45 from hoc081098/renovate/io.github.hoc081098-kmp-viewmodel-0.x
fix(deps): update dependency io.github.hoc081098:kmp-viewmodel to v0.3.0
2 parents a05227c + 2f90fda commit c8ef93b

18 files changed

+221
-161
lines changed

iosApp/iosApp.xcodeproj/project.pbxproj

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@
8282
name = Frameworks;
8383
sourceTree = "<group>";
8484
};
85+
35E34EC229C5DE3C00ED7D75 /* Utils */ = {
86+
isa = PBXGroup;
87+
children = (
88+
35737204287F4AE00061F94C /* kotlinxCoroutinesFlowExtensions.swift */,
89+
3579B09A2883381700BD3B25 /* Once.swift */,
90+
35B1166D288EA34900FFC3C3 /* Color+init.swift */,
91+
3579B0A22885BD4E00BD3B25 /* LazyView.swift */,
92+
3579B09E28846FBE00BD3B25 /* Napier.swift */,
93+
3579B0982883380100BD3B25 /* UIColor+init.swift */,
94+
);
95+
path = Utils;
96+
sourceTree = "<group>";
97+
};
8598
7555FF72242A565900829871 = {
8699
isa = PBXGroup;
87100
children = (
@@ -103,25 +116,20 @@
103116
7555FF7D242A565900829871 /* iosApp */ = {
104117
isa = PBXGroup;
105118
children = (
119+
35E34EC229C5DE3C00ED7D75 /* Utils */,
106120
058557BA273AAA24004C7B11 /* Assets.xcassets */,
107121
7555FF82242A565900829871 /* ContentView.swift */,
108122
7555FF8C242A565B00829871 /* Info.plist */,
109123
2152FB032600AC8F00CF470E /* iOSApp.swift */,
110124
058557D7273AAEEB004C7B11 /* Preview Content */,
111-
35737204287F4AE00061F94C /* kotlinxCoroutinesFlowExtensions.swift */,
112125
3573720628813C6B0061F94C /* AppError+readableErrorMessage.swift */,
113126
3573720828813C930061F94C /* DIContainer+get.swift */,
114127
3579B0902883238D00BD3B25 /* GithubRepoItemsList.swift */,
115128
3579B092288323B900BD3B25 /* GithubRepoItemsFirstPage.swift */,
116129
3579B094288323DA00BD3B25 /* ErrorMessageAndButton.swift */,
117130
3579B096288323F800BD3B25 /* GithubEmptySearch.swift */,
118-
3579B0982883380100BD3B25 /* UIColor+init.swift */,
119-
3579B09A2883381700BD3B25 /* Once.swift */,
120131
3579B09C2883385600BD3B25 /* GithubRepoItemRow.swift */,
121-
3579B09E28846FBE00BD3B25 /* Napier.swift */,
122132
3579B0A02885BA4D00BD3B25 /* IOSGithubSearchViewModel.swift */,
123-
3579B0A22885BD4E00BD3B25 /* LazyView.swift */,
124-
35B1166D288EA34900FFC3C3 /* Color+init.swift */,
125133
);
126134
path = iosApp;
127135
sourceTree = "<group>";

iosApp/iosApp/AppError+readableErrorMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppError+readableErrorMessage.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/15/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/15/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/DIContainer+get.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// DIContainer+get.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/15/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/15/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/ErrorMessageAndButton.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ErrorMessageAndButton.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/16/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/16/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/GithubEmptySearch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GithubEmptySearch.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/16/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/16/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/GithubRepoItemRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GithubRepoItemRow.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/17/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/17/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/GithubRepoItemsFirstPage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GithubRepoItemsFirstPage.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/16/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/16/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/GithubRepoItemsList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// GithubRepoItemsList.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/16/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/16/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/IOSGithubSearchViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IOSGithubSearchViewModel.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/18/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/18/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

iosApp/iosApp/Color+init.swift renamed to iosApp/iosApp/Utils/Color+init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Color+init.swift
33
// iosApp
44
//
5-
// Created by Hoc Nguyen T. on 7/25/22.
5+
// Created by Petrus Nguyen Thai Hoc on 7/25/22.
66
// Copyright © 2022 orgName. All rights reserved.
77
//
88

0 commit comments

Comments
 (0)