Skip to content

Commit 927a1d8

Browse files
committed
Mac project fixes.
1 parent 343995c commit 927a1d8

File tree

1 file changed

+24
-16
lines changed

1 file changed

+24
-16
lines changed

cocos2d-osx.xcodeproj/project.pbxproj

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@
141141
B770608F1831B0C40043CC67 /* IOSVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = B77060521831B0C40043CC67 /* IOSVersion.m */; };
142142
B77060901831B0C40043CC67 /* mach_timing.c in Sources */ = {isa = PBXBuildFile; fileRef = B77060531831B0C40043CC67 /* mach_timing.c */; };
143143
B77060911831B0C40043CC67 /* mach_timing.h in Headers */ = {isa = PBXBuildFile; fileRef = B77060541831B0C40043CC67 /* mach_timing.h */; };
144-
B77060921831B0C40043CC67 /* NSMutableArray+WeakReferences.h in Headers */ = {isa = PBXBuildFile; fileRef = B77060551831B0C40043CC67 /* NSMutableArray+WeakReferences.h */; };
145-
B77060931831B0C40043CC67 /* NSMutableArray+WeakReferences.m in Sources */ = {isa = PBXBuildFile; fileRef = B77060561831B0C40043CC67 /* NSMutableArray+WeakReferences.m */; };
146-
B77060941831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h in Headers */ = {isa = PBXBuildFile; fileRef = B77060571831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h */; };
147-
B77060951831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m in Sources */ = {isa = PBXBuildFile; fileRef = B77060581831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m */; };
148144
B77060961831B0C40043CC67 /* OALAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = B77060591831B0C40043CC67 /* OALAudioFile.h */; };
149145
B77060971831B0C40043CC67 /* OALAudioFile.m in Sources */ = {isa = PBXBuildFile; fileRef = B770605A1831B0C40043CC67 /* OALAudioFile.m */; };
150146
B77060981831B0C40043CC67 /* OALNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = B770605B1831B0C40043CC67 /* OALNotifications.h */; };
@@ -202,6 +198,12 @@
202198
D30226731992D4DC00878880 /* CCRenderDispatch.m in Sources */ = {isa = PBXBuildFile; fileRef = D30226711992D4DC00878880 /* CCRenderDispatch.m */; };
203199
D30226761992D4E400878880 /* CCDirectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = D30226741992D4E400878880 /* CCDirectorView.h */; };
204200
D30226771992D4E400878880 /* CCRenderDispatch_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D30226751992D4E400878880 /* CCRenderDispatch_Private.h */; };
201+
D31F0C3B1993FA39006FF306 /* ALWeakArray.h in Headers */ = {isa = PBXBuildFile; fileRef = D31F0C351993FA39006FF306 /* ALWeakArray.h */; };
202+
D31F0C3C1993FA39006FF306 /* ALWeakArray.m in Sources */ = {isa = PBXBuildFile; fileRef = D31F0C361993FA39006FF306 /* ALWeakArray.m */; };
203+
D31F0C3D1993FA39006FF306 /* ALWeakDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = D31F0C371993FA39006FF306 /* ALWeakDictionary.h */; };
204+
D31F0C3E1993FA39006FF306 /* ALWeakDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = D31F0C381993FA39006FF306 /* ALWeakDictionary.m */; };
205+
D31F0C3F1993FA39006FF306 /* ALWeakElement.h in Headers */ = {isa = PBXBuildFile; fileRef = D31F0C391993FA39006FF306 /* ALWeakElement.h */; };
206+
D31F0C401993FA39006FF306 /* ALWeakElement.m in Sources */ = {isa = PBXBuildFile; fileRef = D31F0C3A1993FA39006FF306 /* ALWeakElement.m */; };
205207
D35E903E1990183C00A9B9C2 /* CCNoARC.m in Sources */ = {isa = PBXBuildFile; fileRef = D35E903D1990183C00A9B9C2 /* CCNoARC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
206208
D37EE9FE187D4E7800CB5EF2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D37EE9FD187D4E7800CB5EF2 /* Foundation.framework */; };
207209
D37EEA6E187D4F5200CB5EF2 /* libObjectiveChipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D37EE9FC187D4E7700CB5EF2 /* libObjectiveChipmunk.a */; };
@@ -503,10 +505,6 @@
503505
B77060521831B0C40043CC67 /* IOSVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IOSVersion.m; sourceTree = "<group>"; };
504506
B77060531831B0C40043CC67 /* mach_timing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_timing.c; sourceTree = "<group>"; };
505507
B77060541831B0C40043CC67 /* mach_timing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mach_timing.h; sourceTree = "<group>"; };
506-
B77060551831B0C40043CC67 /* NSMutableArray+WeakReferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+WeakReferences.h"; sourceTree = "<group>"; };
507-
B77060561831B0C40043CC67 /* NSMutableArray+WeakReferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableArray+WeakReferences.m"; sourceTree = "<group>"; };
508-
B77060571831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableDictionary+WeakReferences.h"; sourceTree = "<group>"; };
509-
B77060581831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableDictionary+WeakReferences.m"; sourceTree = "<group>"; };
510508
B77060591831B0C40043CC67 /* OALAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OALAudioFile.h; sourceTree = "<group>"; };
511509
B770605A1831B0C40043CC67 /* OALAudioFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OALAudioFile.m; sourceTree = "<group>"; };
512510
B770605B1831B0C40043CC67 /* OALNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OALNotifications.h; sourceTree = "<group>"; };
@@ -570,6 +568,12 @@
570568
D30226711992D4DC00878880 /* CCRenderDispatch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCRenderDispatch.m; sourceTree = "<group>"; };
571569
D30226741992D4E400878880 /* CCDirectorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCDirectorView.h; path = Platforms/CCDirectorView.h; sourceTree = "<group>"; };
572570
D30226751992D4E400878880 /* CCRenderDispatch_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCRenderDispatch_Private.h; path = Platforms/CCRenderDispatch_Private.h; sourceTree = "<group>"; };
571+
D31F0C351993FA39006FF306 /* ALWeakArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakArray.h; sourceTree = "<group>"; };
572+
D31F0C361993FA39006FF306 /* ALWeakArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALWeakArray.m; sourceTree = "<group>"; };
573+
D31F0C371993FA39006FF306 /* ALWeakDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakDictionary.h; sourceTree = "<group>"; };
574+
D31F0C381993FA39006FF306 /* ALWeakDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALWeakDictionary.m; sourceTree = "<group>"; };
575+
D31F0C391993FA39006FF306 /* ALWeakElement.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ALWeakElement.h; sourceTree = "<group>"; };
576+
D31F0C3A1993FA39006FF306 /* ALWeakElement.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ALWeakElement.m; sourceTree = "<group>"; };
573577
D35E903D1990183C00A9B9C2 /* CCNoARC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCNoARC.m; sourceTree = "<group>"; };
574578
D37EE9FC187D4E7700CB5EF2 /* libObjectiveChipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libObjectiveChipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; };
575579
D37EE9FD187D4E7800CB5EF2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -1023,15 +1027,17 @@
10231027
B770604F1831B0C40043CC67 /* Support */ = {
10241028
isa = PBXGroup;
10251029
children = (
1030+
D31F0C351993FA39006FF306 /* ALWeakArray.h */,
1031+
D31F0C361993FA39006FF306 /* ALWeakArray.m */,
1032+
D31F0C371993FA39006FF306 /* ALWeakDictionary.h */,
1033+
D31F0C381993FA39006FF306 /* ALWeakDictionary.m */,
1034+
D31F0C391993FA39006FF306 /* ALWeakElement.h */,
1035+
D31F0C3A1993FA39006FF306 /* ALWeakElement.m */,
10261036
B77060501831B0C40043CC67 /* ARCSafe_MemMgmt.h */,
10271037
B77060511831B0C40043CC67 /* IOSVersion.h */,
10281038
B77060521831B0C40043CC67 /* IOSVersion.m */,
10291039
B77060531831B0C40043CC67 /* mach_timing.c */,
10301040
B77060541831B0C40043CC67 /* mach_timing.h */,
1031-
B77060551831B0C40043CC67 /* NSMutableArray+WeakReferences.h */,
1032-
B77060561831B0C40043CC67 /* NSMutableArray+WeakReferences.m */,
1033-
B77060571831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h */,
1034-
B77060581831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m */,
10351041
B77060591831B0C40043CC67 /* OALAudioFile.h */,
10361042
B770605A1831B0C40043CC67 /* OALAudioFile.m */,
10371043
B770605B1831B0C40043CC67 /* OALNotifications.h */,
@@ -1564,9 +1570,11 @@
15641570
B706B19B1820A42300B27A2C /* CCDirector_Private.h in Headers */,
15651571
929D1B7B1954C2A600B27340 /* CCEffectStack.h in Headers */,
15661572
B791E850182065BD00DAE1D7 /* CCTiledMapLayer.h in Headers */,
1573+
D31F0C3F1993FA39006FF306 /* ALWeakElement.h in Headers */,
15671574
E076E6E51225EC7400DE0DA2 /* CCActionTween.h in Headers */,
15681575
B77060851831B0C40043CC67 /* ALWrapper.h in Headers */,
15691576
B770607F1831B0C40043CC67 /* ALSoundSource.h in Headers */,
1577+
D31F0C3D1993FA39006FF306 /* ALWeakDictionary.h in Headers */,
15701578
B770608E1831B0C40043CC67 /* IOSVersion.h in Headers */,
15711579
E076E6FC1225EC7400DE0DA2 /* CCLabelBMFont.h in Headers */,
15721580
E076E6FE1225EC7400DE0DA2 /* CCLabelTTF.h in Headers */,
@@ -1576,7 +1584,6 @@
15761584
E076E7091225EC7400DE0DA2 /* CCNode.h in Headers */,
15771585
92D1343B1954FC7A003833C4 /* CCEffectStackProtocol.h in Headers */,
15781586
E076E70B1225EC7400DE0DA2 /* CCParallaxNode.h in Headers */,
1579-
B77060941831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h in Headers */,
15801587
E076E70D1225EC7400DE0DA2 /* CCParticleExamples.h in Headers */,
15811588
B77060731831B0C40043CC67 /* ALBuffer.h in Headers */,
15821589
E076E70F1225EC7400DE0DA2 /* CCParticleSystem.h in Headers */,
@@ -1612,7 +1619,6 @@
16121619
E076E7381225EC7400DE0DA2 /* CCTiledMap.h in Headers */,
16131620
E076E73A1225EC7400DE0DA2 /* CCTMXXMLParser.h in Headers */,
16141621
E076E73C1225EC7400DE0DA2 /* CCTransition.h in Headers */,
1615-
B77060921831B0C40043CC67 /* NSMutableArray+WeakReferences.h in Headers */,
16161622
D389412A18639DD400725CFC /* CCPhysicsNode.h in Headers */,
16171623
B77060891831B0C40043CC67 /* OALAudioSession.h in Headers */,
16181624
E076E7451225EC7400DE0DA2 /* CCGL.h in Headers */,
@@ -1693,6 +1699,7 @@
16931699
A0D7D69815E2D2CC000CA0C4 /* CCProtocols.h in Headers */,
16941700
D30226761992D4E400878880 /* CCDirectorView.h in Headers */,
16951701
929D1B741954C2A600B27340 /* CCEffectPixellate.h in Headers */,
1702+
D31F0C3B1993FA39006FF306 /* ALWeakArray.h in Headers */,
16961703
92D1343E1954FC7A003833C4 /* CCActionManager_Private.h in Headers */,
16971704
A0D7D69915E2D2CC000CA0C4 /* CCScheduler.h in Headers */,
16981705
9DDFEF6A19635F0600CCE3DF /* CCEffectRefraction.h in Headers */,
@@ -1839,7 +1846,6 @@
18391846
E076E6E21225EC7400DE0DA2 /* CCActionProgressTimer.m in Sources */,
18401847
E076E6E61225EC7400DE0DA2 /* CCActionTween.m in Sources */,
18411848
926B97EA1938602200E345FB /* CCAnimationManager+FrameAnimation.m in Sources */,
1842-
B77060931831B0C40043CC67 /* NSMutableArray+WeakReferences.m in Sources */,
18431849
D389412D18639DD400725CFC /* CCPhysicsShape.m in Sources */,
18441850
D3AD531818C84F79005B6CF3 /* CCShader.m in Sources */,
18451851
B770608F1831B0C40043CC67 /* IOSVersion.m in Sources */,
@@ -1848,7 +1854,6 @@
18481854
B770607C1831B0C40043CC67 /* ALDevice.m in Sources */,
18491855
E076E6FD1225EC7400DE0DA2 /* CCLabelBMFont.m in Sources */,
18501856
E076E6FF1225EC7400DE0DA2 /* CCLabelTTF.m in Sources */,
1851-
B77060951831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m in Sources */,
18521857
B770606A1831B0C40043CC67 /* OALAudioTrack.m in Sources */,
18531858
E076E7081225EC7400DE0DA2 /* CCMotionStreak.m in Sources */,
18541859
929D1B6F1954C2A600B27340 /* CCEffectContrast.m in Sources */,
@@ -1928,6 +1933,7 @@
19281933
A0D7D69715E2D2CC000CA0C4 /* CCDirector.m in Sources */,
19291934
D3AD531C18C84FA1005B6CF3 /* CCCache.m in Sources */,
19301935
B77060881831B0C40043CC67 /* OpenALManager.m in Sources */,
1936+
D31F0C401993FA39006FF306 /* ALWeakElement.m in Sources */,
19311937
B7E776541858EC79004221AA /* CCParticleSystemBase.m in Sources */,
19321938
A0D7D69A15E2D2CC000CA0C4 /* CCScheduler.m in Sources */,
19331939
B77060971831B0C40043CC67 /* OALAudioFile.m in Sources */,
@@ -1944,7 +1950,9 @@
19441950
A66680C417D4D73000ECDE6F /* CCResponder.m in Sources */,
19451951
A66680C617D4D73000ECDE6F /* CCResponderManager.m in Sources */,
19461952
929D1B771954C2A600B27340 /* CCEffectRenderer.m in Sources */,
1953+
D31F0C3C1993FA39006FF306 /* ALWeakArray.m in Sources */,
19471954
B78AE64717E7BC9F0028BE0B /* CCButton.m in Sources */,
1955+
D31F0C3E1993FA39006FF306 /* ALWeakDictionary.m in Sources */,
19481956
B78AE64817E7BCA30028BE0B /* CCControl.m in Sources */,
19491957
B751D2631988896D00722D93 /* CCEffectUtils.m in Sources */,
19501958
926B97E419385F8A00E345FB /* CCAnimationManager.m in Sources */,

0 commit comments

Comments
 (0)