Skip to content

Commit ad12be3

Browse files
committed
Removes reference to libs (causing build warning)
1 parent 3448696 commit ad12be3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
502C8BE010A661E200D137BA /* CCSpriteFrameCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 502C8BDE10A661E200D137BA /* CCSpriteFrameCache.h */; };
5959
502C8BE110A661E200D137BA /* CCSpriteFrameCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 502C8BDF10A661E200D137BA /* CCSpriteFrameCache.m */; };
6060
50305AF40E40E33200F63373 /* cocos2d.h in Headers */ = {isa = PBXBuildFile; fileRef = 50305AF30E40E33200F63373 /* cocos2d.h */; };
61-
503092B310447296005F7AFC /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 503092B210447296005F7AFC /* libz.dylib */; };
6261
50316AA610291280003ACFE7 /* CCRenderTexture.h in Headers */ = {isa = PBXBuildFile; fileRef = 50316AA410291280003ACFE7 /* CCRenderTexture.h */; };
6362
50316AA710291280003ACFE7 /* CCRenderTexture.m in Sources */ = {isa = PBXBuildFile; fileRef = 50316AA510291280003ACFE7 /* CCRenderTexture.m */; };
6463
50316AD41029A126003ACFE7 /* CCMotionStreak.h in Headers */ = {isa = PBXBuildFile; fileRef = 50316AD21029A126003ACFE7 /* CCMotionStreak.h */; };
@@ -394,7 +393,6 @@
394393
502C8BDE10A661E200D137BA /* CCSpriteFrameCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCSpriteFrameCache.h; sourceTree = "<group>"; };
395394
502C8BDF10A661E200D137BA /* CCSpriteFrameCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSpriteFrameCache.m; sourceTree = "<group>"; };
396395
50305AF30E40E33200F63373 /* cocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocos2d.h; sourceTree = "<group>"; };
397-
503092B210447296005F7AFC /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
398396
50316AA410291280003ACFE7 /* CCRenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCRenderTexture.h; sourceTree = "<group>"; };
399397
50316AA510291280003ACFE7 /* CCRenderTexture.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCRenderTexture.m; sourceTree = "<group>"; };
400398
50316AD21029A126003ACFE7 /* CCMotionStreak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCMotionStreak.h; sourceTree = "<group>"; };
@@ -746,7 +744,6 @@
746744
5018F2E40DFDEBBA00C013A5 /* CoreGraphics.framework in Frameworks */,
747745
5018F2E50DFDEBBA00C013A5 /* OpenGLES.framework in Frameworks */,
748746
5018F2E60DFDEBBA00C013A5 /* QuartzCore.framework in Frameworks */,
749-
503092B310447296005F7AFC /* libz.dylib in Frameworks */,
750747
);
751748
runOnlyForDeploymentPostprocessing = 0;
752749
};
@@ -803,7 +800,6 @@
803800
50E3876E10446C6E00150883 /* AudioToolbox.framework */,
804801
50E3877010446C6E00150883 /* OpenAL.framework */,
805802
A034FF85149DC993009F11AA /* GameKit.framework */,
806-
503092B210447296005F7AFC /* libz.dylib */,
807803
A06BF84C168109170018A802 /* libsqlite3.dylib */,
808804
D39A31BB17F227F500E94B3B /* XCTest.framework */,
809805
);

0 commit comments

Comments
 (0)