Skip to content

Commit

Permalink
SSZipArchive pointing to SB repo fork again.
Browse files Browse the repository at this point in the history
Updated revision of SSZipArchive.
SSZipArchive header search path added.
  • Loading branch information
NickyWeber committed Sep 26, 2014
1 parent c4bd8f3 commit 19686f5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Expand Up @@ -7,4 +7,4 @@ url=https://github.com/slembcke/Chipmunk2D.git
branch = apportable
[submodule "external/SSZipArchive"]
path = external/SSZipArchive
url = https://github.com/NickyWeber/ssziparchive.git
url = https://github.com/spritebuilder/ssziparchive.git
18 changes: 10 additions & 8 deletions cocos2d-ios.xcodeproj/project.pbxproj
Expand Up @@ -634,14 +634,14 @@
remoteGlobalIDString = 83409DDB19D5B65C004B7EB9;
remoteInfo = SSZipArchiveTests;
};
83409E3919D5B7A4004B7EB9 /* PBXContainerItemProxy */ = {
83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83409E2A19D5B791004B7EB9 /* SSZipArchive.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 83409DCD19D5B65B004B7EB9;
remoteGlobalIDString = 21CC41A417DB7D1300201DDC;
remoteInfo = SSZipArchive;
};
83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */ = {
83409E4C19D5E8A1004B7EB9 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 83409E2A19D5B791004B7EB9 /* SSZipArchive.xcodeproj */;
proxyType = 1;
Expand Down Expand Up @@ -2206,7 +2206,7 @@
buildRules = (
);
dependencies = (
83409E3A19D5B7A4004B7EB9 /* PBXTargetDependency */,
83409E4D19D5E8A1004B7EB9 /* PBXTargetDependency */,
FCFDA23E19C78E2D00B90910 /* PBXTargetDependency */,
B759E5321880C70A00E8166C /* PBXTargetDependency */,
);
Expand Down Expand Up @@ -2667,15 +2667,15 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
83409E3A19D5B7A4004B7EB9 /* PBXTargetDependency */ = {
83409E3C19D5B7DB004B7EB9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SSZipArchive;
targetProxy = 83409E3919D5B7A4004B7EB9 /* PBXContainerItemProxy */;
targetProxy = 83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */;
};
83409E3C19D5B7DB004B7EB9 /* PBXTargetDependency */ = {
83409E4D19D5E8A1004B7EB9 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = SSZipArchive;
targetProxy = 83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */;
targetProxy = 83409E4C19D5E8A1004B7EB9 /* PBXContainerItemProxy */;
};
B759E5321880C70A00E8166C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
Expand Down Expand Up @@ -2728,6 +2728,7 @@
"$(SRCROOT)/external/Chipmunk/include",
"$(SRCROOT)/external/Chipmunk/objectivec/include",
"$(SRCROOT)/external/ObjectAL/**",
"$(SRCROOT)/external/SSZipArchive/**",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2762,6 +2763,7 @@
"$(SRCROOT)/external/Chipmunk/include",
"$(SRCROOT)/external/Chipmunk/objectivec/include",
"$(SRCROOT)/external/ObjectAL/**",
"$(SRCROOT)/external/SSZipArchive/**",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/CCPackageUnzipper.h
@@ -1,5 +1,5 @@
#import <Foundation/Foundation.h>
#import "SSZipArchive.h"
#import <SSZipArchive/SSZipArchive.h>

@protocol CCPackageUnzipperDelegate;
@class CCPackage;
Expand Down
2 changes: 1 addition & 1 deletion external/SSZipArchive

0 comments on commit 19686f5

Please sign in to comment.