From 676bf9e11e8a07e87e1dc105adcca9525118554c Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 19 Apr 2024 12:42:46 -0500 Subject: [PATCH] reordered extensions Signed-off-by: Matt Bruce --- VDS.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VDS.xcodeproj/project.pbxproj b/VDS.xcodeproj/project.pbxproj index 2a44d3da..f805c10f 100644 --- a/VDS.xcodeproj/project.pbxproj +++ b/VDS.xcodeproj/project.pbxproj @@ -638,6 +638,7 @@ EAA5EEDF28F49DB3003B3210 /* Colorable.swift */, EAACB8972B92706F006A3869 /* DefaultValuing.swift */, EA3361A9288B25E40071C351 /* Disabling.swift */, + 71BFA7092B7F70E6000DCE33 /* DropShadowable.swift */, EAF978202A99035B00C2FEA9 /* Enabling.swift */, EA5E305929510F8B0082B959 /* EnumSubset.swift */, EAF7F0A1289AFB3900B287F5 /* Errorable.swift */, @@ -647,11 +648,10 @@ EA985C7C297DAED300F2FF2E /* Primitive.swift */, EAF7F0A5289B0CE000B287F5 /* Resetable.swift */, EA3361C8289054C50071C351 /* Surfaceable.swift */, - EA3361B7288B2AAA0071C351 /* ViewProtocol.swift */, - EAB1D2CC28ABE76000DAE764 /* Withable.swift */, 5F21D7BE28DCEB3D003E7CD6 /* Useable.swift */, EAACB8992B927108006A3869 /* Valuing.swift */, - 71BFA7092B7F70E6000DCE33 /* DropShadowable.swift */, + EA3361B7288B2AAA0071C351 /* ViewProtocol.swift */, + EAB1D2CC28ABE76000DAE764 /* Withable.swift */, ); path = Protocols; sourceTree = "";