More UI Changes? Not sure why they didn't go previously

This commit is contained in:
2026-03-20 02:06:19 -05:00
parent efec14139c
commit 2110c13ea1
24 changed files with 1688 additions and 70 deletions

View File

@@ -6,6 +6,10 @@
objectVersion = 77;
objects = {
/* Begin PBXBuildFile section */
869A22CA2F6D022900C58926 /* LabWiseKit in Frameworks */ = {isa = PBXBuildFile; productRef = 869A22C92F6D022900C58926 /* LabWiseKit */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
86FE2C1A2F6CDAF200FAC3D8 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
@@ -24,14 +28,28 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
868B57E42F6D017F00729F36 /* LabWiseKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = LabWiseKit; sourceTree = SOURCE_ROOT; };
86FE2C0C2F6CDAF000FAC3D8 /* LabWise.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LabWise.app; sourceTree = BUILT_PRODUCTS_DIR; };
86FE2C192F6CDAF200FAC3D8 /* LabWiseTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LabWiseTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
86FE2C232F6CDAF200FAC3D8 /* LabWiseUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LabWiseUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
869A22DA2F6D086E00C58926 /* Exceptions for "LabWise" folder in "LabWise" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 86FE2C0B2F6CDAF000FAC3D8 /* LabWise */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
86FE2C0E2F6CDAF000FAC3D8 /* LabWise */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
869A22DA2F6D086E00C58926 /* Exceptions for "LabWise" folder in "LabWise" target */,
);
path = LabWise;
sourceTree = "<group>";
};
@@ -52,6 +70,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
869A22CA2F6D022900C58926 /* LabWiseKit in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -72,6 +91,13 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
869A22C82F6D022900C58926 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
86FE2C032F6CDAF000FAC3D8 = {
isa = PBXGroup;
children = (
@@ -79,6 +105,8 @@
86FE2C1C2F6CDAF200FAC3D8 /* LabWiseTests */,
86FE2C262F6CDAF200FAC3D8 /* LabWiseUITests */,
86FE2C0D2F6CDAF000FAC3D8 /* Products */,
868B57E42F6D017F00729F36 /* LabWiseKit */,
869A22C82F6D022900C58926 /* Frameworks */,
);
sourceTree = "<group>";
};
@@ -112,6 +140,7 @@
);
name = LabWise;
packageProductDependencies = (
869A22C92F6D022900C58926 /* LabWiseKit */,
);
productName = LabWise;
productReference = 86FE2C0C2F6CDAF000FAC3D8 /* LabWise.app */;
@@ -195,6 +224,9 @@
);
mainGroup = 86FE2C032F6CDAF000FAC3D8;
minimizedProjectReferenceProxies = 1;
packageReferences = (
868B57E32F6D007100729F36 /* XCLocalSwiftPackageReference "LabWiseKit" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 86FE2C0D2F6CDAF000FAC3D8 /* Products */;
projectDirPath = "";
@@ -400,6 +432,7 @@
DEVELOPMENT_TEAM = YK2DB9NT3S;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LabWise/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSCameraUsageDescription = "Camera Access needed for scanning chemical labels for adding to inventory.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@@ -435,6 +468,7 @@
DEVELOPMENT_TEAM = YK2DB9NT3S;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = LabWise/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSCameraUsageDescription = "Camera Access needed for scanning chemical labels for adding to inventory.";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@@ -584,6 +618,20 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
868B57E32F6D007100729F36 /* XCLocalSwiftPackageReference "LabWiseKit" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = LabWiseKit;
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
869A22C92F6D022900C58926 /* LabWiseKit */ = {
isa = XCSwiftPackageProductDependency;
productName = LabWiseKit;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 86FE2C042F6CDAF000FAC3D8 /* Project object */;
}