|
141 | 141 | B770608F1831B0C40043CC67 /* IOSVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = B77060521831B0C40043CC67 /* IOSVersion.m */; };
|
142 | 142 | B77060901831B0C40043CC67 /* mach_timing.c in Sources */ = {isa = PBXBuildFile; fileRef = B77060531831B0C40043CC67 /* mach_timing.c */; };
|
143 | 143 | 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 */; }; |
148 | 144 | B77060961831B0C40043CC67 /* OALAudioFile.h in Headers */ = {isa = PBXBuildFile; fileRef = B77060591831B0C40043CC67 /* OALAudioFile.h */; };
|
149 | 145 | B77060971831B0C40043CC67 /* OALAudioFile.m in Sources */ = {isa = PBXBuildFile; fileRef = B770605A1831B0C40043CC67 /* OALAudioFile.m */; };
|
150 | 146 | B77060981831B0C40043CC67 /* OALNotifications.h in Headers */ = {isa = PBXBuildFile; fileRef = B770605B1831B0C40043CC67 /* OALNotifications.h */; };
|
|
202 | 198 | D30226731992D4DC00878880 /* CCRenderDispatch.m in Sources */ = {isa = PBXBuildFile; fileRef = D30226711992D4DC00878880 /* CCRenderDispatch.m */; };
|
203 | 199 | D30226761992D4E400878880 /* CCDirectorView.h in Headers */ = {isa = PBXBuildFile; fileRef = D30226741992D4E400878880 /* CCDirectorView.h */; };
|
204 | 200 | 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 */; }; |
205 | 207 | D35E903E1990183C00A9B9C2 /* CCNoARC.m in Sources */ = {isa = PBXBuildFile; fileRef = D35E903D1990183C00A9B9C2 /* CCNoARC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
|
206 | 208 | D37EE9FE187D4E7800CB5EF2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D37EE9FD187D4E7800CB5EF2 /* Foundation.framework */; };
|
207 | 209 | D37EEA6E187D4F5200CB5EF2 /* libObjectiveChipmunk.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D37EE9FC187D4E7700CB5EF2 /* libObjectiveChipmunk.a */; };
|
|
503 | 505 | B77060521831B0C40043CC67 /* IOSVersion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IOSVersion.m; sourceTree = "<group>"; };
|
504 | 506 | B77060531831B0C40043CC67 /* mach_timing.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mach_timing.c; sourceTree = "<group>"; };
|
505 | 507 | 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>"; }; |
510 | 508 | B77060591831B0C40043CC67 /* OALAudioFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OALAudioFile.h; sourceTree = "<group>"; };
|
511 | 509 | B770605A1831B0C40043CC67 /* OALAudioFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OALAudioFile.m; sourceTree = "<group>"; };
|
512 | 510 | B770605B1831B0C40043CC67 /* OALNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OALNotifications.h; sourceTree = "<group>"; };
|
|
570 | 568 | D30226711992D4DC00878880 /* CCRenderDispatch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCRenderDispatch.m; sourceTree = "<group>"; };
|
571 | 569 | D30226741992D4E400878880 /* CCDirectorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CCDirectorView.h; path = Platforms/CCDirectorView.h; sourceTree = "<group>"; };
|
572 | 570 | 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>"; }; |
573 | 577 | D35E903D1990183C00A9B9C2 /* CCNoARC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCNoARC.m; sourceTree = "<group>"; };
|
574 | 578 | D37EE9FC187D4E7700CB5EF2 /* libObjectiveChipmunk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libObjectiveChipmunk.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
575 | 579 | D37EE9FD187D4E7800CB5EF2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
1023 | 1027 | B770604F1831B0C40043CC67 /* Support */ = {
|
1024 | 1028 | isa = PBXGroup;
|
1025 | 1029 | 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 */, |
1026 | 1036 | B77060501831B0C40043CC67 /* ARCSafe_MemMgmt.h */,
|
1027 | 1037 | B77060511831B0C40043CC67 /* IOSVersion.h */,
|
1028 | 1038 | B77060521831B0C40043CC67 /* IOSVersion.m */,
|
1029 | 1039 | B77060531831B0C40043CC67 /* mach_timing.c */,
|
1030 | 1040 | B77060541831B0C40043CC67 /* mach_timing.h */,
|
1031 |
| - B77060551831B0C40043CC67 /* NSMutableArray+WeakReferences.h */, |
1032 |
| - B77060561831B0C40043CC67 /* NSMutableArray+WeakReferences.m */, |
1033 |
| - B77060571831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h */, |
1034 |
| - B77060581831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m */, |
1035 | 1041 | B77060591831B0C40043CC67 /* OALAudioFile.h */,
|
1036 | 1042 | B770605A1831B0C40043CC67 /* OALAudioFile.m */,
|
1037 | 1043 | B770605B1831B0C40043CC67 /* OALNotifications.h */,
|
|
1564 | 1570 | B706B19B1820A42300B27A2C /* CCDirector_Private.h in Headers */,
|
1565 | 1571 | 929D1B7B1954C2A600B27340 /* CCEffectStack.h in Headers */,
|
1566 | 1572 | B791E850182065BD00DAE1D7 /* CCTiledMapLayer.h in Headers */,
|
| 1573 | + D31F0C3F1993FA39006FF306 /* ALWeakElement.h in Headers */, |
1567 | 1574 | E076E6E51225EC7400DE0DA2 /* CCActionTween.h in Headers */,
|
1568 | 1575 | B77060851831B0C40043CC67 /* ALWrapper.h in Headers */,
|
1569 | 1576 | B770607F1831B0C40043CC67 /* ALSoundSource.h in Headers */,
|
| 1577 | + D31F0C3D1993FA39006FF306 /* ALWeakDictionary.h in Headers */, |
1570 | 1578 | B770608E1831B0C40043CC67 /* IOSVersion.h in Headers */,
|
1571 | 1579 | E076E6FC1225EC7400DE0DA2 /* CCLabelBMFont.h in Headers */,
|
1572 | 1580 | E076E6FE1225EC7400DE0DA2 /* CCLabelTTF.h in Headers */,
|
|
1576 | 1584 | E076E7091225EC7400DE0DA2 /* CCNode.h in Headers */,
|
1577 | 1585 | 92D1343B1954FC7A003833C4 /* CCEffectStackProtocol.h in Headers */,
|
1578 | 1586 | E076E70B1225EC7400DE0DA2 /* CCParallaxNode.h in Headers */,
|
1579 |
| - B77060941831B0C40043CC67 /* NSMutableDictionary+WeakReferences.h in Headers */, |
1580 | 1587 | E076E70D1225EC7400DE0DA2 /* CCParticleExamples.h in Headers */,
|
1581 | 1588 | B77060731831B0C40043CC67 /* ALBuffer.h in Headers */,
|
1582 | 1589 | E076E70F1225EC7400DE0DA2 /* CCParticleSystem.h in Headers */,
|
|
1612 | 1619 | E076E7381225EC7400DE0DA2 /* CCTiledMap.h in Headers */,
|
1613 | 1620 | E076E73A1225EC7400DE0DA2 /* CCTMXXMLParser.h in Headers */,
|
1614 | 1621 | E076E73C1225EC7400DE0DA2 /* CCTransition.h in Headers */,
|
1615 |
| - B77060921831B0C40043CC67 /* NSMutableArray+WeakReferences.h in Headers */, |
1616 | 1622 | D389412A18639DD400725CFC /* CCPhysicsNode.h in Headers */,
|
1617 | 1623 | B77060891831B0C40043CC67 /* OALAudioSession.h in Headers */,
|
1618 | 1624 | E076E7451225EC7400DE0DA2 /* CCGL.h in Headers */,
|
|
1693 | 1699 | A0D7D69815E2D2CC000CA0C4 /* CCProtocols.h in Headers */,
|
1694 | 1700 | D30226761992D4E400878880 /* CCDirectorView.h in Headers */,
|
1695 | 1701 | 929D1B741954C2A600B27340 /* CCEffectPixellate.h in Headers */,
|
| 1702 | + D31F0C3B1993FA39006FF306 /* ALWeakArray.h in Headers */, |
1696 | 1703 | 92D1343E1954FC7A003833C4 /* CCActionManager_Private.h in Headers */,
|
1697 | 1704 | A0D7D69915E2D2CC000CA0C4 /* CCScheduler.h in Headers */,
|
1698 | 1705 | 9DDFEF6A19635F0600CCE3DF /* CCEffectRefraction.h in Headers */,
|
|
1839 | 1846 | E076E6E21225EC7400DE0DA2 /* CCActionProgressTimer.m in Sources */,
|
1840 | 1847 | E076E6E61225EC7400DE0DA2 /* CCActionTween.m in Sources */,
|
1841 | 1848 | 926B97EA1938602200E345FB /* CCAnimationManager+FrameAnimation.m in Sources */,
|
1842 |
| - B77060931831B0C40043CC67 /* NSMutableArray+WeakReferences.m in Sources */, |
1843 | 1849 | D389412D18639DD400725CFC /* CCPhysicsShape.m in Sources */,
|
1844 | 1850 | D3AD531818C84F79005B6CF3 /* CCShader.m in Sources */,
|
1845 | 1851 | B770608F1831B0C40043CC67 /* IOSVersion.m in Sources */,
|
|
1848 | 1854 | B770607C1831B0C40043CC67 /* ALDevice.m in Sources */,
|
1849 | 1855 | E076E6FD1225EC7400DE0DA2 /* CCLabelBMFont.m in Sources */,
|
1850 | 1856 | E076E6FF1225EC7400DE0DA2 /* CCLabelTTF.m in Sources */,
|
1851 |
| - B77060951831B0C40043CC67 /* NSMutableDictionary+WeakReferences.m in Sources */, |
1852 | 1857 | B770606A1831B0C40043CC67 /* OALAudioTrack.m in Sources */,
|
1853 | 1858 | E076E7081225EC7400DE0DA2 /* CCMotionStreak.m in Sources */,
|
1854 | 1859 | 929D1B6F1954C2A600B27340 /* CCEffectContrast.m in Sources */,
|
|
1928 | 1933 | A0D7D69715E2D2CC000CA0C4 /* CCDirector.m in Sources */,
|
1929 | 1934 | D3AD531C18C84FA1005B6CF3 /* CCCache.m in Sources */,
|
1930 | 1935 | B77060881831B0C40043CC67 /* OpenALManager.m in Sources */,
|
| 1936 | + D31F0C401993FA39006FF306 /* ALWeakElement.m in Sources */, |
1931 | 1937 | B7E776541858EC79004221AA /* CCParticleSystemBase.m in Sources */,
|
1932 | 1938 | A0D7D69A15E2D2CC000CA0C4 /* CCScheduler.m in Sources */,
|
1933 | 1939 | B77060971831B0C40043CC67 /* OALAudioFile.m in Sources */,
|
|
1944 | 1950 | A66680C417D4D73000ECDE6F /* CCResponder.m in Sources */,
|
1945 | 1951 | A66680C617D4D73000ECDE6F /* CCResponderManager.m in Sources */,
|
1946 | 1952 | 929D1B771954C2A600B27340 /* CCEffectRenderer.m in Sources */,
|
| 1953 | + D31F0C3C1993FA39006FF306 /* ALWeakArray.m in Sources */, |
1947 | 1954 | B78AE64717E7BC9F0028BE0B /* CCButton.m in Sources */,
|
| 1955 | + D31F0C3E1993FA39006FF306 /* ALWeakDictionary.m in Sources */, |
1948 | 1956 | B78AE64817E7BCA30028BE0B /* CCControl.m in Sources */,
|
1949 | 1957 | B751D2631988896D00722D93 /* CCEffectUtils.m in Sources */,
|
1950 | 1958 | 926B97E419385F8A00E345FB /* CCAnimationManager.m in Sources */,
|
|
0 commit comments