|
234 | 234 | FAE258522D3A780F00D2BB12 /* FloatingActionButtonStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE258512D3A780F00D2BB12 /* FloatingActionButtonStack.swift */; }; |
235 | 235 | FAE481A22DD5EF3800149A48 /* PasswordAuthenticationPopupView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE481A12DD5EF2C00149A48 /* PasswordAuthenticationPopupView.swift */; }; |
236 | 236 | FAE481A42DD5F97800149A48 /* PasswordAuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE481A32DD5F96E00149A48 /* PasswordAuthenticationViewModel.swift */; }; |
| 237 | + FAE481A62DDB22DB00149A48 /* BiometricToggleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAE481A52DDB22D400149A48 /* BiometricToggleView.swift */; }; |
237 | 238 | FAEE21DB2DCA1963002F9BEC /* UndoButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEE21DA2DCA1963002F9BEC /* UndoButton.swift */; }; |
238 | 239 | FAF44FBD2B3084EC004FE664 /* OnboardingView1.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF44FBC2B3084EC004FE664 /* OnboardingView1.swift */; }; |
239 | 240 | FAF44FBF2B3084FB004FE664 /* OnboardingView2.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF44FBE2B3084FB004FE664 /* OnboardingView2.swift */; }; |
|
567 | 568 | FAE258512D3A780F00D2BB12 /* FloatingActionButtonStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FloatingActionButtonStack.swift; sourceTree = "<group>"; }; |
568 | 569 | FAE481A12DD5EF2C00149A48 /* PasswordAuthenticationPopupView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordAuthenticationPopupView.swift; sourceTree = "<group>"; }; |
569 | 570 | FAE481A32DD5F96E00149A48 /* PasswordAuthenticationViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordAuthenticationViewModel.swift; sourceTree = "<group>"; }; |
| 571 | + FAE481A52DDB22D400149A48 /* BiometricToggleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BiometricToggleView.swift; sourceTree = "<group>"; }; |
570 | 572 | FAEE21DA2DCA1963002F9BEC /* UndoButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndoButton.swift; sourceTree = "<group>"; }; |
571 | 573 | FAF44FBC2B3084EC004FE664 /* OnboardingView1.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingView1.swift; sourceTree = "<group>"; }; |
572 | 574 | FAF44FBE2B3084FB004FE664 /* OnboardingView2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingView2.swift; sourceTree = "<group>"; }; |
|
1527 | 1529 | FA633CB52DD48C3F00324404 /* SessionManager.swift */, |
1528 | 1530 | FA633CB32DD4842D00324404 /* BiometricAuthManager.swift */, |
1529 | 1531 | FAE481A12DD5EF2C00149A48 /* PasswordAuthenticationPopupView.swift */, |
| 1532 | + FAE481A52DDB22D400149A48 /* BiometricToggleView.swift */, |
1530 | 1533 | FAE481A32DD5F96E00149A48 /* PasswordAuthenticationViewModel.swift */, |
1531 | 1534 | FAFDA2002C6D338400ECEAE9 /* ViewModel */, |
1532 | 1535 | FAFDA1FD2C6D335300ECEAE9 /* Model */, |
|
1879 | 1882 | inputFileListPaths = ( |
1880 | 1883 | "${PODS_ROOT}/Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
1881 | 1884 | ); |
| 1885 | + inputPaths = ( |
| 1886 | + ); |
1882 | 1887 | name = "[CP] Embed Pods Frameworks"; |
1883 | 1888 | outputFileListPaths = ( |
1884 | 1889 | "${PODS_ROOT}/Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
1885 | 1890 | ); |
| 1891 | + outputPaths = ( |
| 1892 | + ); |
1886 | 1893 | runOnlyForDeploymentPostprocessing = 0; |
1887 | 1894 | shellPath = /bin/sh; |
1888 | 1895 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoInfoGame/Pods-GoInfoGame-frameworks.sh\"\n"; |
|
1962 | 1969 | inputFileListPaths = ( |
1963 | 1970 | "${PODS_ROOT}/Target Support Files/Pods-GoInfoGame-GoInfoGameUITests/Pods-GoInfoGame-GoInfoGameUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
1964 | 1971 | ); |
| 1972 | + inputPaths = ( |
| 1973 | + ); |
1965 | 1974 | name = "[CP] Embed Pods Frameworks"; |
1966 | 1975 | outputFileListPaths = ( |
1967 | 1976 | "${PODS_ROOT}/Target Support Files/Pods-GoInfoGame-GoInfoGameUITests/Pods-GoInfoGame-GoInfoGameUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
1968 | 1977 | ); |
| 1978 | + outputPaths = ( |
| 1979 | + ); |
1969 | 1980 | runOnlyForDeploymentPostprocessing = 0; |
1970 | 1981 | shellPath = /bin/sh; |
1971 | 1982 | shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GoInfoGame-GoInfoGameUITests/Pods-GoInfoGame-GoInfoGameUITests-frameworks.sh\"\n"; |
|
2236 | 2247 | B0CCB98C2B8626AE00AA73DE /* ProfileView.swift in Sources */, |
2237 | 2248 | FAF44FBD2B3084EC004FE664 /* OnboardingView1.swift in Sources */, |
2238 | 2249 | 973FC01D2B4FEE1B00878269 /* YesNoView.swift in Sources */, |
| 2250 | + FAE481A62DDB22DB00149A48 /* BiometricToggleView.swift in Sources */, |
2239 | 2251 | ); |
2240 | 2252 | runOnlyForDeploymentPostprocessing = 0; |
2241 | 2253 | }; |
|
0 commit comments