Skip to content

Commit 19686f5

Browse files
committed
SSZipArchive pointing to SB repo fork again.
Updated revision of SSZipArchive. SSZipArchive header search path added.
1 parent c4bd8f3 commit 19686f5

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ url=https://github.com/slembcke/Chipmunk2D.git
77
branch = apportable
88
[submodule "external/SSZipArchive"]
99
path = external/SSZipArchive
10-
url = https://github.com/NickyWeber/ssziparchive.git
10+
url = https://github.com/spritebuilder/ssziparchive.git

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -634,14 +634,14 @@
634634
remoteGlobalIDString = 83409DDB19D5B65C004B7EB9;
635635
remoteInfo = SSZipArchiveTests;
636636
};
637-
83409E3919D5B7A4004B7EB9 /* PBXContainerItemProxy */ = {
637+
83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */ = {
638638
isa = PBXContainerItemProxy;
639639
containerPortal = 83409E2A19D5B791004B7EB9 /* SSZipArchive.xcodeproj */;
640640
proxyType = 1;
641-
remoteGlobalIDString = 83409DCD19D5B65B004B7EB9;
641+
remoteGlobalIDString = 21CC41A417DB7D1300201DDC;
642642
remoteInfo = SSZipArchive;
643643
};
644-
83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */ = {
644+
83409E4C19D5E8A1004B7EB9 /* PBXContainerItemProxy */ = {
645645
isa = PBXContainerItemProxy;
646646
containerPortal = 83409E2A19D5B791004B7EB9 /* SSZipArchive.xcodeproj */;
647647
proxyType = 1;
@@ -2206,7 +2206,7 @@
22062206
buildRules = (
22072207
);
22082208
dependencies = (
2209-
83409E3A19D5B7A4004B7EB9 /* PBXTargetDependency */,
2209+
83409E4D19D5E8A1004B7EB9 /* PBXTargetDependency */,
22102210
FCFDA23E19C78E2D00B90910 /* PBXTargetDependency */,
22112211
B759E5321880C70A00E8166C /* PBXTargetDependency */,
22122212
);
@@ -2667,15 +2667,15 @@
26672667
/* End PBXSourcesBuildPhase section */
26682668

26692669
/* Begin PBXTargetDependency section */
2670-
83409E3A19D5B7A4004B7EB9 /* PBXTargetDependency */ = {
2670+
83409E3C19D5B7DB004B7EB9 /* PBXTargetDependency */ = {
26712671
isa = PBXTargetDependency;
26722672
name = SSZipArchive;
2673-
targetProxy = 83409E3919D5B7A4004B7EB9 /* PBXContainerItemProxy */;
2673+
targetProxy = 83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */;
26742674
};
2675-
83409E3C19D5B7DB004B7EB9 /* PBXTargetDependency */ = {
2675+
83409E4D19D5E8A1004B7EB9 /* PBXTargetDependency */ = {
26762676
isa = PBXTargetDependency;
26772677
name = SSZipArchive;
2678-
targetProxy = 83409E3B19D5B7DB004B7EB9 /* PBXContainerItemProxy */;
2678+
targetProxy = 83409E4C19D5E8A1004B7EB9 /* PBXContainerItemProxy */;
26792679
};
26802680
B759E5321880C70A00E8166C /* PBXTargetDependency */ = {
26812681
isa = PBXTargetDependency;
@@ -2728,6 +2728,7 @@
27282728
"$(SRCROOT)/external/Chipmunk/include",
27292729
"$(SRCROOT)/external/Chipmunk/objectivec/include",
27302730
"$(SRCROOT)/external/ObjectAL/**",
2731+
"$(SRCROOT)/external/SSZipArchive/**",
27312732
);
27322733
LIBRARY_SEARCH_PATHS = (
27332734
"$(inherited)",
@@ -2762,6 +2763,7 @@
27622763
"$(SRCROOT)/external/Chipmunk/include",
27632764
"$(SRCROOT)/external/Chipmunk/objectivec/include",
27642765
"$(SRCROOT)/external/ObjectAL/**",
2766+
"$(SRCROOT)/external/SSZipArchive/**",
27652767
);
27662768
LIBRARY_SEARCH_PATHS = (
27672769
"$(inherited)",

cocos2d/CCPackageUnzipper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import <Foundation/Foundation.h>
2-
#import "SSZipArchive.h"
2+
#import <SSZipArchive/SSZipArchive.h>
33

44
@protocol CCPackageUnzipperDelegate;
55
@class CCPackage;

0 commit comments

Comments
 (0)