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