From 6ca09f901fd0d546eb9bea297a042bcd5842b901 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 14 Jun 2025 15:24:10 -0700 Subject: [PATCH] Add packages as explicit dependency. --- Sources/Secretive.xcodeproj/project.pbxproj | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Sources/Secretive.xcodeproj/project.pbxproj b/Sources/Secretive.xcodeproj/project.pbxproj index 1edd651..a96d508 100644 --- a/Sources/Secretive.xcodeproj/project.pbxproj +++ b/Sources/Secretive.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 60; objects = { /* Begin PBXBuildFile section */ @@ -438,6 +438,9 @@ ca, ); mainGroup = 50617D7623FCE48D0099B055; + packageReferences = ( + 5068431C2DFE2DE000920856 /* XCLocalSwiftPackageReference "Packages" */, + ); productRefGroup = 50617D8023FCE48E0099B055 /* Products */; projectDirPath = ""; projectRoot = ""; @@ -1010,6 +1013,13 @@ }; /* End XCConfigurationList section */ +/* Begin XCLocalSwiftPackageReference section */ + 5068431C2DFE2DE000920856 /* XCLocalSwiftPackageReference "Packages" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = Packages; + }; +/* End XCLocalSwiftPackageReference section */ + /* Begin XCSwiftPackageProductDependency section */ 5003EF3A278005E800DF2006 /* SecretKit */ = { isa = XCSwiftPackageProductDependency;