Skip to content

Commit 9aba708

Browse files
committed
Fix iOS build
1 parent a2daa58 commit 9aba708

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@
570570
E0F924721224140400EF2362 /* CCTexturePVR.m in Sources */ = {isa = PBXBuildFile; fileRef = E0F924701224140400EF2362 /* CCTexturePVR.m */; };
571571
E0F92AC41224559800EF2362 /* CCNS.h in Headers */ = {isa = PBXBuildFile; fileRef = E0F92AC31224559800EF2362 /* CCNS.h */; };
572572
FC39962219C3BBCF00C93E5E /* libObjectAL (Android).a in Frameworks */ = {isa = PBXBuildFile; fileRef = FC39961F19C3B92F00C93E5E /* libObjectAL (Android).a */; };
573+
FC64014019C79716003E595A /* libObjectAL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FC39961B19C3B92F00C93E5E /* libObjectAL.a */; };
573574
/* End PBXBuildFile section */
574575

575576
/* Begin PBXContainerItemProxy section */
@@ -622,6 +623,13 @@
622623
remoteGlobalIDString = FC3995B019C3B80E00C93E5E;
623624
remoteInfo = "ObjectAL (Android)";
624625
};
626+
FCFDA23D19C78E2D00B90910 /* PBXContainerItemProxy */ = {
627+
isa = PBXContainerItemProxy;
628+
containerPortal = FC39961319C3B92F00C93E5E /* ObjectAL.xcodeproj */;
629+
proxyType = 1;
630+
remoteGlobalIDString = CBBAB311171D0B84009B955F;
631+
remoteInfo = "ObjectAL (iOS)";
632+
};
625633
/* End PBXContainerItemProxy section */
626634

627635
/* Begin PBXCopyFilesBuildPhase section */
@@ -974,6 +982,7 @@
974982
isa = PBXFrameworksBuildPhase;
975983
buildActionMask = 2147483647;
976984
files = (
985+
FC64014019C79716003E595A /* libObjectAL.a in Frameworks */,
977986
D3903B1A19952ABD003AA81A /* Metal.framework in Frameworks */,
978987
D24FAEEC198014B90043E27D /* GLKit.framework in Frameworks */,
979988
D28A2E211954F85700ADC03D /* AVFoundation.framework in Frameworks */,
@@ -1991,6 +2000,7 @@
19912000
buildRules = (
19922001
);
19932002
dependencies = (
2003+
FCFDA23E19C78E2D00B90910 /* PBXTargetDependency */,
19942004
B759E5321880C70A00E8166C /* PBXTargetDependency */,
19952005
);
19962006
name = cocos2d;
@@ -2418,6 +2428,11 @@
24182428
name = "ObjectAL (Android)";
24192429
targetProxy = FC39962019C3BB3A00C93E5E /* PBXContainerItemProxy */;
24202430
};
2431+
FCFDA23E19C78E2D00B90910 /* PBXTargetDependency */ = {
2432+
isa = PBXTargetDependency;
2433+
name = "ObjectAL (iOS)";
2434+
targetProxy = FCFDA23D19C78E2D00B90910 /* PBXContainerItemProxy */;
2435+
};
24212436
/* End PBXTargetDependency section */
24222437

24232438
/* Begin XCBuildConfiguration section */

external/ObjectAL

0 commit comments

Comments
 (0)