reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 1 | // !$*UTF8*$! |
| 2 | { |
| 3 | archiveVersion = 1; |
| 4 | classes = { |
| 5 | }; |
| 6 | objectVersion = 42; |
| 7 | objects = { |
| 8 | |
| 9 | /* Begin PBXBuildFile section */ |
| 10 | 00003C660EFC22A8000FF73A /* SampleApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C620EFC22A8000FF73A /* SampleApp.cpp */; }; |
| 11 | 00003C680EFC22A8000FF73A /* SamplePath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C640EFC22A8000FF73A /* SamplePath.cpp */; }; |
| 12 | 00003C690EFC22A8000FF73A /* SamplePathEffects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C650EFC22A8000FF73A /* SamplePathEffects.cpp */; }; |
| 13 | 00003C740EFC22CE000FF73A /* SkEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C6B0EFC22CE000FF73A /* SkEvent.cpp */; }; |
| 14 | 00003C750EFC22CE000FF73A /* SkEventSink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C6C0EFC22CE000FF73A /* SkEventSink.cpp */; }; |
| 15 | 00003C760EFC22CE000FF73A /* SkMetaData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C6D0EFC22CE000FF73A /* SkMetaData.cpp */; }; |
| 16 | 00003C770EFC22CE000FF73A /* SkOSMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C6E0EFC22CE000FF73A /* SkOSMenu.cpp */; }; |
| 17 | 00003C790EFC22CE000FF73A /* SkTagList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C700EFC22CE000FF73A /* SkTagList.cpp */; }; |
| 18 | 00003C7A0EFC22CE000FF73A /* SkView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C710EFC22CE000FF73A /* SkView.cpp */; }; |
| 19 | 00003C7B0EFC22CE000FF73A /* SkViewPriv.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C720EFC22CE000FF73A /* SkViewPriv.cpp */; }; |
| 20 | 00003C7C0EFC22CE000FF73A /* SkWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C730EFC22CE000FF73A /* SkWindow.cpp */; }; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 21 | 00003C810EFC22E1000FF73A /* skia_mac.cp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C7E0EFC22E1000FF73A /* skia_mac.cp */; }; |
| 22 | 00003C820EFC22E1000FF73A /* SkOSWindow_Mac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C7F0EFC22E1000FF73A /* SkOSWindow_Mac.cpp */; }; |
| 23 | 00003C950EFC2316000FF73A /* libeffects.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00003C940EFC230E000FF73A /* libeffects.a */; }; |
| 24 | 00003C9E0EFC233F000FF73A /* SkDOM.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C9A0EFC233F000FF73A /* SkDOM.cpp */; }; |
| 25 | 00003C9F0EFC233F000FF73A /* SkParse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C9B0EFC233F000FF73A /* SkParse.cpp */; }; |
| 26 | 00003CA00EFC233F000FF73A /* SkParseColor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C9C0EFC233F000FF73A /* SkParseColor.cpp */; }; |
| 27 | 00003CA10EFC233F000FF73A /* SkXMLParser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003C9D0EFC233F000FF73A /* SkXMLParser.cpp */; }; |
| 28 | 00003CA40EFC235F000FF73A /* SkXMLParser_empty.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00003CA30EFC235F000FF73A /* SkXMLParser_empty.cpp */; }; |
| 29 | 0028847B0EFAB46A0083E387 /* libcore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 002884510EFAA35C0083E387 /* libcore.a */; }; |
| 30 | 002884BD0EFAB6A30083E387 /* libmaccore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 002884BC0EFAB69F0083E387 /* libmaccore.a */; }; |
reed@android.com | f76bacf | 2009-05-13 14:00:33 +0000 | [diff] [blame] | 31 | 0031450E0FB8CDB100B10956 /* SkShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0031450D0FB8CDB100B10956 /* SkShape.cpp */; }; |
| 32 | 003145200FB99CCE00B10956 /* SkRectShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0031451F0FB99CCE00B10956 /* SkRectShape.cpp */; }; |
| 33 | 003145320FB9B48F00B10956 /* SampleShapes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 003145310FB9B48F00B10956 /* SampleShapes.cpp */; }; |
| 34 | 003145370FB9BA4000B10956 /* SkGroupShape.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 003145360FB9BA4000B10956 /* SkGroupShape.cpp */; }; |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 35 | 0041CDDB0F00975E00695E8C /* SampleImageDir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CDDA0F00975E00695E8C /* SampleImageDir.cpp */; }; |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 36 | 0041CDF30F009ED100695E8C /* SkImageRef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CDF20F009ED100695E8C /* SkImageRef.cpp */; }; |
| 37 | 0041CDF60F009EED00695E8C /* SkImageRef_GlobalPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CDF50F009EED00695E8C /* SkImageRef_GlobalPool.cpp */; }; |
| 38 | 0041CDFA0F009F0700695E8C /* SkImageRefPool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CDF90F009F0700695E8C /* SkImageRefPool.cpp */; }; |
| 39 | 0041CE350F00A12400695E8C /* SampleBitmapRect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE1E0F00A12400695E8C /* SampleBitmapRect.cpp */; }; |
| 40 | 0041CE360F00A12400695E8C /* SampleCamera.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE1F0F00A12400695E8C /* SampleCamera.cpp */; }; |
| 41 | 0041CE370F00A12400695E8C /* SampleCircle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE200F00A12400695E8C /* SampleCircle.cpp */; }; |
| 42 | 0041CE380F00A12400695E8C /* SampleCull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE220F00A12400695E8C /* SampleCull.cpp */; }; |
| 43 | 0041CE390F00A12400695E8C /* SampleDither.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE230F00A12400695E8C /* SampleDither.cpp */; }; |
| 44 | 0041CE3A0F00A12400695E8C /* SampleDrawLooper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE240F00A12400695E8C /* SampleDrawLooper.cpp */; }; |
| 45 | 0041CE3B0F00A12400695E8C /* SampleEmboss.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE250F00A12400695E8C /* SampleEmboss.cpp */; }; |
| 46 | 0041CE3C0F00A12400695E8C /* SampleEncode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE260F00A12400695E8C /* SampleEncode.cpp */; }; |
| 47 | 0041CE3D0F00A12400695E8C /* SampleFillType.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE270F00A12400695E8C /* SampleFillType.cpp */; }; |
| 48 | 0041CE3E0F00A12400695E8C /* SampleFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE280F00A12400695E8C /* SampleFilter.cpp */; }; |
| 49 | 0041CE3F0F00A12400695E8C /* SampleFilter2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE290F00A12400695E8C /* SampleFilter2.cpp */; }; |
| 50 | 0041CE400F00A12400695E8C /* SampleFontCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE2A0F00A12400695E8C /* SampleFontCache.cpp */; }; |
| 51 | 0041CE420F00A12400695E8C /* SampleImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE2C0F00A12400695E8C /* SampleImage.cpp */; }; |
| 52 | 0041CE430F00A12400695E8C /* SampleLayers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE2D0F00A12400695E8C /* SampleLayers.cpp */; }; |
| 53 | 0041CE440F00A12400695E8C /* SampleLines.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE2E0F00A12400695E8C /* SampleLines.cpp */; }; |
| 54 | 0041CE450F00A12400695E8C /* SampleMeasure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE2F0F00A12400695E8C /* SampleMeasure.cpp */; }; |
| 55 | 0041CE470F00A12400695E8C /* SampleNinePatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE310F00A12400695E8C /* SampleNinePatch.cpp */; }; |
| 56 | 0041CE480F00A12400695E8C /* SampleOverflow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE320F00A12400695E8C /* SampleOverflow.cpp */; }; |
| 57 | 0041CE4A0F00A12400695E8C /* SamplePatch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0041CE340F00A12400695E8C /* SamplePatch.cpp */; }; |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 58 | 007A7CB30F01658C00A2D6EE /* SamplePicture.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CA40F01658C00A2D6EE /* SamplePicture.cpp */; }; |
| 59 | 007A7CB40F01658C00A2D6EE /* SamplePoints.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CA50F01658C00A2D6EE /* SamplePoints.cpp */; }; |
| 60 | 007A7CB60F01658C00A2D6EE /* SampleRegion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CA70F01658C00A2D6EE /* SampleRegion.cpp */; }; |
| 61 | 007A7CB70F01658C00A2D6EE /* SampleShaders.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CA80F01658C00A2D6EE /* SampleShaders.cpp */; }; |
| 62 | 007A7CB80F01658C00A2D6EE /* SampleStrokeText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CA90F01658C00A2D6EE /* SampleStrokeText.cpp */; }; |
| 63 | 007A7CBA0F01658C00A2D6EE /* SampleText.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CAB0F01658C00A2D6EE /* SampleText.cpp */; }; |
| 64 | 007A7CBB0F01658C00A2D6EE /* SampleTextAlpha.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CAC0F01658C00A2D6EE /* SampleTextAlpha.cpp */; }; |
| 65 | 007A7CBC0F01658C00A2D6EE /* SampleTextEffects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CAD0F01658C00A2D6EE /* SampleTextEffects.cpp */; }; |
| 66 | 007A7CBD0F01658C00A2D6EE /* SampleTextOnPath.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CAE0F01658C00A2D6EE /* SampleTextOnPath.cpp */; }; |
| 67 | 007A7CBE0F01658C00A2D6EE /* SampleTiling.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CAF0F01658C00A2D6EE /* SampleTiling.cpp */; }; |
| 68 | 007A7CBF0F01658C00A2D6EE /* SampleTypeface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CB00F01658C00A2D6EE /* SampleTypeface.cpp */; }; |
| 69 | 007A7CC00F01658C00A2D6EE /* SampleVertices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CB10F01658C00A2D6EE /* SampleVertices.cpp */; }; |
| 70 | 007A7CC10F01658C00A2D6EE /* SampleXfermodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007A7CB20F01658C00A2D6EE /* SampleXfermodes.cpp */; }; |
reed@android.com | c07d23a | 2009-02-06 13:30:58 +0000 | [diff] [blame] | 71 | 007C785E0F3B4C230004B142 /* SamplePathClip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 007C785D0F3B4C230004B142 /* SamplePathClip.cpp */; }; |
reed@android.com | 8898363 | 2009-03-23 16:05:19 +0000 | [diff] [blame] | 72 | 008C4D980F77DAEE0056981C /* SampleHairline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 008C4D970F77DAEE0056981C /* SampleHairline.cpp */; }; |
reed@android.com | 311c82d | 2009-05-05 23:13:23 +0000 | [diff] [blame] | 73 | 009490320FB0A5B90063C792 /* SampleLayerMask.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 009490310FB0A5B90063C792 /* SampleLayerMask.cpp */; }; |
reed@android.com | 330578d | 2009-03-09 18:12:13 +0000 | [diff] [blame] | 74 | 009CC9190F65918A002185BE /* SampleFontScalerTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 009CC9180F65918A002185BE /* SampleFontScalerTest.cpp */; }; |
reed@android.com | 0680d6c | 2008-12-19 19:46:15 +0000 | [diff] [blame] | 75 | 00A41E4B0EFC312F00C9CBEB /* SampleArc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00A41E4A0EFC312F00C9CBEB /* SampleArc.cpp */; }; |
reed@android.com | a3c0588 | 2009-04-02 20:49:39 +0000 | [diff] [blame] | 76 | 00C55DA10F8552DC000CAC09 /* SampleGradients.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00C55DA00F8552DC000CAC09 /* SampleGradients.cpp */; }; |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 77 | 00FF39140FC6ED2C00915187 /* SampleEffects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00FF39130FC6ED2C00915187 /* SampleEffects.cpp */; }; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 78 | 0156F80407C56A3000C6122B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0156F80307C56A3000C6122B /* Foundation.framework */; }; |
| 79 | 01FC44D507BD3BB800D228F4 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01FC44D407BD3BB800D228F4 /* Quartz.framework */; }; |
| 80 | 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */; }; |
| 81 | 8D0C4E8E0486CD37000505A6 /* main.nib in Resources */ = {isa = PBXBuildFile; fileRef = 02345980000FD03B11CA0E72 /* main.nib */; }; |
| 82 | 8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20286C33FDCF999611CA2CEA /* Carbon.framework */; }; |
| 83 | /* End PBXBuildFile section */ |
| 84 | |
| 85 | /* Begin PBXContainerItemProxy section */ |
| 86 | 00003C930EFC230E000FF73A /* PBXContainerItemProxy */ = { |
| 87 | isa = PBXContainerItemProxy; |
| 88 | containerPortal = 00003C8C0EFC230E000FF73A /* effects.xcodeproj */; |
| 89 | proxyType = 2; |
| 90 | remoteGlobalIDString = D2AAC046055464E500DB518D; |
| 91 | remoteInfo = effects; |
| 92 | }; |
| 93 | 00003C970EFC2321000FF73A /* PBXContainerItemProxy */ = { |
| 94 | isa = PBXContainerItemProxy; |
| 95 | containerPortal = 00003C8C0EFC230E000FF73A /* effects.xcodeproj */; |
| 96 | proxyType = 1; |
| 97 | remoteGlobalIDString = D2AAC045055464E500DB518D; |
| 98 | remoteInfo = effects; |
| 99 | }; |
| 100 | 002884500EFAA35C0083E387 /* PBXContainerItemProxy */ = { |
| 101 | isa = PBXContainerItemProxy; |
| 102 | containerPortal = 002884490EFAA35C0083E387 /* core.xcodeproj */; |
| 103 | proxyType = 2; |
| 104 | remoteGlobalIDString = D2AAC046055464E500DB518D; |
| 105 | remoteInfo = core; |
| 106 | }; |
| 107 | 002884540EFAA3770083E387 /* PBXContainerItemProxy */ = { |
| 108 | isa = PBXContainerItemProxy; |
| 109 | containerPortal = 002884490EFAA35C0083E387 /* core.xcodeproj */; |
| 110 | proxyType = 1; |
| 111 | remoteGlobalIDString = D2AAC045055464E500DB518D; |
| 112 | remoteInfo = core; |
| 113 | }; |
| 114 | 002884BB0EFAB69F0083E387 /* PBXContainerItemProxy */ = { |
| 115 | isa = PBXContainerItemProxy; |
| 116 | containerPortal = 002884B40EFAB69F0083E387 /* maccore.xcodeproj */; |
| 117 | proxyType = 2; |
| 118 | remoteGlobalIDString = D2AAC046055464E500DB518D; |
| 119 | remoteInfo = maccore; |
| 120 | }; |
| 121 | 002884BE0EFAB6B00083E387 /* PBXContainerItemProxy */ = { |
| 122 | isa = PBXContainerItemProxy; |
| 123 | containerPortal = 002884B40EFAB69F0083E387 /* maccore.xcodeproj */; |
| 124 | proxyType = 1; |
| 125 | remoteGlobalIDString = D2AAC045055464E500DB518D; |
| 126 | remoteInfo = maccore; |
| 127 | }; |
| 128 | /* End PBXContainerItemProxy section */ |
| 129 | |
| 130 | /* Begin PBXFileReference section */ |
| 131 | 00003C620EFC22A8000FF73A /* SampleApp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleApp.cpp; path = ../../samplecode/SampleApp.cpp; sourceTree = SOURCE_ROOT; }; |
| 132 | 00003C640EFC22A8000FF73A /* SamplePath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePath.cpp; path = ../../samplecode/SamplePath.cpp; sourceTree = SOURCE_ROOT; }; |
| 133 | 00003C650EFC22A8000FF73A /* SamplePathEffects.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePathEffects.cpp; path = ../../samplecode/SamplePathEffects.cpp; sourceTree = SOURCE_ROOT; }; |
| 134 | 00003C6B0EFC22CE000FF73A /* SkEvent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkEvent.cpp; path = ../../src/views/SkEvent.cpp; sourceTree = SOURCE_ROOT; }; |
| 135 | 00003C6C0EFC22CE000FF73A /* SkEventSink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkEventSink.cpp; path = ../../src/views/SkEventSink.cpp; sourceTree = SOURCE_ROOT; }; |
| 136 | 00003C6D0EFC22CE000FF73A /* SkMetaData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkMetaData.cpp; path = ../../src/views/SkMetaData.cpp; sourceTree = SOURCE_ROOT; }; |
| 137 | 00003C6E0EFC22CE000FF73A /* SkOSMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSMenu.cpp; path = ../../src/views/SkOSMenu.cpp; sourceTree = SOURCE_ROOT; }; |
| 138 | 00003C700EFC22CE000FF73A /* SkTagList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkTagList.cpp; path = ../../src/views/SkTagList.cpp; sourceTree = SOURCE_ROOT; }; |
| 139 | 00003C710EFC22CE000FF73A /* SkView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkView.cpp; path = ../../src/views/SkView.cpp; sourceTree = SOURCE_ROOT; }; |
| 140 | 00003C720EFC22CE000FF73A /* SkViewPriv.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkViewPriv.cpp; path = ../../src/views/SkViewPriv.cpp; sourceTree = SOURCE_ROOT; }; |
| 141 | 00003C730EFC22CE000FF73A /* SkWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkWindow.cpp; path = ../../src/views/SkWindow.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 142 | 00003C7E0EFC22E1000FF73A /* skia_mac.cp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = skia_mac.cp; path = ../../src/utils/mac/skia_mac.cp; sourceTree = SOURCE_ROOT; }; |
| 143 | 00003C7F0EFC22E1000FF73A /* SkOSWindow_Mac.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkOSWindow_Mac.cpp; path = ../../src/utils/mac/SkOSWindow_Mac.cpp; sourceTree = SOURCE_ROOT; }; |
| 144 | 00003C8C0EFC230E000FF73A /* effects.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = effects.xcodeproj; path = ../effects/effects.xcodeproj; sourceTree = SOURCE_ROOT; }; |
| 145 | 00003C9A0EFC233F000FF73A /* SkDOM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkDOM.cpp; path = ../../src/xml/SkDOM.cpp; sourceTree = SOURCE_ROOT; }; |
| 146 | 00003C9B0EFC233F000FF73A /* SkParse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkParse.cpp; path = ../../src/xml/SkParse.cpp; sourceTree = SOURCE_ROOT; }; |
| 147 | 00003C9C0EFC233F000FF73A /* SkParseColor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkParseColor.cpp; path = ../../src/xml/SkParseColor.cpp; sourceTree = SOURCE_ROOT; }; |
| 148 | 00003C9D0EFC233F000FF73A /* SkXMLParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkXMLParser.cpp; path = ../../src/xml/SkXMLParser.cpp; sourceTree = SOURCE_ROOT; }; |
| 149 | 00003CA30EFC235F000FF73A /* SkXMLParser_empty.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkXMLParser_empty.cpp; path = ../../src/ports/SkXMLParser_empty.cpp; sourceTree = SOURCE_ROOT; }; |
| 150 | 002884490EFAA35C0083E387 /* core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = core.xcodeproj; path = ../core/core.xcodeproj; sourceTree = SOURCE_ROOT; }; |
| 151 | 002884B40EFAB69F0083E387 /* maccore.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = maccore.xcodeproj; path = ../maccore/maccore.xcodeproj; sourceTree = SOURCE_ROOT; }; |
reed@android.com | f76bacf | 2009-05-13 14:00:33 +0000 | [diff] [blame] | 152 | 0031450D0FB8CDB100B10956 /* SkShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkShape.cpp; path = ../../src/core/SkShape.cpp; sourceTree = SOURCE_ROOT; }; |
| 153 | 0031451D0FB99C9700B10956 /* SkRectShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkRectShape.h; path = ../../src/shapes/SkRectShape.h; sourceTree = SOURCE_ROOT; }; |
| 154 | 0031451F0FB99CCE00B10956 /* SkRectShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkRectShape.cpp; path = ../../src/shapes/SkRectShape.cpp; sourceTree = SOURCE_ROOT; }; |
| 155 | 003145310FB9B48F00B10956 /* SampleShapes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleShapes.cpp; path = ../../samplecode/SampleShapes.cpp; sourceTree = SOURCE_ROOT; }; |
| 156 | 003145340FB9B62D00B10956 /* SkGroupShape.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SkGroupShape.h; path = ../../src/shapes/SkGroupShape.h; sourceTree = SOURCE_ROOT; }; |
| 157 | 003145360FB9BA4000B10956 /* SkGroupShape.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkGroupShape.cpp; path = ../../src/shapes/SkGroupShape.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 158 | 0041CDDA0F00975E00695E8C /* SampleImageDir.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleImageDir.cpp; path = ../../samplecode/SampleImageDir.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 159 | 0041CDF20F009ED100695E8C /* SkImageRef.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageRef.cpp; path = ../../src/images/SkImageRef.cpp; sourceTree = SOURCE_ROOT; }; |
| 160 | 0041CDF50F009EED00695E8C /* SkImageRef_GlobalPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageRef_GlobalPool.cpp; path = ../../src/images/SkImageRef_GlobalPool.cpp; sourceTree = SOURCE_ROOT; }; |
| 161 | 0041CDF90F009F0700695E8C /* SkImageRefPool.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageRefPool.cpp; path = ../../src/images/SkImageRefPool.cpp; sourceTree = SOURCE_ROOT; }; |
| 162 | 0041CE1E0F00A12400695E8C /* SampleBitmapRect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleBitmapRect.cpp; path = ../../samplecode/SampleBitmapRect.cpp; sourceTree = SOURCE_ROOT; }; |
| 163 | 0041CE1F0F00A12400695E8C /* SampleCamera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleCamera.cpp; path = ../../samplecode/SampleCamera.cpp; sourceTree = SOURCE_ROOT; }; |
| 164 | 0041CE200F00A12400695E8C /* SampleCircle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleCircle.cpp; path = ../../samplecode/SampleCircle.cpp; sourceTree = SOURCE_ROOT; }; |
| 165 | 0041CE210F00A12400695E8C /* SampleCode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SampleCode.h; path = ../../samplecode/SampleCode.h; sourceTree = SOURCE_ROOT; }; |
| 166 | 0041CE220F00A12400695E8C /* SampleCull.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleCull.cpp; path = ../../samplecode/SampleCull.cpp; sourceTree = SOURCE_ROOT; }; |
| 167 | 0041CE230F00A12400695E8C /* SampleDither.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleDither.cpp; path = ../../samplecode/SampleDither.cpp; sourceTree = SOURCE_ROOT; }; |
| 168 | 0041CE240F00A12400695E8C /* SampleDrawLooper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleDrawLooper.cpp; path = ../../samplecode/SampleDrawLooper.cpp; sourceTree = SOURCE_ROOT; }; |
| 169 | 0041CE250F00A12400695E8C /* SampleEmboss.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleEmboss.cpp; path = ../../samplecode/SampleEmboss.cpp; sourceTree = SOURCE_ROOT; }; |
| 170 | 0041CE260F00A12400695E8C /* SampleEncode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleEncode.cpp; path = ../../samplecode/SampleEncode.cpp; sourceTree = SOURCE_ROOT; }; |
| 171 | 0041CE270F00A12400695E8C /* SampleFillType.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFillType.cpp; path = ../../samplecode/SampleFillType.cpp; sourceTree = SOURCE_ROOT; }; |
| 172 | 0041CE280F00A12400695E8C /* SampleFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFilter.cpp; path = ../../samplecode/SampleFilter.cpp; sourceTree = SOURCE_ROOT; }; |
| 173 | 0041CE290F00A12400695E8C /* SampleFilter2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFilter2.cpp; path = ../../samplecode/SampleFilter2.cpp; sourceTree = SOURCE_ROOT; }; |
| 174 | 0041CE2A0F00A12400695E8C /* SampleFontCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFontCache.cpp; path = ../../samplecode/SampleFontCache.cpp; sourceTree = SOURCE_ROOT; }; |
| 175 | 0041CE2C0F00A12400695E8C /* SampleImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleImage.cpp; path = ../../samplecode/SampleImage.cpp; sourceTree = SOURCE_ROOT; }; |
| 176 | 0041CE2D0F00A12400695E8C /* SampleLayers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleLayers.cpp; path = ../../samplecode/SampleLayers.cpp; sourceTree = SOURCE_ROOT; }; |
| 177 | 0041CE2E0F00A12400695E8C /* SampleLines.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleLines.cpp; path = ../../samplecode/SampleLines.cpp; sourceTree = SOURCE_ROOT; }; |
| 178 | 0041CE2F0F00A12400695E8C /* SampleMeasure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleMeasure.cpp; path = ../../samplecode/SampleMeasure.cpp; sourceTree = SOURCE_ROOT; }; |
| 179 | 0041CE310F00A12400695E8C /* SampleNinePatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleNinePatch.cpp; path = ../../samplecode/SampleNinePatch.cpp; sourceTree = SOURCE_ROOT; }; |
| 180 | 0041CE320F00A12400695E8C /* SampleOverflow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleOverflow.cpp; path = ../../samplecode/SampleOverflow.cpp; sourceTree = SOURCE_ROOT; }; |
| 181 | 0041CE340F00A12400695E8C /* SamplePatch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePatch.cpp; path = ../../samplecode/SamplePatch.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | d6638e6 | 2009-04-08 05:03:52 +0000 | [diff] [blame] | 182 | 0053528A0F8C4DFF00EE34B6 /* SkFontHost_tables.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SkFontHost_tables.cpp; path = ../../src/ports/SkFontHost_tables.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 183 | 007A7CA40F01658C00A2D6EE /* SamplePicture.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePicture.cpp; path = ../../samplecode/SamplePicture.cpp; sourceTree = SOURCE_ROOT; }; |
| 184 | 007A7CA50F01658C00A2D6EE /* SamplePoints.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePoints.cpp; path = ../../samplecode/SamplePoints.cpp; sourceTree = SOURCE_ROOT; }; |
| 185 | 007A7CA70F01658C00A2D6EE /* SampleRegion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleRegion.cpp; path = ../../samplecode/SampleRegion.cpp; sourceTree = SOURCE_ROOT; }; |
| 186 | 007A7CA80F01658C00A2D6EE /* SampleShaders.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleShaders.cpp; path = ../../samplecode/SampleShaders.cpp; sourceTree = SOURCE_ROOT; }; |
| 187 | 007A7CA90F01658C00A2D6EE /* SampleStrokeText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleStrokeText.cpp; path = ../../samplecode/SampleStrokeText.cpp; sourceTree = SOURCE_ROOT; }; |
| 188 | 007A7CAB0F01658C00A2D6EE /* SampleText.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleText.cpp; path = ../../samplecode/SampleText.cpp; sourceTree = SOURCE_ROOT; }; |
| 189 | 007A7CAC0F01658C00A2D6EE /* SampleTextAlpha.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleTextAlpha.cpp; path = ../../samplecode/SampleTextAlpha.cpp; sourceTree = SOURCE_ROOT; }; |
| 190 | 007A7CAD0F01658C00A2D6EE /* SampleTextEffects.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleTextEffects.cpp; path = ../../samplecode/SampleTextEffects.cpp; sourceTree = SOURCE_ROOT; }; |
| 191 | 007A7CAE0F01658C00A2D6EE /* SampleTextOnPath.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleTextOnPath.cpp; path = ../../samplecode/SampleTextOnPath.cpp; sourceTree = SOURCE_ROOT; }; |
| 192 | 007A7CAF0F01658C00A2D6EE /* SampleTiling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleTiling.cpp; path = ../../samplecode/SampleTiling.cpp; sourceTree = SOURCE_ROOT; }; |
| 193 | 007A7CB00F01658C00A2D6EE /* SampleTypeface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleTypeface.cpp; path = ../../samplecode/SampleTypeface.cpp; sourceTree = SOURCE_ROOT; }; |
| 194 | 007A7CB10F01658C00A2D6EE /* SampleVertices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleVertices.cpp; path = ../../samplecode/SampleVertices.cpp; sourceTree = SOURCE_ROOT; }; |
| 195 | 007A7CB20F01658C00A2D6EE /* SampleXfermodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleXfermodes.cpp; path = ../../samplecode/SampleXfermodes.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | c07d23a | 2009-02-06 13:30:58 +0000 | [diff] [blame] | 196 | 007C785D0F3B4C230004B142 /* SamplePathClip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SamplePathClip.cpp; path = ../../samplecode/SamplePathClip.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 8898363 | 2009-03-23 16:05:19 +0000 | [diff] [blame] | 197 | 008C4D970F77DAEE0056981C /* SampleHairline.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleHairline.cpp; path = ../../samplecode/SampleHairline.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 311c82d | 2009-05-05 23:13:23 +0000 | [diff] [blame] | 198 | 009490310FB0A5B90063C792 /* SampleLayerMask.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleLayerMask.cpp; path = ../../samplecode/SampleLayerMask.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 330578d | 2009-03-09 18:12:13 +0000 | [diff] [blame] | 199 | 009CC9180F65918A002185BE /* SampleFontScalerTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFontScalerTest.cpp; path = ../../samplecode/SampleFontScalerTest.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 0680d6c | 2008-12-19 19:46:15 +0000 | [diff] [blame] | 200 | 00A41E4A0EFC312F00C9CBEB /* SampleArc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleArc.cpp; path = ../../samplecode/SampleArc.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | a3c0588 | 2009-04-02 20:49:39 +0000 | [diff] [blame] | 201 | 00C55DA00F8552DC000CAC09 /* SampleGradients.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleGradients.cpp; path = ../../samplecode/SampleGradients.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 49f0ff2 | 2009-03-19 21:52:42 +0000 | [diff] [blame] | 202 | 00D6B5CB0F72DC4300C466B9 /* SampleFuzz.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleFuzz.cpp; path = ../../samplecode/SampleFuzz.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 203 | 00FF39130FC6ED2C00915187 /* SampleEffects.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SampleEffects.cpp; path = ../../samplecode/SampleEffects.cpp; sourceTree = SOURCE_ROOT; }; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 204 | 0156F80307C56A3000C6122B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
| 205 | 01FC44D407BD3BB800D228F4 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; }; |
| 206 | 0867D6ABFE840B52C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
| 207 | 1870340FFE93FCAF11CA0CD7 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/main.nib; sourceTree = "<group>"; }; |
| 208 | 20286C33FDCF999611CA2CEA /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = /System/Library/Frameworks/Carbon.framework; sourceTree = "<absolute>"; }; |
| 209 | 32DBCF6D0370B57F00C91783 /* CICarbonSample_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CICarbonSample_Prefix.pch; sourceTree = "<group>"; }; |
| 210 | 4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = /System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<absolute>"; }; |
| 211 | 4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; }; |
| 212 | 8D0C4E960486CD37000505A6 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 213 | 8D0C4E970486CD37000505A6 /* CICarbonSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CICarbonSample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 214 | /* End PBXFileReference section */ |
| 215 | |
| 216 | /* Begin PBXFrameworksBuildPhase section */ |
| 217 | 8D0C4E910486CD37000505A6 /* Frameworks */ = { |
| 218 | isa = PBXFrameworksBuildPhase; |
| 219 | buildActionMask = 2147483647; |
| 220 | files = ( |
| 221 | 8D0C4E920486CD37000505A6 /* Carbon.framework in Frameworks */, |
| 222 | 01FC44D507BD3BB800D228F4 /* Quartz.framework in Frameworks */, |
| 223 | 0156F80407C56A3000C6122B /* Foundation.framework in Frameworks */, |
| 224 | 0028847B0EFAB46A0083E387 /* libcore.a in Frameworks */, |
| 225 | 002884BD0EFAB6A30083E387 /* libmaccore.a in Frameworks */, |
| 226 | 00003C950EFC2316000FF73A /* libeffects.a in Frameworks */, |
| 227 | ); |
| 228 | runOnlyForDeploymentPostprocessing = 0; |
| 229 | }; |
| 230 | /* End PBXFrameworksBuildPhase section */ |
| 231 | |
| 232 | /* Begin PBXGroup section */ |
| 233 | 00003C610EFC2287000FF73A /* samples */ = { |
| 234 | isa = PBXGroup; |
| 235 | children = ( |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 236 | 00FF39130FC6ED2C00915187 /* SampleEffects.cpp */, |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 237 | 007A7CA40F01658C00A2D6EE /* SamplePicture.cpp */, |
reed@android.com | 49f0ff2 | 2009-03-19 21:52:42 +0000 | [diff] [blame] | 238 | 00D6B5CB0F72DC4300C466B9 /* SampleFuzz.cpp */, |
reed@android.com | a3c0588 | 2009-04-02 20:49:39 +0000 | [diff] [blame] | 239 | 00C55DA00F8552DC000CAC09 /* SampleGradients.cpp */, |
reed@android.com | 311c82d | 2009-05-05 23:13:23 +0000 | [diff] [blame] | 240 | 009490310FB0A5B90063C792 /* SampleLayerMask.cpp */, |
reed@android.com | f76bacf | 2009-05-13 14:00:33 +0000 | [diff] [blame] | 241 | 003145310FB9B48F00B10956 /* SampleShapes.cpp */, |
reed@android.com | 330578d | 2009-03-09 18:12:13 +0000 | [diff] [blame] | 242 | 009CC9180F65918A002185BE /* SampleFontScalerTest.cpp */, |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 243 | 007A7CA50F01658C00A2D6EE /* SamplePoints.cpp */, |
| 244 | 007A7CA70F01658C00A2D6EE /* SampleRegion.cpp */, |
| 245 | 007A7CA80F01658C00A2D6EE /* SampleShaders.cpp */, |
| 246 | 007A7CA90F01658C00A2D6EE /* SampleStrokeText.cpp */, |
| 247 | 007A7CAB0F01658C00A2D6EE /* SampleText.cpp */, |
| 248 | 007A7CAC0F01658C00A2D6EE /* SampleTextAlpha.cpp */, |
| 249 | 007A7CAD0F01658C00A2D6EE /* SampleTextEffects.cpp */, |
| 250 | 007A7CAE0F01658C00A2D6EE /* SampleTextOnPath.cpp */, |
| 251 | 007A7CAF0F01658C00A2D6EE /* SampleTiling.cpp */, |
| 252 | 007A7CB00F01658C00A2D6EE /* SampleTypeface.cpp */, |
| 253 | 007A7CB10F01658C00A2D6EE /* SampleVertices.cpp */, |
| 254 | 007A7CB20F01658C00A2D6EE /* SampleXfermodes.cpp */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 255 | 0041CE1E0F00A12400695E8C /* SampleBitmapRect.cpp */, |
reed@android.com | 8898363 | 2009-03-23 16:05:19 +0000 | [diff] [blame] | 256 | 008C4D970F77DAEE0056981C /* SampleHairline.cpp */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 257 | 0041CE1F0F00A12400695E8C /* SampleCamera.cpp */, |
| 258 | 0041CE200F00A12400695E8C /* SampleCircle.cpp */, |
| 259 | 0041CE210F00A12400695E8C /* SampleCode.h */, |
| 260 | 0041CE220F00A12400695E8C /* SampleCull.cpp */, |
| 261 | 0041CE230F00A12400695E8C /* SampleDither.cpp */, |
| 262 | 0041CE240F00A12400695E8C /* SampleDrawLooper.cpp */, |
| 263 | 0041CE250F00A12400695E8C /* SampleEmboss.cpp */, |
| 264 | 0041CE260F00A12400695E8C /* SampleEncode.cpp */, |
| 265 | 0041CE270F00A12400695E8C /* SampleFillType.cpp */, |
| 266 | 0041CE280F00A12400695E8C /* SampleFilter.cpp */, |
| 267 | 0041CE290F00A12400695E8C /* SampleFilter2.cpp */, |
| 268 | 0041CE2A0F00A12400695E8C /* SampleFontCache.cpp */, |
| 269 | 0041CE2C0F00A12400695E8C /* SampleImage.cpp */, |
| 270 | 0041CE2D0F00A12400695E8C /* SampleLayers.cpp */, |
| 271 | 0041CE2E0F00A12400695E8C /* SampleLines.cpp */, |
| 272 | 0041CE2F0F00A12400695E8C /* SampleMeasure.cpp */, |
| 273 | 0041CE310F00A12400695E8C /* SampleNinePatch.cpp */, |
| 274 | 0041CE320F00A12400695E8C /* SampleOverflow.cpp */, |
| 275 | 0041CE340F00A12400695E8C /* SamplePatch.cpp */, |
| 276 | 0041CDDA0F00975E00695E8C /* SampleImageDir.cpp */, |
reed@android.com | 0680d6c | 2008-12-19 19:46:15 +0000 | [diff] [blame] | 277 | 00A41E4A0EFC312F00C9CBEB /* SampleArc.cpp */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 278 | 00003C620EFC22A8000FF73A /* SampleApp.cpp */, |
| 279 | 00003C640EFC22A8000FF73A /* SamplePath.cpp */, |
reed@android.com | c07d23a | 2009-02-06 13:30:58 +0000 | [diff] [blame] | 280 | 007C785D0F3B4C230004B142 /* SamplePathClip.cpp */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 281 | 00003C650EFC22A8000FF73A /* SamplePathEffects.cpp */, |
| 282 | ); |
| 283 | name = samples; |
| 284 | sourceTree = "<group>"; |
| 285 | }; |
| 286 | 00003C6A0EFC22AD000FF73A /* views */ = { |
| 287 | isa = PBXGroup; |
| 288 | children = ( |
| 289 | 00003C9A0EFC233F000FF73A /* SkDOM.cpp */, |
| 290 | 00003C9B0EFC233F000FF73A /* SkParse.cpp */, |
| 291 | 00003C9C0EFC233F000FF73A /* SkParseColor.cpp */, |
| 292 | 00003C9D0EFC233F000FF73A /* SkXMLParser.cpp */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 293 | 00003C7E0EFC22E1000FF73A /* skia_mac.cp */, |
| 294 | 00003C7F0EFC22E1000FF73A /* SkOSWindow_Mac.cpp */, |
| 295 | 00003C6B0EFC22CE000FF73A /* SkEvent.cpp */, |
| 296 | 00003C6C0EFC22CE000FF73A /* SkEventSink.cpp */, |
| 297 | 00003C6D0EFC22CE000FF73A /* SkMetaData.cpp */, |
| 298 | 00003C6E0EFC22CE000FF73A /* SkOSMenu.cpp */, |
| 299 | 00003C700EFC22CE000FF73A /* SkTagList.cpp */, |
| 300 | 00003C710EFC22CE000FF73A /* SkView.cpp */, |
| 301 | 00003C720EFC22CE000FF73A /* SkViewPriv.cpp */, |
| 302 | 00003C730EFC22CE000FF73A /* SkWindow.cpp */, |
| 303 | ); |
| 304 | name = views; |
| 305 | sourceTree = "<group>"; |
| 306 | }; |
| 307 | 00003C8D0EFC230E000FF73A /* Products */ = { |
| 308 | isa = PBXGroup; |
| 309 | children = ( |
| 310 | 00003C940EFC230E000FF73A /* libeffects.a */, |
| 311 | ); |
| 312 | name = Products; |
| 313 | sourceTree = "<group>"; |
| 314 | }; |
| 315 | 0028844A0EFAA35C0083E387 /* Products */ = { |
| 316 | isa = PBXGroup; |
| 317 | children = ( |
| 318 | 002884510EFAA35C0083E387 /* libcore.a */, |
| 319 | ); |
| 320 | name = Products; |
| 321 | sourceTree = "<group>"; |
| 322 | }; |
| 323 | 002884B50EFAB69F0083E387 /* Products */ = { |
| 324 | isa = PBXGroup; |
| 325 | children = ( |
| 326 | 002884BC0EFAB69F0083E387 /* libmaccore.a */, |
| 327 | ); |
| 328 | name = Products; |
| 329 | sourceTree = "<group>"; |
| 330 | }; |
| 331 | 195DF8CFFE9D517E11CA2CBB /* Products */ = { |
| 332 | isa = PBXGroup; |
| 333 | children = ( |
| 334 | 8D0C4E970486CD37000505A6 /* CICarbonSample.app */, |
| 335 | ); |
| 336 | name = Products; |
| 337 | sourceTree = "<group>"; |
| 338 | }; |
| 339 | 20286C29FDCF999611CA2CEA /* CICarbonSample */ = { |
| 340 | isa = PBXGroup; |
| 341 | children = ( |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 342 | 0041CDF90F009F0700695E8C /* SkImageRefPool.cpp */, |
| 343 | 0041CDF50F009EED00695E8C /* SkImageRef_GlobalPool.cpp */, |
| 344 | 0041CDF20F009ED100695E8C /* SkImageRef.cpp */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 345 | 00003C6A0EFC22AD000FF73A /* views */, |
| 346 | 00003C610EFC2287000FF73A /* samples */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 347 | 00003CA30EFC235F000FF73A /* SkXMLParser_empty.cpp */, |
| 348 | 20286C2AFDCF999611CA2CEA /* Sources */, |
| 349 | 20286C2CFDCF999611CA2CEA /* Resources */, |
| 350 | 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */, |
| 351 | 195DF8CFFE9D517E11CA2CBB /* Products */, |
| 352 | 002884490EFAA35C0083E387 /* core.xcodeproj */, |
| 353 | 002884B40EFAB69F0083E387 /* maccore.xcodeproj */, |
| 354 | 00003C8C0EFC230E000FF73A /* effects.xcodeproj */, |
reed@android.com | d6638e6 | 2009-04-08 05:03:52 +0000 | [diff] [blame] | 355 | 0053528A0F8C4DFF00EE34B6 /* SkFontHost_tables.cpp */, |
reed@android.com | f76bacf | 2009-05-13 14:00:33 +0000 | [diff] [blame] | 356 | 0031450D0FB8CDB100B10956 /* SkShape.cpp */, |
| 357 | 0031451D0FB99C9700B10956 /* SkRectShape.h */, |
| 358 | 0031451F0FB99CCE00B10956 /* SkRectShape.cpp */, |
| 359 | 003145360FB9BA4000B10956 /* SkGroupShape.cpp */, |
| 360 | 003145340FB9B62D00B10956 /* SkGroupShape.h */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 361 | ); |
| 362 | name = CICarbonSample; |
| 363 | sourceTree = "<group>"; |
| 364 | }; |
| 365 | 20286C2AFDCF999611CA2CEA /* Sources */ = { |
| 366 | isa = PBXGroup; |
| 367 | children = ( |
| 368 | 32DBCF6D0370B57F00C91783 /* CICarbonSample_Prefix.pch */, |
| 369 | ); |
| 370 | name = Sources; |
| 371 | sourceTree = "<group>"; |
| 372 | }; |
| 373 | 20286C2CFDCF999611CA2CEA /* Resources */ = { |
| 374 | isa = PBXGroup; |
| 375 | children = ( |
| 376 | 8D0C4E960486CD37000505A6 /* Info.plist */, |
| 377 | 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */, |
| 378 | 02345980000FD03B11CA0E72 /* main.nib */, |
| 379 | ); |
| 380 | name = Resources; |
| 381 | sourceTree = "<group>"; |
| 382 | }; |
| 383 | 20286C32FDCF999611CA2CEA /* External Frameworks and Libraries */ = { |
| 384 | isa = PBXGroup; |
| 385 | children = ( |
| 386 | 0156F80307C56A3000C6122B /* Foundation.framework */, |
| 387 | 01FC44D407BD3BB800D228F4 /* Quartz.framework */, |
| 388 | 20286C33FDCF999611CA2CEA /* Carbon.framework */, |
| 389 | 4A9504CAFFE6A41611CA0CBA /* CoreServices.framework */, |
| 390 | 4A9504C8FFE6A3BC11CA0CBA /* ApplicationServices.framework */, |
| 391 | ); |
| 392 | name = "External Frameworks and Libraries"; |
| 393 | sourceTree = "<group>"; |
| 394 | }; |
| 395 | /* End PBXGroup section */ |
| 396 | |
| 397 | /* Begin PBXNativeTarget section */ |
| 398 | 8D0C4E890486CD37000505A6 /* CICarbonSample */ = { |
| 399 | isa = PBXNativeTarget; |
| 400 | buildConfigurationList = 01E2163909EDAC6600E66AF8 /* Build configuration list for PBXNativeTarget "CICarbonSample" */; |
| 401 | buildPhases = ( |
| 402 | 8D0C4E8C0486CD37000505A6 /* Resources */, |
| 403 | 8D0C4E8F0486CD37000505A6 /* Sources */, |
| 404 | 8D0C4E910486CD37000505A6 /* Frameworks */, |
| 405 | ); |
| 406 | buildRules = ( |
| 407 | ); |
| 408 | dependencies = ( |
| 409 | 002884550EFAA3770083E387 /* PBXTargetDependency */, |
| 410 | 002884BF0EFAB6B00083E387 /* PBXTargetDependency */, |
| 411 | 00003C980EFC2321000FF73A /* PBXTargetDependency */, |
| 412 | ); |
| 413 | name = CICarbonSample; |
| 414 | productInstallPath = "$(HOME)/Applications"; |
| 415 | productName = CICarbonSample; |
| 416 | productReference = 8D0C4E970486CD37000505A6 /* CICarbonSample.app */; |
| 417 | productType = "com.apple.product-type.application"; |
| 418 | }; |
| 419 | /* End PBXNativeTarget section */ |
| 420 | |
| 421 | /* Begin PBXProject section */ |
| 422 | 20286C28FDCF999611CA2CEA /* Project object */ = { |
| 423 | isa = PBXProject; |
| 424 | buildConfigurationList = 01E2163D09EDAC6600E66AF8 /* Build configuration list for PBXProject "SampleApp" */; |
reed@android.com | 03ca3d1 | 2008-12-22 15:35:46 +0000 | [diff] [blame] | 425 | compatibilityVersion = "Xcode 2.4"; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 426 | hasScannedForEncodings = 1; |
| 427 | mainGroup = 20286C29FDCF999611CA2CEA /* CICarbonSample */; |
| 428 | projectDirPath = ""; |
| 429 | projectReferences = ( |
| 430 | { |
| 431 | ProductGroup = 0028844A0EFAA35C0083E387 /* Products */; |
| 432 | ProjectRef = 002884490EFAA35C0083E387 /* core.xcodeproj */; |
| 433 | }, |
| 434 | { |
| 435 | ProductGroup = 00003C8D0EFC230E000FF73A /* Products */; |
| 436 | ProjectRef = 00003C8C0EFC230E000FF73A /* effects.xcodeproj */; |
| 437 | }, |
| 438 | { |
| 439 | ProductGroup = 002884B50EFAB69F0083E387 /* Products */; |
| 440 | ProjectRef = 002884B40EFAB69F0083E387 /* maccore.xcodeproj */; |
| 441 | }, |
| 442 | ); |
| 443 | projectRoot = ""; |
| 444 | targets = ( |
| 445 | 8D0C4E890486CD37000505A6 /* CICarbonSample */, |
| 446 | ); |
| 447 | }; |
| 448 | /* End PBXProject section */ |
| 449 | |
| 450 | /* Begin PBXReferenceProxy section */ |
| 451 | 00003C940EFC230E000FF73A /* libeffects.a */ = { |
| 452 | isa = PBXReferenceProxy; |
| 453 | fileType = archive.ar; |
| 454 | path = libeffects.a; |
| 455 | remoteRef = 00003C930EFC230E000FF73A /* PBXContainerItemProxy */; |
| 456 | sourceTree = BUILT_PRODUCTS_DIR; |
| 457 | }; |
| 458 | 002884510EFAA35C0083E387 /* libcore.a */ = { |
| 459 | isa = PBXReferenceProxy; |
| 460 | fileType = archive.ar; |
| 461 | path = libcore.a; |
| 462 | remoteRef = 002884500EFAA35C0083E387 /* PBXContainerItemProxy */; |
| 463 | sourceTree = BUILT_PRODUCTS_DIR; |
| 464 | }; |
| 465 | 002884BC0EFAB69F0083E387 /* libmaccore.a */ = { |
| 466 | isa = PBXReferenceProxy; |
| 467 | fileType = archive.ar; |
| 468 | path = libmaccore.a; |
| 469 | remoteRef = 002884BB0EFAB69F0083E387 /* PBXContainerItemProxy */; |
| 470 | sourceTree = BUILT_PRODUCTS_DIR; |
| 471 | }; |
| 472 | /* End PBXReferenceProxy section */ |
| 473 | |
| 474 | /* Begin PBXResourcesBuildPhase section */ |
| 475 | 8D0C4E8C0486CD37000505A6 /* Resources */ = { |
| 476 | isa = PBXResourcesBuildPhase; |
| 477 | buildActionMask = 2147483647; |
| 478 | files = ( |
| 479 | 8D0C4E8D0486CD37000505A6 /* InfoPlist.strings in Resources */, |
| 480 | 8D0C4E8E0486CD37000505A6 /* main.nib in Resources */, |
| 481 | ); |
| 482 | runOnlyForDeploymentPostprocessing = 0; |
| 483 | }; |
| 484 | /* End PBXResourcesBuildPhase section */ |
| 485 | |
| 486 | /* Begin PBXSourcesBuildPhase section */ |
| 487 | 8D0C4E8F0486CD37000505A6 /* Sources */ = { |
| 488 | isa = PBXSourcesBuildPhase; |
| 489 | buildActionMask = 2147483647; |
| 490 | files = ( |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 491 | 00003C660EFC22A8000FF73A /* SampleApp.cpp in Sources */, |
| 492 | 00003C680EFC22A8000FF73A /* SamplePath.cpp in Sources */, |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 493 | 00003C690EFC22A8000FF73A /* SamplePathEffects.cpp in Sources */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 494 | 00003C740EFC22CE000FF73A /* SkEvent.cpp in Sources */, |
| 495 | 00003C750EFC22CE000FF73A /* SkEventSink.cpp in Sources */, |
| 496 | 00003C760EFC22CE000FF73A /* SkMetaData.cpp in Sources */, |
| 497 | 00003C770EFC22CE000FF73A /* SkOSMenu.cpp in Sources */, |
| 498 | 00003C790EFC22CE000FF73A /* SkTagList.cpp in Sources */, |
| 499 | 00003C7A0EFC22CE000FF73A /* SkView.cpp in Sources */, |
| 500 | 00003C7B0EFC22CE000FF73A /* SkViewPriv.cpp in Sources */, |
| 501 | 00003C7C0EFC22CE000FF73A /* SkWindow.cpp in Sources */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 502 | 00003C810EFC22E1000FF73A /* skia_mac.cp in Sources */, |
| 503 | 00003C820EFC22E1000FF73A /* SkOSWindow_Mac.cpp in Sources */, |
| 504 | 00003C9E0EFC233F000FF73A /* SkDOM.cpp in Sources */, |
| 505 | 00003C9F0EFC233F000FF73A /* SkParse.cpp in Sources */, |
| 506 | 00003CA00EFC233F000FF73A /* SkParseColor.cpp in Sources */, |
| 507 | 00003CA10EFC233F000FF73A /* SkXMLParser.cpp in Sources */, |
| 508 | 00003CA40EFC235F000FF73A /* SkXMLParser_empty.cpp in Sources */, |
reed@android.com | 0680d6c | 2008-12-19 19:46:15 +0000 | [diff] [blame] | 509 | 00A41E4B0EFC312F00C9CBEB /* SampleArc.cpp in Sources */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 510 | 0041CDDB0F00975E00695E8C /* SampleImageDir.cpp in Sources */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 511 | 0041CDF30F009ED100695E8C /* SkImageRef.cpp in Sources */, |
| 512 | 0041CDF60F009EED00695E8C /* SkImageRef_GlobalPool.cpp in Sources */, |
| 513 | 0041CDFA0F009F0700695E8C /* SkImageRefPool.cpp in Sources */, |
| 514 | 0041CE350F00A12400695E8C /* SampleBitmapRect.cpp in Sources */, |
| 515 | 0041CE360F00A12400695E8C /* SampleCamera.cpp in Sources */, |
| 516 | 0041CE370F00A12400695E8C /* SampleCircle.cpp in Sources */, |
| 517 | 0041CE380F00A12400695E8C /* SampleCull.cpp in Sources */, |
| 518 | 0041CE390F00A12400695E8C /* SampleDither.cpp in Sources */, |
| 519 | 0041CE3A0F00A12400695E8C /* SampleDrawLooper.cpp in Sources */, |
| 520 | 0041CE3B0F00A12400695E8C /* SampleEmboss.cpp in Sources */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 521 | 0041CE3D0F00A12400695E8C /* SampleFillType.cpp in Sources */, |
| 522 | 0041CE3E0F00A12400695E8C /* SampleFilter.cpp in Sources */, |
| 523 | 0041CE3F0F00A12400695E8C /* SampleFilter2.cpp in Sources */, |
| 524 | 0041CE400F00A12400695E8C /* SampleFontCache.cpp in Sources */, |
| 525 | 0041CE420F00A12400695E8C /* SampleImage.cpp in Sources */, |
| 526 | 0041CE430F00A12400695E8C /* SampleLayers.cpp in Sources */, |
reed@android.com | 0767e47 | 2008-12-23 16:06:51 +0000 | [diff] [blame] | 527 | 0041CE450F00A12400695E8C /* SampleMeasure.cpp in Sources */, |
| 528 | 0041CE480F00A12400695E8C /* SampleOverflow.cpp in Sources */, |
| 529 | 0041CE4A0F00A12400695E8C /* SamplePatch.cpp in Sources */, |
| 530 | 0041CE470F00A12400695E8C /* SampleNinePatch.cpp in Sources */, |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 531 | 007A7CB40F01658C00A2D6EE /* SamplePoints.cpp in Sources */, |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 532 | 007A7CB70F01658C00A2D6EE /* SampleShaders.cpp in Sources */, |
| 533 | 007A7CB80F01658C00A2D6EE /* SampleStrokeText.cpp in Sources */, |
| 534 | 007A7CBA0F01658C00A2D6EE /* SampleText.cpp in Sources */, |
| 535 | 007A7CBB0F01658C00A2D6EE /* SampleTextAlpha.cpp in Sources */, |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 536 | 007A7CBC0F01658C00A2D6EE /* SampleTextEffects.cpp in Sources */, |
reed@android.com | da342a8 | 2008-12-23 18:37:08 +0000 | [diff] [blame] | 537 | 007A7CBD0F01658C00A2D6EE /* SampleTextOnPath.cpp in Sources */, |
| 538 | 007A7CBE0F01658C00A2D6EE /* SampleTiling.cpp in Sources */, |
| 539 | 007A7CBF0F01658C00A2D6EE /* SampleTypeface.cpp in Sources */, |
| 540 | 007A7CC00F01658C00A2D6EE /* SampleVertices.cpp in Sources */, |
| 541 | 007A7CC10F01658C00A2D6EE /* SampleXfermodes.cpp in Sources */, |
| 542 | 0041CE3C0F00A12400695E8C /* SampleEncode.cpp in Sources */, |
reed@android.com | c07d23a | 2009-02-06 13:30:58 +0000 | [diff] [blame] | 543 | 007C785E0F3B4C230004B142 /* SamplePathClip.cpp in Sources */, |
reed@android.com | 330578d | 2009-03-09 18:12:13 +0000 | [diff] [blame] | 544 | 009CC9190F65918A002185BE /* SampleFontScalerTest.cpp in Sources */, |
reed@android.com | 49f0ff2 | 2009-03-19 21:52:42 +0000 | [diff] [blame] | 545 | 007A7CB30F01658C00A2D6EE /* SamplePicture.cpp in Sources */, |
reed@android.com | 8898363 | 2009-03-23 16:05:19 +0000 | [diff] [blame] | 546 | 0041CE440F00A12400695E8C /* SampleLines.cpp in Sources */, |
| 547 | 008C4D980F77DAEE0056981C /* SampleHairline.cpp in Sources */, |
reed@android.com | a3c0588 | 2009-04-02 20:49:39 +0000 | [diff] [blame] | 548 | 00C55DA10F8552DC000CAC09 /* SampleGradients.cpp in Sources */, |
reed@android.com | 311c82d | 2009-05-05 23:13:23 +0000 | [diff] [blame] | 549 | 009490320FB0A5B90063C792 /* SampleLayerMask.cpp in Sources */, |
reed@android.com | f76bacf | 2009-05-13 14:00:33 +0000 | [diff] [blame] | 550 | 007A7CB60F01658C00A2D6EE /* SampleRegion.cpp in Sources */, |
| 551 | 0031450E0FB8CDB100B10956 /* SkShape.cpp in Sources */, |
| 552 | 003145200FB99CCE00B10956 /* SkRectShape.cpp in Sources */, |
| 553 | 003145320FB9B48F00B10956 /* SampleShapes.cpp in Sources */, |
| 554 | 003145370FB9BA4000B10956 /* SkGroupShape.cpp in Sources */, |
reed@android.com | 149e2f6 | 2009-05-22 14:39:03 +0000 | [diff] [blame^] | 555 | 00FF39140FC6ED2C00915187 /* SampleEffects.cpp in Sources */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 556 | ); |
| 557 | runOnlyForDeploymentPostprocessing = 0; |
| 558 | }; |
| 559 | /* End PBXSourcesBuildPhase section */ |
| 560 | |
| 561 | /* Begin PBXTargetDependency section */ |
| 562 | 00003C980EFC2321000FF73A /* PBXTargetDependency */ = { |
| 563 | isa = PBXTargetDependency; |
| 564 | name = effects; |
| 565 | targetProxy = 00003C970EFC2321000FF73A /* PBXContainerItemProxy */; |
| 566 | }; |
| 567 | 002884550EFAA3770083E387 /* PBXTargetDependency */ = { |
| 568 | isa = PBXTargetDependency; |
| 569 | name = core; |
| 570 | targetProxy = 002884540EFAA3770083E387 /* PBXContainerItemProxy */; |
| 571 | }; |
| 572 | 002884BF0EFAB6B00083E387 /* PBXTargetDependency */ = { |
| 573 | isa = PBXTargetDependency; |
| 574 | name = maccore; |
| 575 | targetProxy = 002884BE0EFAB6B00083E387 /* PBXContainerItemProxy */; |
| 576 | }; |
| 577 | /* End PBXTargetDependency section */ |
| 578 | |
| 579 | /* Begin PBXVariantGroup section */ |
| 580 | 02345980000FD03B11CA0E72 /* main.nib */ = { |
| 581 | isa = PBXVariantGroup; |
| 582 | children = ( |
| 583 | 1870340FFE93FCAF11CA0CD7 /* English */, |
| 584 | ); |
| 585 | name = main.nib; |
| 586 | sourceTree = "<group>"; |
| 587 | }; |
| 588 | 0867D6AAFE840B52C02AAC07 /* InfoPlist.strings */ = { |
| 589 | isa = PBXVariantGroup; |
| 590 | children = ( |
| 591 | 0867D6ABFE840B52C02AAC07 /* English */, |
| 592 | ); |
| 593 | name = InfoPlist.strings; |
| 594 | sourceTree = "<group>"; |
| 595 | }; |
| 596 | /* End PBXVariantGroup section */ |
| 597 | |
| 598 | /* Begin XCBuildConfiguration section */ |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 599 | 01E2163A09EDAC6600E66AF8 /* Debug */ = { |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 600 | isa = XCBuildConfiguration; |
| 601 | buildSettings = { |
| 602 | COPY_PHASE_STRIP = NO; |
| 603 | GCC_DYNAMIC_NO_PIC = NO; |
| 604 | GCC_ENABLE_FIX_AND_CONTINUE = YES; |
| 605 | GCC_GENERATE_DEBUGGING_SYMBOLS = YES; |
| 606 | GCC_OPTIMIZATION_LEVEL = 0; |
| 607 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 608 | GCC_PREFIX_HEADER = CICarbonSample_Prefix.pch; |
| 609 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 610 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 611 | INFOPLIST_FILE = Info.plist; |
| 612 | INSTALL_PATH = "$(HOME)/Applications"; |
| 613 | PREBINDING = NO; |
| 614 | PRODUCT_NAME = CICarbonSample; |
| 615 | SKIP_INSTALL = YES; |
| 616 | WRAPPER_EXTENSION = app; |
| 617 | ZERO_LINK = YES; |
| 618 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 619 | name = Debug; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 620 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 621 | 01E2163B09EDAC6600E66AF8 /* Release */ = { |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 622 | isa = XCBuildConfiguration; |
| 623 | buildSettings = { |
| 624 | COPY_PHASE_STRIP = YES; |
| 625 | GCC_ENABLE_FIX_AND_CONTINUE = NO; |
| 626 | GCC_GENERATE_DEBUGGING_SYMBOLS = NO; |
| 627 | GCC_PRECOMPILE_PREFIX_HEADER = YES; |
| 628 | GCC_PREFIX_HEADER = CICarbonSample_Prefix.pch; |
| 629 | GCC_WARN_ABOUT_RETURN_TYPE = YES; |
| 630 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 631 | INFOPLIST_FILE = Info.plist; |
| 632 | INSTALL_PATH = "$(HOME)/Applications"; |
| 633 | PREBINDING = NO; |
| 634 | PRODUCT_NAME = CICarbonSample; |
| 635 | SKIP_INSTALL = YES; |
| 636 | WRAPPER_EXTENSION = app; |
| 637 | ZERO_LINK = NO; |
| 638 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 639 | name = Release; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 640 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 641 | 01E2163E09EDAC6600E66AF8 /* Debug */ = { |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 642 | isa = XCBuildConfiguration; |
| 643 | buildSettings = { |
| 644 | GCC_ENABLE_CPP_EXCEPTIONS = NO; |
| 645 | GCC_ENABLE_CPP_RTTI = NO; |
| 646 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 647 | SK_BUILD_FOR_MAC, |
| 648 | SK_DEBUG, |
| 649 | ); |
| 650 | GCC_THREADSAFE_STATICS = NO; |
reed@android.com | 2b26cac | 2008-12-22 02:33:11 +0000 | [diff] [blame] | 651 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 652 | USER_HEADER_SEARCH_PATHS = "../../include/**"; |
| 653 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 654 | name = Debug; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 655 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 656 | 01E2163F09EDAC6600E66AF8 /* Release */ = { |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 657 | isa = XCBuildConfiguration; |
| 658 | buildSettings = { |
| 659 | GCC_ENABLE_CPP_EXCEPTIONS = NO; |
| 660 | GCC_ENABLE_CPP_RTTI = NO; |
| 661 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 662 | SK_BUILD_FOR_MAC, |
| 663 | SK_RELEASE, |
| 664 | ); |
| 665 | GCC_THREADSAFE_STATICS = NO; |
reed@android.com | 2b26cac | 2008-12-22 02:33:11 +0000 | [diff] [blame] | 666 | SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 667 | USER_HEADER_SEARCH_PATHS = "../../include/**"; |
| 668 | }; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 669 | name = Release; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 670 | }; |
| 671 | /* End XCBuildConfiguration section */ |
| 672 | |
| 673 | /* Begin XCConfigurationList section */ |
| 674 | 01E2163909EDAC6600E66AF8 /* Build configuration list for PBXNativeTarget "CICarbonSample" */ = { |
| 675 | isa = XCConfigurationList; |
| 676 | buildConfigurations = ( |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 677 | 01E2163A09EDAC6600E66AF8 /* Debug */, |
| 678 | 01E2163B09EDAC6600E66AF8 /* Release */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 679 | ); |
| 680 | defaultConfigurationIsVisible = 0; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 681 | defaultConfigurationName = Debug; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 682 | }; |
| 683 | 01E2163D09EDAC6600E66AF8 /* Build configuration list for PBXProject "SampleApp" */ = { |
| 684 | isa = XCConfigurationList; |
| 685 | buildConfigurations = ( |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 686 | 01E2163E09EDAC6600E66AF8 /* Debug */, |
| 687 | 01E2163F09EDAC6600E66AF8 /* Release */, |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 688 | ); |
| 689 | defaultConfigurationIsVisible = 0; |
reed@android.com | 5c80ea1 | 2009-01-08 17:49:50 +0000 | [diff] [blame] | 690 | defaultConfigurationName = Debug; |
reed@android.com | 64ad966 | 2008-12-19 19:15:15 +0000 | [diff] [blame] | 691 | }; |
| 692 | /* End XCConfigurationList section */ |
| 693 | }; |
| 694 | rootObject = 20286C28FDCF999611CA2CEA /* Project object */; |
| 695 | } |