/ObjectAL.xcodeproj/project.pbxproj
Unknown | 406 lines | 404 code | 2 blank | 0 comment | 0 complexity | e360983bdd27b411938fe6b43d232459 MD5 | raw file
Possible License(s): Apache-2.0
Large files files are truncated, but you can click here to view the full file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 46; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 390E99371482C4BE002E14E7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16A4147D5533000EFEDF /* Foundation.framework */; }; 11 390E993D1482C4BE002E14E7 /* ObjectAL.m in Sources */ = {isa = PBXBuildFile; fileRef = 390E993C1482C4BE002E14E7 /* ObjectAL.m */; }; 12 390E99411482C4CB002E14E7 /* OALAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8C2147D58F00010C4A2 /* OALAction.m */; }; 13 390E99421482C508002E14E7 /* OALActionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8C4147D58F00010C4A2 /* OALActionManager.m */; }; 14 390E99431482C508002E14E7 /* OALAudioActions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8C6147D58F00010C4A2 /* OALAudioActions.m */; }; 15 390E99441482C508002E14E7 /* OALFunction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8C8147D58F00010C4A2 /* OALFunction.m */; }; 16 390E99451482C508002E14E7 /* OALUtilityActions.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8CA147D58F00010C4A2 /* OALUtilityActions.m */; }; 17 390E99461482C508002E14E7 /* OALAudioTrack.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8CD147D58F00010C4A2 /* OALAudioTrack.m */; }; 18 390E99471482C508002E14E7 /* OALAudioTrackNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8CF147D58F00010C4A2 /* OALAudioTrackNotifications.m */; }; 19 390E99481482C508002E14E7 /* OALAudioTracks.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8D1147D58F00010C4A2 /* OALAudioTracks.m */; }; 20 390E99491482C508002E14E7 /* ALBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8D9147D58F00010C4A2 /* ALBuffer.m */; }; 21 390E994A1482C508002E14E7 /* ALCaptureDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8DB147D58F00010C4A2 /* ALCaptureDevice.m */; }; 22 390E994B1482C508002E14E7 /* ALChannelSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8DD147D58F00010C4A2 /* ALChannelSource.m */; }; 23 390E994C1482C508002E14E7 /* ALContext.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8DF147D58F00010C4A2 /* ALContext.m */; }; 24 390E994D1482C508002E14E7 /* ALDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8E1147D58F00010C4A2 /* ALDevice.m */; }; 25 390E994E1482C508002E14E7 /* ALListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8E3147D58F00010C4A2 /* ALListener.m */; }; 26 390E994F1482C508002E14E7 /* ALSoundSourcePool.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8E6147D58F00010C4A2 /* ALSoundSourcePool.m */; }; 27 390E99501482C508002E14E7 /* ALSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8E8147D58F00010C4A2 /* ALSource.m */; }; 28 390E99511482C508002E14E7 /* ALWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8EB147D58F00010C4A2 /* ALWrapper.m */; }; 29 390E99521482C508002E14E7 /* OpenALManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8ED147D58F00010C4A2 /* OpenALManager.m */; }; 30 390E99531482C508002E14E7 /* OALAudioSession.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8F0147D58F00010C4A2 /* OALAudioSession.m */; }; 31 390E99541482C508002E14E7 /* OALSuspendHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8F2147D58F00010C4A2 /* OALSuspendHandler.m */; }; 32 390E99551482C508002E14E7 /* IOSVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8F5147D58F00010C4A2 /* IOSVersion.m */; }; 33 390E99561482C508002E14E7 /* mach_timing.c in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8F6147D58F00010C4A2 /* mach_timing.c */; }; 34 390E99571482C508002E14E7 /* NSMutableArray+WeakReferences.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8F9147D58F00010C4A2 /* NSMutableArray+WeakReferences.m */; }; 35 390E99581482C508002E14E7 /* OALAudioFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8FB147D58F00010C4A2 /* OALAudioFile.m */; }; 36 390E99591482C508002E14E7 /* OALTools.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8FE147D58F00010C4A2 /* OALTools.m */; }; 37 390E995A1482C508002E14E7 /* OALSimpleAudio.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D8D4147D58F00010C4A2 /* OALSimpleAudio.m */; }; 38 390E995B1482C52D002E14E7 /* libObjectAL.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 390E99361482C4BE002E14E7 /* libObjectAL.a */; }; 39 3914D74F147D57540010C4A2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16A4147D5533000EFEDF /* Foundation.framework */; }; 40 3914D811147D57D60010C4A2 /* CCAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D75B147D57D60010C4A2 /* CCAction.m */; }; 41 3914D813147D57D60010C4A2 /* CCActionCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D75D147D57D60010C4A2 /* CCActionCamera.m */; }; 42 3914D815147D57D60010C4A2 /* CCActionEase.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D75F147D57D60010C4A2 /* CCActionEase.m */; }; 43 3914D817147D57D60010C4A2 /* CCActionGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D761147D57D60010C4A2 /* CCActionGrid.m */; }; 44 3914D819147D57D60010C4A2 /* CCActionGrid3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D763147D57D60010C4A2 /* CCActionGrid3D.m */; }; 45 3914D81B147D57D60010C4A2 /* CCActionInstant.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D765147D57D60010C4A2 /* CCActionInstant.m */; }; 46 3914D81D147D57D60010C4A2 /* CCActionInterval.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D767147D57D60010C4A2 /* CCActionInterval.m */; }; 47 3914D81F147D57D60010C4A2 /* CCActionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D769147D57D60010C4A2 /* CCActionManager.m */; }; 48 3914D821147D57D60010C4A2 /* CCActionPageTurn3D.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D76B147D57D60010C4A2 /* CCActionPageTurn3D.m */; }; 49 3914D823147D57D60010C4A2 /* CCActionProgressTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D76D147D57D60010C4A2 /* CCActionProgressTimer.m */; }; 50 3914D825147D57D60010C4A2 /* CCActionTiledGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D76F147D57D60010C4A2 /* CCActionTiledGrid.m */; }; 51 3914D827147D57D60010C4A2 /* CCActionTween.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D771147D57D60010C4A2 /* CCActionTween.m */; }; 52 3914D829147D57D60010C4A2 /* CCAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D773147D57D60010C4A2 /* CCAnimation.m */; }; 53 3914D82B147D57D60010C4A2 /* CCAnimationCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D775147D57D60010C4A2 /* CCAnimationCache.m */; }; 54 3914D82D147D57D60010C4A2 /* CCAtlasNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D777147D57D60010C4A2 /* CCAtlasNode.m */; }; 55 3914D82F147D57D60010C4A2 /* CCBlockSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D779147D57D60010C4A2 /* CCBlockSupport.m */; }; 56 3914D831147D57D60010C4A2 /* CCCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D77B147D57D60010C4A2 /* CCCamera.m */; }; 57 3914D834147D57D60010C4A2 /* CCConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D77E147D57D60010C4A2 /* CCConfiguration.m */; }; 58 3914D836147D57D60010C4A2 /* CCDirector.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D780147D57D60010C4A2 /* CCDirector.m */; }; 59 3914D838147D57D60010C4A2 /* CCDrawingPrimitives.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D782147D57D60010C4A2 /* CCDrawingPrimitives.m */; }; 60 3914D83A147D57D60010C4A2 /* CCGrabber.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D784147D57D60010C4A2 /* CCGrabber.m */; }; 61 3914D83C147D57D60010C4A2 /* CCGrid.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D786147D57D60010C4A2 /* CCGrid.m */; }; 62 3914D83E147D57D60010C4A2 /* CCLabelAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D788147D57D60010C4A2 /* CCLabelAtlas.m */; }; 63 3914D840147D57D60010C4A2 /* CCLabelBMFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D78A147D57D60010C4A2 /* CCLabelBMFont.m */; }; 64 3914D842147D57D60010C4A2 /* CCLabelTTF.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D78C147D57D60010C4A2 /* CCLabelTTF.m */; }; 65 3914D844147D57D60010C4A2 /* CCLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D78E147D57D60010C4A2 /* CCLayer.m */; }; 66 3914D847147D57D60010C4A2 /* CCMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D791147D57D60010C4A2 /* CCMenu.m */; }; 67 3914D849147D57D60010C4A2 /* CCMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D793147D57D60010C4A2 /* CCMenuItem.m */; }; 68 3914D84B147D57D60010C4A2 /* CCMotionStreak.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D795147D57D60010C4A2 /* CCMotionStreak.m */; }; 69 3914D84D147D57D60010C4A2 /* CCNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D797147D57D60010C4A2 /* CCNode.m */; }; 70 3914D84F147D57D60010C4A2 /* CCParallaxNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D799147D57D60010C4A2 /* CCParallaxNode.m */; }; 71 3914D851147D57D60010C4A2 /* CCParticleExamples.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D79B147D57D60010C4A2 /* CCParticleExamples.m */; }; 72 3914D853147D57D60010C4A2 /* CCParticleSystem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D79D147D57D60010C4A2 /* CCParticleSystem.m */; }; 73 3914D855147D57D60010C4A2 /* CCParticleSystemPoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D79F147D57D60010C4A2 /* CCParticleSystemPoint.m */; }; 74 3914D857147D57D60010C4A2 /* CCParticleSystemQuad.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7A1147D57D60010C4A2 /* CCParticleSystemQuad.m */; }; 75 3914D859147D57D60010C4A2 /* CCProgressTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7A3147D57D60010C4A2 /* CCProgressTimer.m */; }; 76 3914D85C147D57D60010C4A2 /* CCRenderTexture.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7A6147D57D60010C4A2 /* CCRenderTexture.m */; }; 77 3914D85E147D57D60010C4A2 /* CCRibbon.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7A8147D57D60010C4A2 /* CCRibbon.m */; }; 78 3914D860147D57D60010C4A2 /* CCScene.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7AA147D57D60010C4A2 /* CCScene.m */; }; 79 3914D862147D57D60010C4A2 /* CCScheduler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7AC147D57D60010C4A2 /* CCScheduler.m */; }; 80 3914D864147D57D60010C4A2 /* CCSprite.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7AE147D57D60010C4A2 /* CCSprite.m */; }; 81 3914D866147D57D60010C4A2 /* CCSpriteBatchNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7B0147D57D60010C4A2 /* CCSpriteBatchNode.m */; }; 82 3914D868147D57D60010C4A2 /* CCSpriteFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7B2147D57D60010C4A2 /* CCSpriteFrame.m */; }; 83 3914D86A147D57D60010C4A2 /* CCSpriteFrameCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7B4147D57D60010C4A2 /* CCSpriteFrameCache.m */; }; 84 3914D86C147D57D60010C4A2 /* CCTexture2D.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7B6147D57D60010C4A2 /* CCTexture2D.m */; }; 85 3914D86E147D57D60010C4A2 /* CCTextureAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7B8147D57D60010C4A2 /* CCTextureAtlas.m */; }; 86 3914D870147D57D60010C4A2 /* CCTextureCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7BA147D57D60010C4A2 /* CCTextureCache.m */; }; 87 3914D872147D57D60010C4A2 /* CCTexturePVR.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7BC147D57D60010C4A2 /* CCTexturePVR.m */; }; 88 3914D874147D57D60010C4A2 /* CCTileMapAtlas.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7BE147D57D60010C4A2 /* CCTileMapAtlas.m */; }; 89 3914D876147D57D60010C4A2 /* CCTMXLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7C0147D57D60010C4A2 /* CCTMXLayer.m */; }; 90 3914D878147D57D60010C4A2 /* CCTMXObjectGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7C2147D57D60010C4A2 /* CCTMXObjectGroup.m */; }; 91 3914D87A147D57D60010C4A2 /* CCTMXTiledMap.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7C4147D57D60010C4A2 /* CCTMXTiledMap.m */; }; 92 3914D87C147D57D60010C4A2 /* CCTMXXMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7C6147D57D60010C4A2 /* CCTMXXMLParser.m */; }; 93 3914D87E147D57D60010C4A2 /* CCTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7C8147D57D60010C4A2 /* CCTransition.m */; }; 94 3914D880147D57D60010C4A2 /* CCTransitionPageTurn.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7CA147D57D60010C4A2 /* CCTransitionPageTurn.m */; }; 95 3914D882147D57D60010C4A2 /* CCTransitionRadial.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7CC147D57D60010C4A2 /* CCTransitionRadial.m */; }; 96 3914D885147D57D60010C4A2 /* cocos2d.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7CF147D57D60010C4A2 /* cocos2d.m */; }; 97 3914D889147D57D60010C4A2 /* CCDirectorIOS.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7D5147D57D60010C4A2 /* CCDirectorIOS.m */; }; 98 3914D88C147D57D60010C4A2 /* CCTouchDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7D8147D57D60010C4A2 /* CCTouchDispatcher.m */; }; 99 3914D88E147D57D60010C4A2 /* CCTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7DA147D57D60010C4A2 /* CCTouchHandler.m */; }; 100 3914D890147D57D60010C4A2 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7DC147D57D60010C4A2 /* EAGLView.m */; }; 101 3914D892147D57D60010C4A2 /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7DE147D57D60010C4A2 /* ES1Renderer.m */; }; 102 3914D894147D57D60010C4A2 /* glu.c in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7E0147D57D60010C4A2 /* glu.c */; }; 103 3914D897147D57D60010C4A2 /* CCDirectorMac.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7E4147D57D60010C4A2 /* CCDirectorMac.m */; }; 104 3914D899147D57D60010C4A2 /* CCEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7E6147D57D60010C4A2 /* CCEventDispatcher.m */; }; 105 3914D89B147D57D60010C4A2 /* MacGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7E8147D57D60010C4A2 /* MacGLView.m */; }; 106 3914D89D147D57D60010C4A2 /* MacWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7EA147D57D60010C4A2 /* MacWindow.m */; }; 107 3914D89E147D57D60010C4A2 /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7EC147D57D60010C4A2 /* base64.c */; }; 108 3914D8A1147D57D60010C4A2 /* CCArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7EF147D57D60010C4A2 /* CCArray.m */; }; 109 3914D8A4147D57D60010C4A2 /* CCFileUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7F2147D57D60010C4A2 /* CCFileUtils.m */; }; 110 3914D8A6147D57D60010C4A2 /* CCProfiling.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7F4147D57D60010C4A2 /* CCProfiling.m */; }; 111 3914D8A7147D57D60010C4A2 /* ccUtils.c in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7F5147D57D60010C4A2 /* ccUtils.c */; }; 112 3914D8AA147D57D60010C4A2 /* CGPointExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7F8147D57D60010C4A2 /* CGPointExtension.m */; }; 113 3914D8AD147D57D60010C4A2 /* TGAlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7FB147D57D60010C4A2 /* TGAlib.m */; }; 114 3914D8AF147D57D60010C4A2 /* TransformUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D7FD147D57D60010C4A2 /* TransformUtils.m */; }; 115 3914D8B3147D57D60010C4A2 /* ZipUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D801147D57D60010C4A2 /* ZipUtils.m */; }; 116 3914D8B5147D57D60010C4A2 /* FontLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D804147D57D60010C4A2 /* FontLabel.m */; }; 117 3914D8B7147D57D60010C4A2 /* FontLabelStringDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D806147D57D60010C4A2 /* FontLabelStringDrawing.m */; }; 118 3914D8B9147D57D60010C4A2 /* FontManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D808147D57D60010C4A2 /* FontManager.m */; }; 119 3914D8BB147D57D60010C4A2 /* ZAttributedString.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D80A147D57D60010C4A2 /* ZAttributedString.m */; }; 120 3914D8BE147D57D60010C4A2 /* ZFont.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D80D147D57D60010C4A2 /* ZFont.m */; }; 121 3914D8BF147D57FE0010C4A2 /* libcocos2d.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3914D74E147D57540010C4A2 /* libcocos2d.a */; }; 122 3914D996147D5B570010C4A2 /* AudioSessionDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D967147D5B570010C4A2 /* AudioSessionDemo.m */; }; 123 3914D998147D5B570010C4A2 /* AudioTrackDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D969147D5B570010C4A2 /* AudioTrackDemo.m */; }; 124 3914D99A147D5B570010C4A2 /* ChannelsDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D96B147D5B570010C4A2 /* ChannelsDemo.m */; }; 125 3914D99C147D5B570010C4A2 /* CrossFadeDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D96D147D5B570010C4A2 /* CrossFadeDemo.m */; }; 126 3914D99E147D5B570010C4A2 /* FadeDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D96F147D5B570010C4A2 /* FadeDemo.m */; }; 127 3914D9A0147D5B570010C4A2 /* HardwareDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D971147D5B570010C4A2 /* HardwareDemo.m */; }; 128 3914D9A2147D5B570010C4A2 /* PlanetKillerDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D973147D5B570010C4A2 /* PlanetKillerDemo.m */; }; 129 3914D9A4147D5B570010C4A2 /* SingleSourceDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D975147D5B570010C4A2 /* SingleSourceDemo.m */; }; 130 3914D9A6147D5B570010C4A2 /* TwoSourceDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D977147D5B570010C4A2 /* TwoSourceDemo.m */; }; 131 3914D9A8147D5B570010C4A2 /* VolumePitchPanDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D979147D5B570010C4A2 /* VolumePitchPanDemo.m */; }; 132 3914D9AA147D5B570010C4A2 /* Button.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D97C147D5B570010C4A2 /* Button.m */; }; 133 3914D9AC147D5B570010C4A2 /* CallFuncWithObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D97E147D5B570010C4A2 /* CallFuncWithObject.m */; }; 134 3914D9AE147D5B570010C4A2 /* CCLayer+AudioPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D980147D5B570010C4A2 /* CCLayer+AudioPanel.m */; }; 135 3914D9B0147D5B570010C4A2 /* CCLayer+Scene.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D982147D5B570010C4A2 /* CCLayer+Scene.m */; }; 136 3914D9B2147D5B570010C4A2 /* CCNode+ContentSize.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D984147D5B570010C4A2 /* CCNode+ContentSize.m */; }; 137 3914D9B4147D5B570010C4A2 /* ImageAndLabelButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D986147D5B570010C4A2 /* ImageAndLabelButton.m */; }; 138 3914D9B6147D5B570010C4A2 /* ImageButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D988147D5B570010C4A2 /* ImageButton.m */; }; 139 3914D9B8147D5B570010C4A2 /* LampButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D98A147D5B570010C4A2 /* LampButton.m */; }; 140 3914D9BA147D5B570010C4A2 /* RNG.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D98C147D5B570010C4A2 /* RNG.m */; }; 141 3914D9BC147D5B570010C4A2 /* Slider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D98E147D5B570010C4A2 /* Slider.m */; }; 142 3914D9BE147D5B570010C4A2 /* TargetedAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D990147D5B570010C4A2 /* TargetedAction.m */; }; 143 3914D9C0147D5B570010C4A2 /* TouchableNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D992147D5B570010C4A2 /* TouchableNode.m */; }; 144 3914D9C2147D5B570010C4A2 /* VUMeter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3914D994147D5B570010C4A2 /* VUMeter.m */; }; 145 3914D9D9147D5BDF0010C4A2 /* Back.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C3147D5BDF0010C4A2 /* Back.png */; }; 146 3914D9DA147D5BDF0010C4A2 /* ColdFunk.caf in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C4147D5BDF0010C4A2 /* ColdFunk.caf */; }; 147 3914D9DB147D5BDF0010C4A2 /* Exit.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C5147D5BDF0010C4A2 /* Exit.png */; }; 148 3914D9DC147D5BDF0010C4A2 /* Ganymede.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C6147D5BDF0010C4A2 /* Ganymede.png */; }; 149 3914D9DD147D5BDF0010C4A2 /* HappyAlley.caf in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C7147D5BDF0010C4A2 /* HappyAlley.caf */; }; 150 3914D9DE147D5BDF0010C4A2 /* Jupiter.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C8147D5BDF0010C4A2 /* Jupiter.png */; }; 151 3914D9DF147D5BDF0010C4A2 /* Next.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9C9147D5BDF0010C4A2 /* Next.png */; }; 152 3914D9E0147D5BDF0010C4A2 /* panel-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CA147D5BDF0010C4A2 /* panel-bg.png */; }; 153 3914D9E1147D5BDF0010C4A2 /* panel-lamp-off.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CB147D5BDF0010C4A2 /* panel-lamp-off.png */; }; 154 3914D9E2147D5BDF0010C4A2 /* panel-lamp-on.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CC147D5BDF0010C4A2 /* panel-lamp-on.png */; }; 155 3914D9E3147D5BDF0010C4A2 /* panel-slider-knob.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CD147D5BDF0010C4A2 /* panel-slider-knob.png */; }; 156 3914D9E4147D5BDF0010C4A2 /* panel-slider-track-long.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CE147D5BDF0010C4A2 /* panel-slider-track-long.png */; }; 157 3914D9E5147D5BDF0010C4A2 /* panel-slider-track.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9CF147D5BDF0010C4A2 /* panel-slider-track.png */; }; 158 3914D9E6147D5BDF0010C4A2 /* panel-trim-horiz.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D0147D5BDF0010C4A2 /* panel-trim-horiz.png */; }; 159 3914D9E7147D5BDF0010C4A2 /* panel-trim-vert.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D1147D5BDF0010C4A2 /* panel-trim-vert.png */; }; 160 3914D9E8147D5BDF0010C4A2 /* Pew.caf in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D2147D5BDF0010C4A2 /* Pew.caf */; }; 161 3914D9E9147D5BDF0010C4A2 /* PlanetKiller.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D3147D5BDF0010C4A2 /* PlanetKiller.mp3 */; }; 162 3914D9EA147D5BDF0010C4A2 /* Pow.caf in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D4147D5BDF0010C4A2 /* Pow.caf */; }; 163 3914D9EB147D5BDF0010C4A2 /* RocketShip.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D5147D5BDF0010C4A2 /* RocketShip.png */; }; 164 3914D9EC147D5BDF0010C4A2 /* vu-face.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D6147D5BDF0010C4A2 /* vu-face.png */; }; 165 3914D9ED147D5BDF0010C4A2 /* vu-needle.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D7147D5BDF0010C4A2 /* vu-needle.png */; }; 166 3914D9EE147D5BDF0010C4A2 /* vu-shell.png in Resources */ = {isa = PBXBuildFile; fileRef = 3914D9D8147D5BDF0010C4A2 /* vu-shell.png */; }; 167 39169B5314D381EE00082A89 /* ReverbDemo.m in Sources */ = {isa = PBXBuildFile; fileRef = 39169B5114D381ED00082A89 /* ReverbDemo.m */; }; 168 398C16C1147D555E000EFEDF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16C0147D555E000EFEDF /* QuartzCore.framework */; }; 169 398C16C3147D555E000EFEDF /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16C2147D555E000EFEDF /* OpenGLES.framework */; }; 170 398C16C5147D555E000EFEDF /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16C4147D555E000EFEDF /* OpenAL.framework */; }; 171 398C16C7147D555E000EFEDF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16C6147D555E000EFEDF /* AudioToolbox.framework */; }; 172 398C16C9147D555E000EFEDF /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16C8147D555E000EFEDF /* AVFoundation.framework */; }; 173 398C16CA147D555E000EFEDF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16A2147D5533000EFEDF /* UIKit.framework */; }; 174 398C16CB147D555E000EFEDF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16A4147D5533000EFEDF /* Foundation.framework */; }; 175 398C16CD147D555E000EFEDF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398C16CC147D555E000EFEDF /* CoreGraphics.framework */; }; 176 398C16D1147D555E000EFEDF /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 398C16D0147D555E000EFEDF /* Default.png */; }; 177 398C16D3147D555E000EFEDF /* fps_images.png in Resources */ = {isa = PBXBuildFile; fileRef = 398C16D2147D555E000EFEDF /* fps_images.png */; }; 178 398C16DD147D555E000EFEDF /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 398C16DC147D555E000EFEDF /* Icon.png */; }; 179 398C181F147D5560000EFEDF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 398C181E147D5560000EFEDF /* main.m */; }; 180 398C1822147D5560000EFEDF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 398C1821147D5560000EFEDF /* AppDelegate.m */; }; 181 398C1825147D5560000EFEDF /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 398C1824147D5560000EFEDF /* RootViewController.m */; }; 182 398C1828147D5560000EFEDF /* MainScene.m in Sources */ = {isa = PBXBuildFile; fileRef = 398C1827147D5560000EFEDF /* MainScene.m */; }; 183 39F89E9F14831C3500E40CFE /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 39F89E9E14831C3500E40CFE /* libz.dylib */; }; 184/* End PBXBuildFile section */ 185 186/* Begin PBXFileReference section */ 187 390E99361482C4BE002E14E7 /* libObjectAL.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libObjectAL.a; sourceTree = BUILT_PRODUCTS_DIR; }; 188 390E993A1482C4BE002E14E7 /* ObjectAL-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ObjectAL-Prefix.pch"; sourceTree = "<group>"; }; 189 390E993B1482C4BE002E14E7 /* ObjectAL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.objj.h; path = ObjectAL.h; sourceTree = "<group>"; }; 190 390E993C1482C4BE002E14E7 /* ObjectAL.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjectAL.m; sourceTree = "<group>"; }; 191 3914D74E147D57540010C4A2 /* libcocos2d.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcocos2d.a; sourceTree = BUILT_PRODUCTS_DIR; }; 192 3914D752147D57540010C4A2 /* cocos2d-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "cocos2d-Prefix.pch"; sourceTree = "<group>"; }; 193 3914D75A147D57D60010C4A2 /* CCAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCAction.h; sourceTree = "<group>"; }; 194 3914D75B147D57D60010C4A2 /* CCAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAction.m; sourceTree = "<group>"; }; 195 3914D75C147D57D60010C4A2 /* CCActionCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionCamera.h; sourceTree = "<group>"; }; 196 3914D75D147D57D60010C4A2 /* CCActionCamera.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionCamera.m; sourceTree = "<group>"; }; 197 3914D75E147D57D60010C4A2 /* CCActionEase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionEase.h; sourceTree = "<group>"; }; 198 3914D75F147D57D60010C4A2 /* CCActionEase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionEase.m; sourceTree = "<group>"; }; 199 3914D760147D57D60010C4A2 /* CCActionGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionGrid.h; sourceTree = "<group>"; }; 200 3914D761147D57D60010C4A2 /* CCActionGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionGrid.m; sourceTree = "<group>"; }; 201 3914D762147D57D60010C4A2 /* CCActionGrid3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionGrid3D.h; sourceTree = "<group>"; }; 202 3914D763147D57D60010C4A2 /* CCActionGrid3D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionGrid3D.m; sourceTree = "<group>"; }; 203 3914D764147D57D60010C4A2 /* CCActionInstant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionInstant.h; sourceTree = "<group>"; }; 204 3914D765147D57D60010C4A2 /* CCActionInstant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionInstant.m; sourceTree = "<group>"; }; 205 3914D766147D57D60010C4A2 /* CCActionInterval.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionInterval.h; sourceTree = "<group>"; }; 206 3914D767147D57D60010C4A2 /* CCActionInterval.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionInterval.m; sourceTree = "<group>"; }; 207 3914D768147D57D60010C4A2 /* CCActionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionManager.h; sourceTree = "<group>"; }; 208 3914D769147D57D60010C4A2 /* CCActionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionManager.m; sourceTree = "<group>"; }; 209 3914D76A147D57D60010C4A2 /* CCActionPageTurn3D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionPageTurn3D.h; sourceTree = "<group>"; }; 210 3914D76B147D57D60010C4A2 /* CCActionPageTurn3D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionPageTurn3D.m; sourceTree = "<group>"; }; 211 3914D76C147D57D60010C4A2 /* CCActionProgressTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionProgressTimer.h; sourceTree = "<group>"; }; 212 3914D76D147D57D60010C4A2 /* CCActionProgressTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionProgressTimer.m; sourceTree = "<group>"; }; 213 3914D76E147D57D60010C4A2 /* CCActionTiledGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionTiledGrid.h; sourceTree = "<group>"; }; 214 3914D76F147D57D60010C4A2 /* CCActionTiledGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionTiledGrid.m; sourceTree = "<group>"; }; 215 3914D770147D57D60010C4A2 /* CCActionTween.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCActionTween.h; sourceTree = "<group>"; }; 216 3914D771147D57D60010C4A2 /* CCActionTween.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCActionTween.m; sourceTree = "<group>"; }; 217 3914D772147D57D60010C4A2 /* CCAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCAnimation.h; sourceTree = "<group>"; }; 218 3914D773147D57D60010C4A2 /* CCAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAnimation.m; sourceTree = "<group>"; }; 219 3914D774147D57D60010C4A2 /* CCAnimationCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCAnimationCache.h; sourceTree = "<group>"; }; 220 3914D775147D57D60010C4A2 /* CCAnimationCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAnimationCache.m; sourceTree = "<group>"; }; 221 3914D776147D57D60010C4A2 /* CCAtlasNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCAtlasNode.h; sourceTree = "<group>"; }; 222 3914D777147D57D60010C4A2 /* CCAtlasNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCAtlasNode.m; sourceTree = "<group>"; }; 223 3914D778147D57D60010C4A2 /* CCBlockSupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCBlockSupport.h; sourceTree = "<group>"; }; 224 3914D779147D57D60010C4A2 /* CCBlockSupport.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCBlockSupport.m; sourceTree = "<group>"; }; 225 3914D77A147D57D60010C4A2 /* CCCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCCamera.h; sourceTree = "<group>"; }; 226 3914D77B147D57D60010C4A2 /* CCCamera.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCCamera.m; sourceTree = "<group>"; }; 227 3914D77C147D57D60010C4A2 /* ccConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = ccConfig.h; sourceTree = "<group>"; }; 228 3914D77D147D57D60010C4A2 /* CCConfiguration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCConfiguration.h; sourceTree = "<group>"; }; 229 3914D77E147D57D60010C4A2 /* CCConfiguration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCConfiguration.m; sourceTree = "<group>"; }; 230 3914D77F147D57D60010C4A2 /* CCDirector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCDirector.h; sourceTree = "<group>"; }; 231 3914D780147D57D60010C4A2 /* CCDirector.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCDirector.m; sourceTree = "<group>"; }; 232 3914D781147D57D60010C4A2 /* CCDrawingPrimitives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCDrawingPrimitives.h; sourceTree = "<group>"; }; 233 3914D782147D57D60010C4A2 /* CCDrawingPrimitives.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCDrawingPrimitives.m; sourceTree = "<group>"; }; 234 3914D783147D57D60010C4A2 /* CCGrabber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCGrabber.h; sourceTree = "<group>"; }; 235 3914D784147D57D60010C4A2 /* CCGrabber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCGrabber.m; sourceTree = "<group>"; }; 236 3914D785147D57D60010C4A2 /* CCGrid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCGrid.h; sourceTree = "<group>"; }; 237 3914D786147D57D60010C4A2 /* CCGrid.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCGrid.m; sourceTree = "<group>"; }; 238 3914D787147D57D60010C4A2 /* CCLabelAtlas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCLabelAtlas.h; sourceTree = "<group>"; }; 239 3914D788147D57D60010C4A2 /* CCLabelAtlas.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLabelAtlas.m; sourceTree = "<group>"; }; 240 3914D789147D57D60010C4A2 /* CCLabelBMFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCLabelBMFont.h; sourceTree = "<group>"; }; 241 3914D78A147D57D60010C4A2 /* CCLabelBMFont.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLabelBMFont.m; sourceTree = "<group>"; }; 242 3914D78B147D57D60010C4A2 /* CCLabelTTF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCLabelTTF.h; sourceTree = "<group>"; }; 243 3914D78C147D57D60010C4A2 /* CCLabelTTF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLabelTTF.m; sourceTree = "<group>"; }; 244 3914D78D147D57D60010C4A2 /* CCLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCLayer.h; sourceTree = "<group>"; }; 245 3914D78E147D57D60010C4A2 /* CCLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLayer.m; sourceTree = "<group>"; }; 246 3914D78F147D57D60010C4A2 /* ccMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = ccMacros.h; sourceTree = "<group>"; }; 247 3914D790147D57D60010C4A2 /* CCMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCMenu.h; sourceTree = "<group>"; }; 248 3914D791147D57D60010C4A2 /* CCMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCMenu.m; sourceTree = "<group>"; }; 249 3914D792147D57D60010C4A2 /* CCMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCMenuItem.h; sourceTree = "<group>"; }; 250 3914D793147D57D60010C4A2 /* CCMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCMenuItem.m; sourceTree = "<group>"; }; 251 3914D794147D57D60010C4A2 /* CCMotionStreak.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCMotionStreak.h; sourceTree = "<group>"; }; 252 3914D795147D57D60010C4A2 /* CCMotionStreak.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCMotionStreak.m; sourceTree = "<group>"; }; 253 3914D796147D57D60010C4A2 /* CCNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCNode.h; sourceTree = "<group>"; }; 254 3914D797147D57D60010C4A2 /* CCNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCNode.m; sourceTree = "<group>"; }; 255 3914D798147D57D60010C4A2 /* CCParallaxNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCParallaxNode.h; sourceTree = "<group>"; }; 256 3914D799147D57D60010C4A2 /* CCParallaxNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCParallaxNode.m; sourceTree = "<group>"; }; 257 3914D79A147D57D60010C4A2 /* CCParticleExamples.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCParticleExamples.h; sourceTree = "<group>"; }; 258 3914D79B147D57D60010C4A2 /* CCParticleExamples.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCParticleExamples.m; sourceTree = "<group>"; }; 259 3914D79C147D57D60010C4A2 /* CCParticleSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCParticleSystem.h; sourceTree = "<group>"; }; 260 3914D79D147D57D60010C4A2 /* CCParticleSystem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCParticleSystem.m; sourceTree = "<group>"; }; 261 3914D79E147D57D60010C4A2 /* CCParticleSystemPoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCParticleSystemPoint.h; sourceTree = "<group>"; }; 262 3914D79F147D57D60010C4A2 /* CCParticleSystemPoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCParticleSystemPoint.m; sourceTree = "<group>"; }; 263 3914D7A0147D57D60010C4A2 /* CCParticleSystemQuad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCParticleSystemQuad.h; sourceTree = "<group>"; }; 264 3914D7A1147D57D60010C4A2 /* CCParticleSystemQuad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCParticleSystemQuad.m; sourceTree = "<group>"; }; 265 3914D7A2147D57D60010C4A2 /* CCProgressTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCProgressTimer.h; sourceTree = "<group>"; }; 266 3914D7A3147D57D60010C4A2 /* CCProgressTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCProgressTimer.m; sourceTree = "<group>"; }; 267 3914D7A4147D57D60010C4A2 /* CCProtocols.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCProtocols.h; sourceTree = "<group>"; }; 268 3914D7A5147D57D60010C4A2 /* CCRenderTexture.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCRenderTexture.h; sourceTree = "<group>"; }; 269 3914D7A6147D57D60010C4A2 /* CCRenderTexture.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCRenderTexture.m; sourceTree = "<group>"; }; 270 3914D7A7147D57D60010C4A2 /* CCRibbon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCRibbon.h; sourceTree = "<group>"; }; 271 3914D7A8147D57D60010C4A2 /* CCRibbon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCRibbon.m; sourceTree = "<group>"; }; 272 3914D7A9147D57D60010C4A2 /* CCScene.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCScene.h; sourceTree = "<group>"; }; 273 3914D7AA147D57D60010C4A2 /* CCScene.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCScene.m; sourceTree = "<group>"; }; 274 3914D7AB147D57D60010C4A2 /* CCScheduler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCScheduler.h; sourceTree = "<group>"; }; 275 3914D7AC147D57D60010C4A2 /* CCScheduler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCScheduler.m; sourceTree = "<group>"; }; 276 3914D7AD147D57D60010C4A2 /* CCSprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCSprite.h; sourceTree = "<group>"; }; 277 3914D7AE147D57D60010C4A2 /* CCSprite.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSprite.m; sourceTree = "<group>"; }; 278 3914D7AF147D57D60010C4A2 /* CCSpriteBatchNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCSpriteBatchNode.h; sourceTree = "<group>"; }; 279 3914D7B0147D57D60010C4A2 /* CCSpriteBatchNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSpriteBatchNode.m; sourceTree = "<group>"; }; 280 3914D7B1147D57D60010C4A2 /* CCSpriteFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCSpriteFrame.h; sourceTree = "<group>"; }; 281 3914D7B2147D57D60010C4A2 /* CCSpriteFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSpriteFrame.m; sourceTree = "<group>"; }; 282 3914D7B3147D57D60010C4A2 /* CCSpriteFrameCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCSpriteFrameCache.h; sourceTree = "<group>"; }; 283 3914D7B4147D57D60010C4A2 /* CCSpriteFrameCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCSpriteFrameCache.m; sourceTree = "<group>"; }; 284 3914D7B5147D57D60010C4A2 /* CCTexture2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTexture2D.h; sourceTree = "<group>"; }; 285 3914D7B6147D57D60010C4A2 /* CCTexture2D.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTexture2D.m; sourceTree = "<group>"; }; 286 3914D7B7147D57D60010C4A2 /* CCTextureAtlas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTextureAtlas.h; sourceTree = "<group>"; }; 287 3914D7B8147D57D60010C4A2 /* CCTextureAtlas.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTextureAtlas.m; sourceTree = "<group>"; }; 288 3914D7B9147D57D60010C4A2 /* CCTextureCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTextureCache.h; sourceTree = "<group>"; }; 289 3914D7BA147D57D60010C4A2 /* CCTextureCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTextureCache.m; sourceTree = "<group>"; }; 290 3914D7BB147D57D60010C4A2 /* CCTexturePVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTexturePVR.h; sourceTree = "<group>"; }; 291 3914D7BC147D57D60010C4A2 /* CCTexturePVR.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTexturePVR.m; sourceTree = "<group>"; }; 292 3914D7BD147D57D60010C4A2 /* CCTileMapAtlas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTileMapAtlas.h; sourceTree = "<group>"; }; 293 3914D7BE147D57D60010C4A2 /* CCTileMapAtlas.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTileMapAtlas.m; sourceTree = "<group>"; }; 294 3914D7BF147D57D60010C4A2 /* CCTMXLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTMXLayer.h; sourceTree = "<group>"; }; 295 3914D7C0147D57D60010C4A2 /* CCTMXLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTMXLayer.m; sourceTree = "<group>"; }; 296 3914D7C1147D57D60010C4A2 /* CCTMXObjectGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTMXObjectGroup.h; sourceTree = "<group>"; }; 297 3914D7C2147D57D60010C4A2 /* CCTMXObjectGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTMXObjectGroup.m; sourceTree = "<group>"; }; 298 3914D7C3147D57D60010C4A2 /* CCTMXTiledMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTMXTiledMap.h; sourceTree = "<group>"; }; 299 3914D7C4147D57D60010C4A2 /* CCTMXTiledMap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTMXTiledMap.m; sourceTree = "<group>"; }; 300 3914D7C5147D57D60010C4A2 /* CCTMXXMLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTMXXMLParser.h; sourceTree = "<group>"; }; 301 3914D7C6147D57D60010C4A2 /* CCTMXXMLParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTMXXMLParser.m; sourceTree = "<group>"; }; 302 3914D7C7147D57D60010C4A2 /* CCTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTransition.h; sourceTree = "<group>"; }; 303 3914D7C8147D57D60010C4A2 /* CCTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTransition.m; sourceTree = "<group>"; }; 304 3914D7C9147D57D60010C4A2 /* CCTransitionPageTurn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTransitionPageTurn.h; sourceTree = "<group>"; }; 305 3914D7CA147D57D60010C4A2 /* CCTransitionPageTurn.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTransitionPageTurn.m; sourceTree = "<group>"; }; 306 3914D7CB147D57D60010C4A2 /* CCTransitionRadial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTransitionRadial.h; sourceTree = "<group>"; }; 307 3914D7CC147D57D60010C4A2 /* CCTransitionRadial.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTransitionRadial.m; sourceTree = "<group>"; }; 308 3914D7CD147D57D60010C4A2 /* ccTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = ccTypes.h; sourceTree = "<group>"; }; 309 3914D7CE147D57D60010C4A2 /* cocos2d.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = cocos2d.h; sourceTree = "<group>"; }; 310 3914D7CF147D57D60010C4A2 /* cocos2d.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = cocos2d.m; sourceTree = "<group>"; }; 311 3914D7D1147D57D60010C4A2 /* CCGL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCGL.h; sourceTree = "<group>"; }; 312 3914D7D2147D57D60010C4A2 /* CCNS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCNS.h; sourceTree = "<group>"; }; 313 3914D7D4147D57D60010C4A2 /* CCDirectorIOS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCDirectorIOS.h; sourceTree = "<group>"; }; 314 3914D7D5147D57D60010C4A2 /* CCDirectorIOS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCDirectorIOS.m; sourceTree = "<group>"; }; 315 3914D7D6147D57D60010C4A2 /* CCTouchDelegateProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTouchDelegateProtocol.h; sourceTree = "<group>"; }; 316 3914D7D7147D57D60010C4A2 /* CCTouchDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTouchDispatcher.h; sourceTree = "<group>"; }; 317 3914D7D8147D57D60010C4A2 /* CCTouchDispatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTouchDispatcher.m; sourceTree = "<group>"; }; 318 3914D7D9147D57D60010C4A2 /* CCTouchHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = CCTouchHandler.h; sourceTree = "<group>"; }; 319 3914D7DA147D57D60010C4A2 /* CCTouchHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCTouchHandler.m; sourceTree = "<group>"; }; 320 3914D7DB147D57D60010C4A2 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.objj.h; path = EAGLView.h; sourceTree = "<group>"; }; 321 3914D7DC147D57D60010C4A2 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAGLView.m; sourceTree = "<group>"; }; 322 3914D7DD147D57D60010C4A2 /* ES1R…
Large files files are truncated, but you can click here to view the full file