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 hasScannedForEncodings = 1; 119 mainGroup = 089C166AFE841209C02AAC07 /* NetscapeCoreAnimationPlugin */; 120 projectDirPath = ""; 121 projectRoot = ""; 122 targets = ( 123 8D57630D048677EA00EA77CD /* NetscapeCoreAnimationPlugin */, 124 ); 125 }; 126 /* End PBXProject section */ 127 128 /* Begin PBXResourcesBuildPhase section */ 129 8D57630F048677EA00EA77CD /* Resources */ = { 130 isa = PBXResourcesBuildPhase; 131 buildActionMask = 2147483647; 132 files = ( 133 1A1BA1760EF2FB3200754486 /* Composition.qtz in Resources */, 134 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */, 135 ); 136 runOnlyForDeploymentPostprocessing = 0; 137 }; 138 /* End PBXResourcesBuildPhase section */ 139 140 /* Begin PBXSourcesBuildPhase section */ 141 8D576311048677EA00EA77CD /* Sources */ = { 142 isa = PBXSourcesBuildPhase; 143 buildActionMask = 2147483647; 144 files = ( 145 1A624E590DCBC7F6006898C8 /* main.m in Sources */, 146 ); 147 runOnlyForDeploymentPostprocessing = 0; 148 }; 149 /* End PBXSourcesBuildPhase section */ 150 151 /* Begin PBXVariantGroup section */ 152 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = { 153 isa = PBXVariantGroup; 154 children = ( 155 089C167EFE841241C02AAC07 /* English */, 156 ); 157 name = InfoPlist.strings; 158 sourceTree = "<group>"; 159 }; 160 /* End PBXVariantGroup section */ 161 162 /* Begin XCBuildConfiguration section */ 163 149C298408902C53008A9EFC /* Debug */ = { 164 isa = XCBuildConfiguration; 165 buildSettings = { 166 COPY_PHASE_STRIP = NO; 167 GCC_DEBUGGING_SYMBOLS = full; 168 GCC_DYNAMIC_NO_PIC = NO; 169 GCC_ENABLE_FIX_AND_CONTINUE = YES; 170 GCC_MODEL_TUNING = G5; 171 GCC_OPTIMIZATION_LEVEL = 0; 172 INFOPLIST_FILE = Info.plist; 173 INSTALL_PATH = "$(HOME)/Library/Bundles"; 174 PRODUCT_NAME = NetscapeCoreAnimationPlugin; 175 WRAPPER_EXTENSION = plugin; 176 ZERO_LINK = YES; 177 }; 178 name = Debug; 179 }; 180 149C298508902C53008A9EFC /* Release */ = { 181 isa = XCBuildConfiguration; 182 buildSettings = { 183 ARCHS = ( 184 ppc, 185 i386, 186 ); 187 GCC_DEBUGGING_SYMBOLS = full; 188 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 189 GCC_MODEL_TUNING = G5; 190 GCC_OPTIMIZATION_LEVEL = 0; 191 INFOPLIST_FILE = Info.plist; 192 INSTALL_PATH = "$(HOME)/Library/Bundles"; 193 PRODUCT_NAME = NetscapeCoreAnimationPlugin; 194 WRAPPER_EXTENSION = plugin; 195 }; 196 name = Release; 197 }; 198 149C298808902C53008A9EFC /* Debug */ = { 199 isa = XCBuildConfiguration; 200 buildSettings = { 201 ARCHS = i386; 202 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64"; 203 GCC_WARN_ABOUT_RETURN_TYPE = YES; 204 GCC_WARN_UNUSED_VARIABLE = YES; 205 PREBINDING = NO; 206 }; 207 name = Debug; 208 }; 209 149C298908902C53008A9EFC /* Release */ = { 210 isa = XCBuildConfiguration; 211 buildSettings = { 212 ARCHS = i386; 213 ARCHS_STANDARD_32_64_BIT_PRE_XCODE_3_1 = "ppc i386 ppc64 x86_64"; 214 GCC_WARN_ABOUT_RETURN_TYPE = YES; 215 GCC_WARN_UNUSED_VARIABLE = YES; 216 PREBINDING = NO; 217 }; 218 name = Release; 219 }; 220 /* End XCBuildConfiguration section */ 221 222 /* Begin XCConfigurationList section */ 223 149C298308902C53008A9EFC /* Build configuration list for PBXNativeTarget "NetscapeCoreAnimationPlugin" */ = { 224 isa = XCConfigurationList; 225 buildConfigurations = ( 226 149C298408902C53008A9EFC /* Debug */, 227 149C298508902C53008A9EFC /* Release */, 228 ); 229 defaultConfigurationIsVisible = 0; 230 defaultConfigurationName = Release; 231 }; 232 149C298708902C53008A9EFC /* Build configuration list for PBXProject "NetscapeCoreAnimationPlugin" */ = { 233 isa = XCConfigurationList; 234 buildConfigurations = ( 235 149C298808902C53008A9EFC /* Debug */, 236 149C298908902C53008A9EFC /* Release */, 237 ); 238 defaultConfigurationIsVisible = 0; 239 defaultConfigurationName = Release; 240 }; 241 /* End XCConfigurationList section */ 242 }; 243 rootObject = 089C1669FE841209C02AAC07 /* Project object */; 244 } 245