|
14 | 14 | 5EB23BA426E406B900203153 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5EB23BA326E406B900203153 /* Preview Assets.xcassets */; }; |
15 | 15 | 5EB31FB726E6390D00826907 /* SearchBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EB31FB626E6390D00826907 /* SearchBar.swift */; }; |
16 | 16 | 5EE70E2226EC9AA600F3F164 /* TimeZoneFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE70E2126EC9AA500F3F164 /* TimeZoneFlags.swift */; }; |
| 17 | + 5EE70E2426ECBEED00F3F164 /* MykeMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE70E2326ECBEED00F3F164 /* MykeMode.swift */; }; |
| 18 | + 5EE70E2726ECCC0700F3F164 /* TimeCodeGeneratorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EE70E2626ECCC0700F3F164 /* TimeCodeGeneratorView.swift */; }; |
17 | 19 | 635C8FA726E66E8300361B08 /* DiscordFormattedDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 635C8FA626E66E8300361B08 /* DiscordFormattedDate.swift */; }; |
18 | 20 | 6378397E26EA5FD60055A10D /* UIApplication+clearLaunchScreenCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6378397D26EA5FD60055A10D /* UIApplication+clearLaunchScreenCache.swift */; }; |
19 | 21 | 6378398026EA61AB0055A10D /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6378397F26EA61AB0055A10D /* Launch Screen.storyboard */; }; |
|
74 | 76 | 5EB23BA326E406B900203153 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
75 | 77 | 5EB31FB626E6390D00826907 /* SearchBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchBar.swift; sourceTree = "<group>"; }; |
76 | 78 | 5EE70E2126EC9AA500F3F164 /* TimeZoneFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeZoneFlags.swift; sourceTree = "<group>"; }; |
| 79 | + 5EE70E2326ECBEED00F3F164 /* MykeMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MykeMode.swift; sourceTree = "<group>"; }; |
| 80 | + 5EE70E2626ECCC0700F3F164 /* TimeCodeGeneratorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeCodeGeneratorView.swift; sourceTree = "<group>"; }; |
77 | 81 | 635C8FA626E66E8300361B08 /* DiscordFormattedDate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscordFormattedDate.swift; sourceTree = "<group>"; }; |
78 | 82 | 6378397D26EA5FD60055A10D /* UIApplication+clearLaunchScreenCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIApplication+clearLaunchScreenCache.swift"; sourceTree = "<group>"; }; |
79 | 83 | 6378397F26EA61AB0055A10D /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; |
|
145 | 149 | 5EB23B9B26E406B600203153 /* Elsewhen */ = { |
146 | 150 | isa = PBXGroup; |
147 | 151 | children = ( |
| 152 | + 5EE70E2526ECCBF400F3F164 /* Views */, |
148 | 153 | 6378398126EB7F510055A10D /* Elements */, |
149 | 154 | 6378397C26EA5FA50055A10D /* Extensions */, |
150 | 155 | 5EB23B9C26E406B600203153 /* ElsewhenApp.swift */, |
151 | 156 | 5EB23B9E26E406B600203153 /* ContentView.swift */, |
| 157 | + 5EE70E2326ECBEED00F3F164 /* MykeMode.swift */, |
152 | 158 | 6378398426EB80F50055A10D /* DateHelpers.swift */, |
153 | 159 | 5EB31FB626E6390D00826907 /* SearchBar.swift */, |
154 | 160 | 5EE70E2126EC9AA500F3F164 /* TimeZoneFlags.swift */, |
|
167 | 173 | path = "Preview Content"; |
168 | 174 | sourceTree = "<group>"; |
169 | 175 | }; |
| 176 | + 5EE70E2526ECCBF400F3F164 /* Views */ = { |
| 177 | + isa = PBXGroup; |
| 178 | + children = ( |
| 179 | + 5EE70E2626ECCC0700F3F164 /* TimeCodeGeneratorView.swift */, |
| 180 | + ); |
| 181 | + path = Views; |
| 182 | + sourceTree = "<group>"; |
| 183 | + }; |
170 | 184 | 6378397C26EA5FA50055A10D /* Extensions */ = { |
171 | 185 | isa = PBXGroup; |
172 | 186 | children = ( |
|
358 | 372 | files = ( |
359 | 373 | 5EE70E2226EC9AA600F3F164 /* TimeZoneFlags.swift in Sources */, |
360 | 374 | 5EB23B9F26E406B600203153 /* ContentView.swift in Sources */, |
| 375 | + 5EE70E2426ECBEED00F3F164 /* MykeMode.swift in Sources */, |
361 | 376 | 5EB31FB726E6390D00826907 /* SearchBar.swift in Sources */, |
362 | 377 | 6378397E26EA5FD60055A10D /* UIApplication+clearLaunchScreenCache.swift in Sources */, |
363 | 378 | 5EAB48DD26E624CD00B04A60 /* TimezoneChoiceView.swift in Sources */, |
| 379 | + 5EE70E2726ECCC0700F3F164 /* TimeCodeGeneratorView.swift in Sources */, |
364 | 380 | 6378398726EBA7C60055A10D /* DateTimeSelection.swift in Sources */, |
365 | 381 | 6378398326EB80C30055A10D /* ResultSheet.swift in Sources */, |
366 | 382 | 6378398526EB80F50055A10D /* DateHelpers.swift in Sources */, |
|
0 commit comments