completely overhauled the scan item view

This commit is contained in:
breadone
2024-07-03 20:21:12 +12:00
parent 3b6a91388d
commit 64a066fb2a
4 changed files with 127 additions and 12 deletions

View File

@@ -13,6 +13,8 @@
466989D62C34DCE4009884D1 /* VNDocumentCameraViewControllerR.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466989D52C34DCE4009884D1 /* VNDocumentCameraViewControllerR.swift */; };
466989D92C35206E009884D1 /* Scan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466989D82C35206E009884D1 /* Scan.swift */; };
466989DB2C352776009884D1 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466989C82C34DC7A009884D1 /* MainView.swift */; };
466989DD2C35299D009884D1 /* ScanItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466989DC2C35299D009884D1 /* ScanItemView.swift */; };
466989DF2C353FEC009884D1 /* SettingsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466989DE2C353FEC009884D1 /* SettingsView.swift */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -23,6 +25,8 @@
466989CD2C34DC7B009884D1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
466989D52C34DCE4009884D1 /* VNDocumentCameraViewControllerR.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VNDocumentCameraViewControllerR.swift; sourceTree = "<group>"; };
466989D82C35206E009884D1 /* Scan.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Scan.swift; sourceTree = "<group>"; };
466989DC2C35299D009884D1 /* ScanItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScanItemView.swift; sourceTree = "<group>"; };
466989DE2C353FEC009884D1 /* SettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsView.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -93,6 +97,8 @@
isa = PBXGroup;
children = (
466989C82C34DC7A009884D1 /* MainView.swift */,
466989DC2C35299D009884D1 /* ScanItemView.swift */,
466989DE2C353FEC009884D1 /* SettingsView.swift */,
);
path = View;
sourceTree = "<group>";
@@ -170,7 +176,9 @@
466989C72C34DC7A009884D1 /* JustScanItApp.swift in Sources */,
466989DB2C352776009884D1 /* MainView.swift in Sources */,
466989D92C35206E009884D1 /* Scan.swift in Sources */,
466989DF2C353FEC009884D1 /* SettingsView.swift in Sources */,
466989D62C34DCE4009884D1 /* VNDocumentCameraViewControllerR.swift in Sources */,
466989DD2C35299D009884D1 /* ScanItemView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};