Skip to content

Commit 0f9f4c8

Browse files
author
Chinmay Garde
committed
Added UIKit framework dependency to CocoKit target
1 parent f895a2d commit 0f9f4c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Detective.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
EA4F79B5159EEBE700CDE940 /* NSObject+HDSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = EA4F7987159ECFED00CDE940 /* NSObject+HDSerialization.m */; };
2525
EA54098315944C8D000F8C43 /* HDServer.h in Headers */ = {isa = PBXBuildFile; fileRef = EA54098115944C8D000F8C43 /* HDServer.h */; settings = {ATTRIBUTES = (); }; };
2626
EA54098415944C8D000F8C43 /* HDServer.m in Sources */ = {isa = PBXBuildFile; fileRef = EA54098215944C8D000F8C43 /* HDServer.m */; };
27+
EA5BE05216E7D6B0004A0A0A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA5BE05116E7D6AF004A0A0A /* UIKit.framework */; };
2728
EA77297516994E6300CD63EE /* HDUIKitDetective.h in Headers */ = {isa = PBXBuildFile; fileRef = EA77297316994E6300CD63EE /* HDUIKitDetective.h */; };
2829
EA77297616994E6300CD63EE /* HDUIKitDetective.m in Sources */ = {isa = PBXBuildFile; fileRef = EA77297416994E6300CD63EE /* HDUIKitDetective.m */; };
2930
EA77297716994E6300CD63EE /* HDUIKitDetective.m in Sources */ = {isa = PBXBuildFile; fileRef = EA77297416994E6300CD63EE /* HDUIKitDetective.m */; };
@@ -143,6 +144,7 @@
143144
EA54097F15944C4C000F8C43 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
144145
EA54098115944C8D000F8C43 /* HDServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDServer.h; sourceTree = "<group>"; };
145146
EA54098215944C8D000F8C43 /* HDServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDServer.m; sourceTree = "<group>"; };
147+
EA5BE05116E7D6AF004A0A0A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = file; name = UIKit.framework; path = ../../build/Release/UIKit.framework; sourceTree = "<group>"; };
146148
EA77297316994E6300CD63EE /* HDUIKitDetective.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDUIKitDetective.h; sourceTree = "<group>"; };
147149
EA77297416994E6300CD63EE /* HDUIKitDetective.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HDUIKitDetective.m; sourceTree = "<group>"; };
148150
EA7729791699535B00CD63EE /* HDQuartzDetective.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HDQuartzDetective.h; sourceTree = "<group>"; };
@@ -218,6 +220,7 @@
218220
isa = PBXFrameworksBuildPhase;
219221
buildActionMask = 2147483647;
220222
files = (
223+
EA5BE05216E7D6B0004A0A0A /* UIKit.framework in Frameworks */,
221224
);
222225
runOnlyForDeploymentPostprocessing = 0;
223226
};
@@ -249,6 +252,7 @@
249252
EA54096215944C27000F8C43 = {
250253
isa = PBXGroup;
251254
children = (
255+
EA5BE05116E7D6AF004A0A0A /* UIKit.framework */,
252256
EA54097215944C27000F8C43 /* Detective */,
253257
EA4F79A4159EE51900CDE940 /* DetectiveTest */,
254258
EA54096F15944C27000F8C43 /* Frameworks */,

0 commit comments

Comments
 (0)