Skip to content

Commit b41205e

Browse files
committed
Fix dependency to fsevents package
Signed-off-by: Hasan Turken <[email protected]>
1 parent eeb2b1b commit b41205e

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

KubeContext.xcodeproj/project.pbxproj

Lines changed: 28 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 52;
77
objects = {
88

99
/* Begin PBXBuildFile section */
1010
8A0A020E21D2BDFB007DF454 /* ui-test-config-cleaned.yaml in Resources */ = {isa = PBXBuildFile; fileRef = 8A0A020D21D2BDFB007DF454 /* ui-test-config-cleaned.yaml */; };
11-
8AC4CD8D21D57E79008E1F8F /* libEonilFSEvents.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AC4CD8B21D57D0E008E1F8F /* libEonilFSEvents.a */; };
11+
8A795B772595240E003EA721 /* EonilFSEvents in Frameworks */ = {isa = PBXBuildFile; productRef = 8A795B762595240E003EA721 /* EonilFSEvents */; };
1212
8AD3AE6921F520BC00C81839 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AD3AE6821F520BC00C81839 /* StoreKit.framework */; };
1313
E422CCAD216E8D0A0008D173 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = E422CCAC216E8D0A0008D173 /* Config.swift */; };
1414
E439374F21791F8A0077CCF1 /* KubeContextTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E439374E21791F8A0077CCF1 /* KubeContextTests.swift */; };
@@ -33,13 +33,6 @@
3333
/* End PBXBuildFile section */
3434

3535
/* Begin PBXContainerItemProxy section */
36-
8AC4CD8A21D57D0E008E1F8F /* PBXContainerItemProxy */ = {
37-
isa = PBXContainerItemProxy;
38-
containerPortal = 8AC4CD8621D57D0E008E1F8F /* EonilFSEvents.xcodeproj */;
39-
proxyType = 2;
40-
remoteGlobalIDString = 4513D3AD21D52FC50070A7A5;
41-
remoteInfo = EonilFSEvents;
42-
};
4336
E439375121791F8A0077CCF1 /* PBXContainerItemProxy */ = {
4437
isa = PBXContainerItemProxy;
4538
containerPortal = E4DE5AD82166AAD800B6959B /* Project object */;
@@ -72,7 +65,6 @@
7265
/* Begin PBXFileReference section */
7366
6E647E203802CA7F9FBE6AB9 /* Pods-KubeContext.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-KubeContext.release.xcconfig"; path = "Pods/Target Support Files/Pods-KubeContext/Pods-KubeContext.release.xcconfig"; sourceTree = "<group>"; };
7467
8A0A020D21D2BDFB007DF454 /* ui-test-config-cleaned.yaml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "ui-test-config-cleaned.yaml"; path = "../../../KubeContext/KubeContextUITests/TestData/ui-test-config-cleaned.yaml"; sourceTree = "<group>"; };
75-
8AC4CD8621D57D0E008E1F8F /* EonilFSEvents.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = EonilFSEvents.xcodeproj; path = ../FSEvents/EonilFSEvents.xcodeproj; sourceTree = "<group>"; };
7668
8AD3AE6821F520BC00C81839 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
7769
9DBDB0F631DAD622DF0D6157 /* Pods_KubeContext.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_KubeContext.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7870
E422CCAC216E8D0A0008D173 /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
@@ -116,7 +108,7 @@
116108
buildActionMask = 2147483647;
117109
files = (
118110
8AD3AE6921F520BC00C81839 /* StoreKit.framework in Frameworks */,
119-
8AC4CD8D21D57E79008E1F8F /* libEonilFSEvents.a in Frameworks */,
111+
8A795B772595240E003EA721 /* EonilFSEvents in Frameworks */,
120112
E52B02DB6E72B33E719EA6A3 /* Pods_KubeContext.framework in Frameworks */,
121113
);
122114
runOnlyForDeploymentPostprocessing = 0;
@@ -131,14 +123,6 @@
131123
/* End PBXFrameworksBuildPhase section */
132124

