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