|
11 | 11 | 641495072C3C90E100C9A613 /* VerificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 641495062C3C90E100C9A613 /* VerificationView.swift */; }; |
12 | 12 | 6414950A2C3E094B00C9A613 /* VerifiedAgeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 641495092C3E094B00C9A613 /* VerifiedAgeViewModel.swift */; }; |
13 | 13 | 6414950C2C3E0C7A00C9A613 /* VerificationLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6414950B2C3E0C7A00C9A613 /* VerificationLoader.swift */; }; |
| 14 | + 6499D22A2C4B2F4200825B30 /* Verification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6499D2292C4B2F4200825B30 /* Verification.swift */; }; |
| 15 | + 6499D22C2C4B3B1500825B30 /* AgeVerificationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6499D22B2C4B3B1500825B30 /* AgeVerificationView.swift */; }; |
14 | 16 | 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */; }; |
15 | 17 | 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD042703D9470020AFB1 /* ContentView.swift */; }; |
16 | 18 | 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD062703D9480020AFB1 /* Assets.xcassets */; }; |
|
51 | 53 | 641495062C3C90E100C9A613 /* VerificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerificationView.swift; sourceTree = "<group>"; }; |
52 | 54 | 641495092C3E094B00C9A613 /* VerifiedAgeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerifiedAgeViewModel.swift; sourceTree = "<group>"; }; |
53 | 55 | 6414950B2C3E0C7A00C9A613 /* VerificationLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerificationLoader.swift; sourceTree = "<group>"; }; |
| 56 | + 6499D2292C4B2F4200825B30 /* Verification.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Verification.swift; sourceTree = "<group>"; }; |
| 57 | + 6499D22B2C4B3B1500825B30 /* AgeVerificationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgeVerificationView.swift; sourceTree = "<group>"; }; |
54 | 58 | 7345ACFF2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DaysUntilBirthdayForPod (iOS).app"; sourceTree = BUILT_PRODUCTS_DIR; }; |
55 | 59 | 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaysUntilBirthday.swift; sourceTree = "<group>"; }; |
56 | 60 | 7345AD042703D9470020AFB1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; |
|
201 | 205 | children = ( |
202 | 206 | 7345AD042703D9470020AFB1 /* ContentView.swift */, |
203 | 207 | 739FCC45270E467600C92042 /* BirthdayView.swift */, |
| 208 | + 6499D22B2C4B3B1500825B30 /* AgeVerificationView.swift */, |
204 | 209 | 641495062C3C90E100C9A613 /* VerificationView.swift */, |
205 | 210 | 7345AD112703D9C30020AFB1 /* SignInView.swift */, |
206 | 211 | 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */, |
|
212 | 217 | isa = PBXGroup; |
213 | 218 | children = ( |
214 | 219 | 739FCC47270E659A00C92042 /* Birthday.swift */, |
| 220 | + 6499D2292C4B2F4200825B30 /* Verification.swift */, |
215 | 221 | ); |
216 | 222 | path = Models; |
217 | 223 | sourceTree = "<group>"; |
|
421 | 427 | isa = PBXSourcesBuildPhase; |
422 | 428 | buildActionMask = 2147483647; |
423 | 429 | files = ( |
| 430 | + 6499D22A2C4B2F4200825B30 /* Verification.swift in Sources */, |
424 | 431 | 739FCC48270E659A00C92042 /* Birthday.swift in Sources */, |
| 432 | + 6499D22C2C4B3B1500825B30 /* AgeVerificationView.swift in Sources */, |
425 | 433 | 641495072C3C90E100C9A613 /* VerificationView.swift in Sources */, |
426 | 434 | 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */, |
427 | 435 | 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */, |
|
444 | 452 | buildActionMask = 2147483647; |
445 | 453 | files = ( |
446 | 454 | 73DB41912805FBFD0028B8D3 /* SignInView.swift in Sources */, |
447 | | - 641495082C3C90E100C9A613 /* VerificationView.swift in Sources */, |
448 | 455 | 73DB418B2805FBC40028B8D3 /* BirthdayLoader.swift in Sources */, |
449 | 456 | 73DB418D2805FBD00028B8D3 /* AuthenticationViewModel.swift in Sources */, |
450 | 457 | 73DB418F2805FBF50028B8D3 /* ContentView.swift in Sources */, |
|
0 commit comments