133125
/* Begin PBXGroup section */
134-
8AC4CD8721D57D0E008E1F8F /* Products */ = {
135-
isa = PBXGroup;
136-
children = (
137-
8AC4CD8B21D57D0E008E1F8F /* libEonilFSEvents.a */,
138-
);
139-
name = Products;
140-
sourceTree = "<group>";
141-
};
142126
E439374D21791F8A0077CCF1 /* KubeContextTests */ = {
143127
isa = PBXGroup;
144128
children = (
@@ -174,7 +158,6 @@
174158
E4DE5AD72166AAD800B6959B = {
175159
isa = PBXGroup;
176160
children = (
177-
8AC4CD8621D57D0E008E1F8F /* EonilFSEvents.xcodeproj */,
178161
E4B0B22A2172857C00AB7817 /* ManageWindow */,
179162
E4DE5AE22166AAD800B6959B /* KubeContext */,
180163
E439374D21791F8A0077CCF1 /* KubeContextTests */,
@@ -276,6 +259,9 @@
276259
dependencies = (
277260
);
278261
name = KubeContext;
262+
packageProductDependencies = (
263+
8A795B762595240E003EA721 /* EonilFSEvents */,
264+
);
279265
productName = KubeContext;
280266
productReference = E4DE5AE02166AAD800B6959B /* KubeContext.app */;
281267
productType = "com.apple.product-type.application";
@@ -339,14 +325,11 @@
339325
Base,
340326
);
341327
mainGroup = E4DE5AD72166AAD800B6959B;
328+
packageReferences = (
329+
8A795B752595240E003EA721 /* XCRemoteSwiftPackageReference "FSEvents" */,
330+
);
342331
productRefGroup = E4DE5AE12166AAD800B6959B /* Products */;
343332
projectDirPath = "";
344-
projectReferences = (
345-
{
346-
ProductGroup = 8AC4CD8721D57D0E008E1F8F /* Products */;
347-
ProjectRef = 8AC4CD8621D57D0E008E1F8F /* EonilFSEvents.xcodeproj */;
348-
},
349-
);
350333
projectRoot = "";
351334
targets = (
352335
E4DE5ADF2166AAD800B6959B /* KubeContext */,
@@ -356,16 +339,6 @@
356339
};
357340
/* End PBXProject section */
358341

359-
/* Begin PBXReferenceProxy section */
360-
8AC4CD8B21D57D0E008E1F8F /* libEonilFSEvents.a */ = {
361-
isa = PBXReferenceProxy;
362-
fileType = archive.ar;
363-
path = libEonilFSEvents.a;
364-
remoteRef = 8AC4CD8A21D57D0E008E1F8F /* PBXContainerItemProxy */;
365-
sourceTree = BUILT_PRODUCTS_DIR;
366-
};
367-
/* End PBXReferenceProxy section */
368-
369342
/* Begin PBXResourcesBuildPhase section */
370343
E439374A21791F8A0077CCF1 /* Resources */ = {
371344
isa = PBXResourcesBuildPhase;
@@ -780,6 +753,25 @@
780753
defaultConfigurationName = Release;
781754
};
782755
/* End XCConfigurationList section */
756+
757+
/* Begin XCRemoteSwiftPackageReference section */
758+
8A795B752595240E003EA721 /* XCRemoteSwiftPackageReference "FSEvents" */ = {
759+
isa = XCRemoteSwiftPackageReference;
760+
repositoryURL = "[email protected]:eonil/FSEvents.git";
761+
requirement = {
762+
kind = upToNextMajorVersion;
763+
minimumVersion = 0.1.7;
764+
};
765+
};
766+
/* End XCRemoteSwiftPackageReference section */
767+
768+
/* Begin XCSwiftPackageProductDependency section */
769+
8A795B762595240E003EA721 /* EonilFSEvents */ = {
770+
isa = XCSwiftPackageProductDependency;
771+
package = 8A795B752595240E003EA721 /* XCRemoteSwiftPackageReference "FSEvents" */;
772+
productName = EonilFSEvents;
773+
};
774+
/* End XCSwiftPackageProductDependency section */
783775
};
784776
rootObject = E4DE5AD82166AAD800B6959B /* Project object */;
785777
}

KubeContext.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)