1 // !$*UTF8*$! 2 { 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 42; 7 objects = { 8 9 /* Begin PBXBuildFile section */ 10 1A1BA1760EF2FB3200754486 /* Composition.qtz in Resources */ = {isa = PBXBuildFile; fileRef = 1A1BA1750EF2FB3200754486 /* Composition.qtz */; }; 11 1A624E590DCBC7F6006898C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A624E580DCBC7F6006898C8 /* main.m */; }; 12 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A6250410DCBC81B006898C8 /* Cocoa.framework */; }; 13 1A8C86AA0EF2FB8F003F6E81 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A8C86A90EF2FB8F003F6E81 /* Quartz.framework */; }; 14 1A8C87AA0EF2FBB3003F6E81 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1A8C87A90EF2FBB3003F6E81 /* QuartzCore.framework */; }; 15 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; }; 16 /* End PBXBuildFile section */ 17 18 /* Begin PBXFileReference section */ 19 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 20 1A1BA1750EF2FB3200754486 /* Composition.qtz */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; path = Composition.qtz; sourceTree = "<group>"; }; 21 1A624E580DCBC7F6006898C8 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; 22 1A6250410DCBC81B006898C8 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 23 1A8C86A90EF2FB8F003F6E81 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = "<absolute>"; }; 24 1A8C87A90EF2FBB3003F6E81 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = "<absolute>"; }; 25 8D576316048677EA00EA77CD /* NetscapeCoreAnimationPlugin.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NetscapeCoreAnimationPlugin.plugin; sourceTree = BUILT_PRODUCTS_DIR; }; 26 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 27 /* End PBXFileReference section */ 28 29 /* Begin PBXFrameworksBuildPhase section */ 30 8D576313048677EA00EA77CD /* Frameworks */ = { 31 isa = PBXFrameworksBuildPhase; 32 buildActionMask = 2147483647; 33 files = ( 34 1A6250420DCBC81B006898C8 /* Cocoa.framework in Frameworks */, 35 1A8C86AA0EF2FB8F003F6E81 /* Quartz.framework in Frameworks */, 36 1A8C87AA0EF2FBB3003F6E81 /* QuartzCore.framework in Frameworks */, 37 ); 38 runOnlyForDeploymentPostprocessing = 0; 39 }; 40 /* End PBXFrameworksBuildPhase section */ 41 42 /* Begin PBXGroup section */ 43 089C166AFE841209C02AAC07 /* NetscapeCoreAnimationPlugin */ = { 44 isa = PBXGroup; 45 children = ( 46 08FB77AFFE84173DC02AAC07 /* Source */, 47 089C167CFE841241C02AAC07 /* Resources */, 48 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */, 49 19C28FB6FE9D52B211CA2CBB /* Products */, 50 ); 51 name = NetscapeCoreAnimationPlugin; 52 sourceTree = "<group>"; 53 }; 54 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = { 55 isa = PBXGroup; 56 children = ( 57 1A6250410DCBC81B006898C8 /* Cocoa.framework */, 58 1A8C86A90EF2FB8F003F6E81 /* Quartz.framework */, 59 1A8C87A90EF2FBB3003F6E81 /* QuartzCore.framework */, 60 ); 61 name = "External Frameworks and Libraries"; 62 sourceTree = "<group>"; 63 }; 64 089C167CFE841241C02AAC07 /* Resources */ = { 65 isa = PBXGroup; 66 children = ( 67 1A1BA1750EF2FB3200754486 /* Composition.qtz */, 68 8D576317048677EA00EA77CD /* Info.plist */, 69 8D5B49A704867FD3000E48DA /* InfoPlist.strings */, 70 ); 71 name = Resources; 72 sourceTree = "<group>"; 73 }; 74 08FB77AFFE84173DC02AAC07 /* Source */ = { 75 isa = PBXGroup; 76 children = ( 77 1A624E580DCBC7F6006898C8 /* main.m */, 78 ); 79 name = Source; 80 sourceTree = "<group>"; 81 }; 82 19C28FB6FE9D52B211CA2CBB /* Products */ = { 83 isa = PBXGroup; 84 children = ( 85 8D576316048677EA00EA77CD /* NetscapeCoreAnimationPlugin.plugin */, 86 ); 87 name = Products; 88 sourceTree = "<group>"; 89 }; 90 /* End PBXGroup section */ 91 92 /* Begin PBXNativeTarget section */ 93 8D57630D048677EA00EA77CD /* NetscapeCoreAnimationPlugin */ = { 94 isa = PBXNativeTarget; 95 buildConfigurationList = 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NetscapeCoreAnimationPlugin" */; 96 buildPhases = ( 97 8D576311048677EA00EA77CD /* Sources */, 98 8D57630F048677EA00EA77CD /* Resources */, 99 8D576313048677EA00EA77CD /* Frameworks */, 100 ); 101 buildRules = ( 102 ); 103 dependencies = ( 104 ); 105 name = NetscapeCoreAnimationPlugin; 106 productInstallPath = "$(HOME)/Library/Bundles"; 107 productName = NetscapeCoreAnimationPlugin; 108 productReference = 8D576316048677EA00EA77CD /* NetscapeCoreAnimationPlugin.plugin */; 109 productType = "com.apple.product-type.bundle"; 110 }; 111 /* End PBXNativeTarget section */ 112 113 /* Begin PBXProject section */ 114 089C1669FE841209C02AAC07 /* Project object */ = { 115 isa = PBXProject; 116 buildConfigurationList = 149C298708902C53008A9EFC /* Build configuration list for PBXProject "NetscapeCoreAnimationPlugin" */; 117 compatibilityVersion = "Xcode 2.4"; 118 developmentRegion = English; 119 hasScannedForEncodings = 1; 120 knownRegions = ( 121 English, 122 Japanese, 123 French, 124 German, 125 ); 126 mainGroup = 089C166AFE841209C02AAC07 /* NetscapeCoreAnimationPlugin */; 127 projectDirPath = ""; 128 projectRoot = ""; 129 targets = ( 130 8D57630D048677EA00EA77CD /* NetscapeCoreAnimationPlugin */, 131 ); 132 }; 133 /* End PBXProject section */ 134 135 /* Begin PBXResourcesBuildPhase section */ 136 8D57630F048677EA00EA77CD /* Resources */ = { 137 isa = PBXResourcesBuildPhase; 138 buildActionMask = 2147483647; 139 files = ( 140 1A1BA1760EF2FB3200754486 /* Composition.qtz in Resources */, 141 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, 142 ); 143 runOnlyForDeploymentPostprocessing = 0; 144 }; 145 /* End PBXResourcesBuildPhase section */ 146 147 /* Begin PBXSourcesBuildPhase section */ 148 8D576311048677EA00EA77CD /* Sources */ = { 149 isa = PBXSourcesBuildPhase; 150 buildActionMask = 2147483647; 151 files = ( 152 1A624E590DCBC7F6006898C8 /* main.m in Sources */, 153 ); 154 runOnlyForDeploymentPostprocessing = 0; 155 }; 156 /* End PBXSourcesBuildPhase section */ 157 158 /* Begin PBXVariantGroup section */ 159 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { 160 isa = PBXVariantGroup; 161 children = ( 162 089C167EFE841241C02AAC07 /* English */, 163 ); 164 name = InfoPlist.strings; 165 sourceTree = "<group>"; 166 }; 167 /* End PBXVariantGroup section */ 168 169 /* Begin XCBuildConfiguration section */ 170 149C298408902C53008A9EFC /* Debug */ = { 171 isa = XCBuildConfiguration; 172 buildSettings = { 173 COPY_PHASE_STRIP = NO; 174 GCC_DEBUGGING_SYMBOLS = full; 175 GCC_DYNAMIC_NO_PIC = NO; 176 GCC_ENABLE_FIX_AND_CONTINUE = YES; 177 GCC_MODEL_TUNING = G5; 178 GCC_OPTIMIZATION_LEVEL = 0; 179 INFOPLIST_FILE = Info.plist; 180 INSTALL_PATH = "$(HOME)/Library/Bundles"; 181 PRODUCT_NAME = NetscapeCoreAnimationPlugin; 182 WRAPPER_EXTENSION = plugin; 183 ZERO_LINK = YES; 184 }; 185 name = Debug; 186 }; 187 149C298508902C53008A9EFC /* Release */ = { 188 isa = XCBuildConfiguration; 189 buildSettings = { 190 ARCHS = ( 191 ppc, 192 i386, 193 ); 194 GCC_DEBUGGING_SYMBOLS = full; 195 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 196 GCC_MODEL_TUNING = G5; 197 GCC_OPTIMIZATION_LEVEL = 0; 198 INFOPLIST_FILE = Info.plist; 199 INSTALL_PATH = "$(HOME)/Library/Bundles"; 200 PRODUCT_NAME = NetscapeCoreAnimationPlugin; 201 WRAPPER_EXTENSION = plugin; 202 }; 203 name = Release; 204 }; 205 149C298808902C53008A9EFC /* Debug */ = { 206 isa = XCBuildConfiguration; 207 buildSettings = { 208 ARCHS = i386; 209 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64"; 210 GCC_WARN_ABOUT_RETURN_TYPE = YES; 211 GCC_WARN_UNUSED_VARIABLE = YES; 212 PREBINDING = NO; 213 }; 214 name = Debug; 215 }; 216 149C298908902C53008A9EFC /* Release */ = { 217 isa = XCBuildConfiguration; 218 buildSettings = { 219 ARCHS = i386; 220 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64"; 221 GCC_WARN_ABOUT_RETURN_TYPE = YES; 222 GCC_WARN_UNUSED_VARIABLE = YES; 223 PREBINDING = NO; 224 }; 225 name = Release; 226 }; 227 /* End XCBuildConfiguration section */ 228 229 /* Begin XCConfigurationList section */ 230 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NetscapeCoreAnimationPlugin" */ = { 231 isa = XCConfigurationList; 232 buildConfigurations = ( 233 149C298408902C53008A9EFC /* Debug */, 234 149C298508902C53008A9EFC /* Release */, 235 ); 236 defaultConfigurationIsVisible = 0; 237 defaultConfigurationName = Release; 238 }; 239 149C298708902C53008A9EFC /* Build configuration list for PBXProject "NetscapeCoreAnimationPlugin" */ = { 240 isa = XCConfigurationList; 241 buildConfigurations = ( 242 149C298808902C53008A9EFC /* Debug */, 243 149C298908902C53008A9EFC /* Release */, 244 ); 245 defaultConfigurationIsVisible = 0; 246 defaultConfigurationName = Release; 247 }; 248 /* End XCConfigurationList section */ 249 }; 250 rootObject = 089C1669FE841209C02AAC07 /* Project object */; 251 } 252