Mercurial > public > geoquiz
comparison GeoQuiz/ProfileModalView.swift @ 22:56add5561261
add mock data creation
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Wed, 26 Oct 2022 08:20:19 +0200 |
parents | b145c408f791 |
children | 02dcebb8cc4a |
comparison
equal
deleted
inserted
replaced
21:b145c408f791 | 22:56add5561261 |
---|---|
78 ProfileEditModalView(userController: userController) | 78 ProfileEditModalView(userController: userController) |
79 } | 79 } |
80 | 80 |
81 #if DEBUG | 81 #if DEBUG |
82 .onAppear { | 82 .onAppear { |
83 | 83 PersistenceController.createMockData(playedGames, moc) |
84 } | 84 } |
85 #endif | 85 #endif |
86 } | 86 } |
87 } | 87 } |
88 } | 88 } |