Home | History | Annotate | Download | only in MiniBrowser.xcodeproj
      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 45;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		0F7EB6E3134113C300F4D865 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F7EB6E2134113C300F4D865 /* WebKit.framework */; };
     11 		0F7EB879134113F200F4D865 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F7EB6E2134113C300F4D865 /* WebKit.framework */; };
     12 		256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* AppDelegate.m */; };
     13 		51E244FA11EFCE07008228D1 /* MBToolbarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 51E244F911EFCE07008228D1 /* MBToolbarItem.m */; };
     14 		8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
     15 		BC20545E11C96C92008F3375 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
     16 		BC329487116A92E2008635D0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = BC329486116A92E2008635D0 /* main.m */; };
     17 		BC329498116A941B008635D0 /* BrowserWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = BC329497116A941B008635D0 /* BrowserWindowController.m */; };
     18 		BC72B89511E57E07001EB4EA /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58150DA1D0A300B32029 /* MainMenu.xib */; };
     19 		BC72B89611E57E0F001EB4EA /* BrowserWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BC3294A2116A9852008635D0 /* BrowserWindow.xib */; };
     20 		BC8FB5A8116AA1FE0080D413 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC8FB5A7116AA1FE0080D413 /* WebKit2.framework */; };
     21 		BCBD384011B08A6800E01E54 /* WebBundleMain.m in Sources */ = {isa = PBXBuildFile; fileRef = BCBD383D11B08A3100E01E54 /* WebBundleMain.m */; };
     22 		BCBD384411B08AAD00E01E54 /* WebKit2.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BC8FB5A7116AA1FE0080D413 /* WebKit2.framework */; };
     23 		BCBD38D011B08C0200E01E54 /* WebBundle.bundle in Copy WebBundle */ = {isa = PBXBuildFile; fileRef = BCBD381D11B0898200E01E54 /* WebBundle.bundle */; };
     24 		BCE625EE117FC80E00572433 /* BrowserStatisticsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = BCE625ED117FC80E00572433 /* BrowserStatisticsWindow.xib */; };
     25 		BCE625F1117FC82700572433 /* BrowserStatisticsWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = BCE625F0117FC82700572433 /* BrowserStatisticsWindowController.m */; };
     26 /* End PBXBuildFile section */
     27 
     28 /* Begin PBXContainerItemProxy section */
     29 		BCBD38C511B08BA400E01E54 /* PBXContainerItemProxy */ = {
     30 			isa = PBXContainerItemProxy;
     31 			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
     32 			proxyType = 1;
     33 			remoteGlobalIDString = BCBD381C11B0898200E01E54;
     34 			remoteInfo = WebBundle;
     35 		};
     36 /* End PBXContainerItemProxy section */
     37 
     38 /* Begin PBXCopyFilesBuildPhase section */
     39 		BCBD38CF11B08C0100E01E54 /* Copy WebBundle */ = {
     40 			isa = PBXCopyFilesBuildPhase;
     41 			buildActionMask = 2147483647;
     42 			dstPath = Contents;
     43 			dstSubfolderSpec = 1;
     44 			files = (
     45 				BCBD38D011B08C0200E01E54 /* WebBundle.bundle in Copy WebBundle */,
     46 			);
     47 			name = "Copy WebBundle";
     48 			runOnlyForDeploymentPostprocessing = 0;
     49 		};
     50 /* End PBXCopyFilesBuildPhase section */
     51 
     52 /* Begin PBXFileReference section */
     53 		0F7EB6E2134113C300F4D865 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WebKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
     54 		1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
     55 		1DDD58150DA1D0A300B32029 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainMenu.xib; path = mac/MainMenu.xib; sourceTree = "<group>"; };
     56 		256AC3D80F4B6AC300CF3369 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = mac/AppDelegate.h; sourceTree = "<group>"; };
     57 		256AC3D90F4B6AC300CF3369 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = mac/AppDelegate.m; sourceTree = "<group>"; };
     58 		256AC3F00F4B6AF500CF3369 /* MiniBrowser_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MiniBrowser_Prefix.pch; path = mac/MiniBrowser_Prefix.pch; sourceTree = "<group>"; };
     59 		29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
     60 		29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
     61 		51E244F811EFCE07008228D1 /* MBToolbarItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MBToolbarItem.h; sourceTree = "<group>"; };
     62 		51E244F911EFCE07008228D1 /* MBToolbarItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MBToolbarItem.m; sourceTree = "<group>"; };
     63 		8D1107320486CEB800E47090 /* MiniBrowser.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MiniBrowser.app; sourceTree = BUILT_PRODUCTS_DIR; };
     64 		BC1770121188DF19007D9E9A /* make-launchable.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = "make-launchable.sh"; path = "mac/make-launchable.sh"; sourceTree = "<group>"; };
     65 		BC329486116A92E2008635D0 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = mac/main.m; sourceTree = "<group>"; };
     66 		BC329496116A941B008635D0 /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserWindowController.h; path = mac/BrowserWindowController.h; sourceTree = "<group>"; };
     67 		BC329497116A941B008635D0 /* BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BrowserWindowController.m; path = mac/BrowserWindowController.m; sourceTree = "<group>"; };
     68 		BC3294A2116A9852008635D0 /* BrowserWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = BrowserWindow.xib; path = mac/BrowserWindow.xib; sourceTree = "<group>"; };
     69 		BC72B89711E57E6E001EB4EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     70 		BC72B89A11E57E8A001EB4EA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = mac/Info.plist; sourceTree = "<group>"; };
     71 		BC8FB5A7116AA1FE0080D413 /* WebKit2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = WebKit2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
     72 		BCA8CBDD11E578A000812FB7 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
     73 		BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = DebugRelease.xcconfig; sourceTree = "<group>"; };
     74 		BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MiniBrowser.xcconfig; sourceTree = "<group>"; };
     75 		BCA8CBE011E578A000812FB7 /* WebBundle.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = WebBundle.xcconfig; sourceTree = "<group>"; };
     76 		BCBD381D11B0898200E01E54 /* WebBundle.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WebBundle.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
     77 		BCBD383D11B08A3100E01E54 /* WebBundleMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebBundleMain.m; sourceTree = "<group>"; };
     78 		BCE625ED117FC80E00572433 /* BrowserStatisticsWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = BrowserStatisticsWindow.xib; path = mac/BrowserStatisticsWindow.xib; sourceTree = "<group>"; };
     79 		BCE625EF117FC82700572433 /* BrowserStatisticsWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowserStatisticsWindowController.h; path = mac/BrowserStatisticsWindowController.h; sourceTree = "<group>"; };
     80 		BCE625F0117FC82700572433 /* BrowserStatisticsWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BrowserStatisticsWindowController.m; path = mac/BrowserStatisticsWindowController.m; sourceTree = "<group>"; };
     81 /* End PBXFileReference section */
     82 
     83 /* Begin PBXFrameworksBuildPhase section */
     84 		8D11072E0486CEB800E47090 /* Frameworks */ = {
     85 			isa = PBXFrameworksBuildPhase;
     86 			buildActionMask = 2147483647;
     87 			files = (
     88 				8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
     89 				BC8FB5A8116AA1FE0080D413 /* WebKit2.framework in Frameworks */,
     90 				0F7EB6E3134113C300F4D865 /* WebKit.framework in Frameworks */,
     91 			);
     92 			runOnlyForDeploymentPostprocessing = 0;
     93 		};
     94 		BCBD381B11B0898200E01E54 /* Frameworks */ = {
     95 			isa = PBXFrameworksBuildPhase;
     96 			buildActionMask = 2147483647;
     97 			files = (
     98 				0F7EB879134113F200F4D865 /* WebKit.framework in Frameworks */,
     99 				BC20545E11C96C92008F3375 /* Cocoa.framework in Frameworks */,
    100 				BCBD384411B08AAD00E01E54 /* WebKit2.framework in Frameworks */,
    101 			);
    102 			runOnlyForDeploymentPostprocessing = 0;
    103 		};
    104 /* End PBXFrameworksBuildPhase section */
    105 
    106 /* Begin PBXGroup section */
    107 		080E96DDFE201D6D7F000001 /* MiniBrowser */ = {
    108 			isa = PBXGroup;
    109 			children = (
    110 				BC72B89A11E57E8A001EB4EA /* Info.plist */,
    111 				BC329486116A92E2008635D0 /* main.m */,
    112 				256AC3D80F4B6AC300CF3369 /* AppDelegate.h */,
    113 				256AC3D90F4B6AC300CF3369 /* AppDelegate.m */,
    114 				BC329496116A941B008635D0 /* BrowserWindowController.h */,
    115 				BC329497116A941B008635D0 /* BrowserWindowController.m */,
    116 				BCE625EF117FC82700572433 /* BrowserStatisticsWindowController.h */,
    117 				BCE625F0117FC82700572433 /* BrowserStatisticsWindowController.m */,
    118 				51E244F811EFCE07008228D1 /* MBToolbarItem.h */,
    119 				51E244F911EFCE07008228D1 /* MBToolbarItem.m */,
    120 			);
    121 			name = MiniBrowser;
    122 			sourceTree = "<group>";
    123 		};
    124 		1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
    125 			isa = PBXGroup;
    126 			children = (
    127 				1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
    128 				0F7EB6E2134113C300F4D865 /* WebKit.framework */,
    129 				BC8FB5A7116AA1FE0080D413 /* WebKit2.framework */,
    130 			);
    131 			name = "Linked Frameworks";
    132 			sourceTree = "<group>";
    133 		};
    134 		1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
    135 			isa = PBXGroup;
    136 			children = (
    137 				29B97324FDCFA39411CA2CEA /* AppKit.framework */,
    138 				29B97325FDCFA39411CA2CEA /* Foundation.framework */,
    139 			);
    140 			name = "Other Frameworks";
    141 			sourceTree = "<group>";
    142 		};
    143 		19C28FACFE9D520D11CA2CBB /* Products */ = {
    144 			isa = PBXGroup;
    145 			children = (
    146 				8D1107320486CEB800E47090 /* MiniBrowser.app */,
    147 				BCBD381D11B0898200E01E54 /* WebBundle.bundle */,
    148 			);
    149 			name = Products;
    150 			sourceTree = "<group>";
    151 		};
    152 		29B97314FDCFA39411CA2CEA /* MiniBrowser */ = {
    153 			isa = PBXGroup;
    154 			children = (
    155 				256AC3F00F4B6AF500CF3369 /* MiniBrowser_Prefix.pch */,
    156 				080E96DDFE201D6D7F000001 /* MiniBrowser */,
    157 				BCBD382B11B089F700E01E54 /* WebBundle */,
    158 				29B97317FDCFA39411CA2CEA /* Resources */,
    159 				BCA8CBDA11E5787800812FB7 /* Configurations */,
    160 				BC1770481188EB05007D9E9A /* Scripts */,
    161 				29B97323FDCFA39411CA2CEA /* Frameworks */,
    162 				19C28FACFE9D520D11CA2CBB /* Products */,
    163 			);
    164 			name = MiniBrowser;
    165 			sourceTree = "<group>";
    166 		};
    167 		29B97317FDCFA39411CA2CEA /* Resources */ = {
    168 			isa = PBXGroup;
    169 			children = (
    170 				BC3294A2116A9852008635D0 /* BrowserWindow.xib */,
    171 				1DDD58150DA1D0A300B32029 /* MainMenu.xib */,
    172 				BCE625ED117FC80E00572433 /* BrowserStatisticsWindow.xib */,
    173 			);
    174 			name = Resources;
    175 			sourceTree = "<group>";
    176 		};
    177 		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
    178 			isa = PBXGroup;
    179 			children = (
    180 				1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
    181 				1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
    182 			);
    183 			name = Frameworks;
    184 			sourceTree = "<group>";
    185 		};
    186 		BC1770481188EB05007D9E9A /* Scripts */ = {
    187 			isa = PBXGroup;
    188 			children = (
    189 				BC1770121188DF19007D9E9A /* make-launchable.sh */,
    190 			);
    191 			name = Scripts;
    192 			sourceTree = "<group>";
    193 		};
    194 		BCA8CBDA11E5787800812FB7 /* Configurations */ = {
    195 			isa = PBXGroup;
    196 			children = (
    197 				BCA8CBDD11E578A000812FB7 /* Base.xcconfig */,
    198 				BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */,
    199 				BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */,
    200 				BCA8CBE011E578A000812FB7 /* WebBundle.xcconfig */,
    201 			);
    202 			path = Configurations;
    203 			sourceTree = "<group>";
    204 		};
    205 		BCBD382B11B089F700E01E54 /* WebBundle */ = {
    206 			isa = PBXGroup;
    207 			children = (
    208 				BC72B89711E57E6E001EB4EA /* Info.plist */,
    209 				BCBD383D11B08A3100E01E54 /* WebBundleMain.m */,
    210 			);
    211 			name = WebBundle;
    212 			path = mac/WebBundle;
    213 			sourceTree = "<group>";
    214 		};
    215 /* End PBXGroup section */
    216 
    217 /* Begin PBXNativeTarget section */
    218 		8D1107260486CEB800E47090 /* MiniBrowser */ = {
    219 			isa = PBXNativeTarget;
    220 			buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MiniBrowser" */;
    221 			buildPhases = (
    222 				8D1107290486CEB800E47090 /* Resources */,
    223 				BCBD38CF11B08C0100E01E54 /* Copy WebBundle */,
    224 				8D11072C0486CEB800E47090 /* Sources */,
    225 				8D11072E0486CEB800E47090 /* Frameworks */,
    226 				BC17701E1188DFB4007D9E9A /* Make Launchable */,
    227 			);
    228 			buildRules = (
    229 			);
    230 			dependencies = (
    231 				BCBD38C611B08BA400E01E54 /* PBXTargetDependency */,
    232 			);
    233 			name = MiniBrowser;
    234 			productInstallPath = "$(HOME)/Applications";
    235 			productName = MiniBrowser;
    236 			productReference = 8D1107320486CEB800E47090 /* MiniBrowser.app */;
    237 			productType = "com.apple.product-type.application";
    238 		};
    239 		BCBD381C11B0898200E01E54 /* WebBundle */ = {
    240 			isa = PBXNativeTarget;
    241 			buildConfigurationList = BCBD382111B0898300E01E54 /* Build configuration list for PBXNativeTarget "WebBundle" */;
    242 			buildPhases = (
    243 				BCBD381911B0898200E01E54 /* Resources */,
    244 				BCBD381A11B0898200E01E54 /* Sources */,
    245 				BCBD381B11B0898200E01E54 /* Frameworks */,
    246 			);
    247 			buildRules = (
    248 			);
    249 			dependencies = (
    250 			);
    251 			name = WebBundle;
    252 			productName = WebBundle;
    253 			productReference = BCBD381D11B0898200E01E54 /* WebBundle.bundle */;
    254 			productType = "com.apple.product-type.bundle";
    255 		};
    256 /* End PBXNativeTarget section */
    257 
    258 /* Begin PBXProject section */
    259 		29B97313FDCFA39411CA2CEA /* Project object */ = {
    260 			isa = PBXProject;
    261 			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MiniBrowser" */;
    262 			compatibilityVersion = "Xcode 3.1";
    263 			developmentRegion = English;
    264 			hasScannedForEncodings = 1;
    265 			knownRegions = (
    266 				English,
    267 				Japanese,
    268 				French,
    269 				German,
    270 			);
    271 			mainGroup = 29B97314FDCFA39411CA2CEA /* MiniBrowser */;
    272 			projectDirPath = "";
    273 			projectRoot = "";
    274 			targets = (
    275 				8D1107260486CEB800E47090 /* MiniBrowser */,
    276 				BCBD381C11B0898200E01E54 /* WebBundle */,
    277 			);
    278 		};
    279 /* End PBXProject section */
    280 
    281 /* Begin PBXResourcesBuildPhase section */
    282 		8D1107290486CEB800E47090 /* Resources */ = {
    283 			isa = PBXResourcesBuildPhase;
    284 			buildActionMask = 2147483647;
    285 			files = (
    286 				BC72B89511E57E07001EB4EA /* MainMenu.xib in Resources */,
    287 				BC72B89611E57E0F001EB4EA /* BrowserWindow.xib in Resources */,
    288 				BCE625EE117FC80E00572433 /* BrowserStatisticsWindow.xib in Resources */,
    289 			);
    290 			runOnlyForDeploymentPostprocessing = 0;
    291 		};
    292 		BCBD381911B0898200E01E54 /* Resources */ = {
    293 			isa = PBXResourcesBuildPhase;
    294 			buildActionMask = 2147483647;
    295 			files = (
    296 			);
    297 			runOnlyForDeploymentPostprocessing = 0;
    298 		};
    299 /* End PBXResourcesBuildPhase section */
    300 
    301 /* Begin PBXShellScriptBuildPhase section */
    302 		BC17701E1188DFB4007D9E9A /* Make Launchable */ = {
    303 			isa = PBXShellScriptBuildPhase;
    304 			buildActionMask = 2147483647;
    305 			files = (
    306 			);
    307 			inputPaths = (
    308 			);
    309 			name = "Make Launchable";
    310 			outputPaths = (
    311 			);
    312 			runOnlyForDeploymentPostprocessing = 0;
    313 			shellPath = /bin/sh;
    314 			shellScript = "mac/make-launchable.sh\n";
    315 		};
    316 /* End PBXShellScriptBuildPhase section */
    317 
    318 /* Begin PBXSourcesBuildPhase section */
    319 		8D11072C0486CEB800E47090 /* Sources */ = {
    320 			isa = PBXSourcesBuildPhase;
    321 			buildActionMask = 2147483647;
    322 			files = (
    323 				256AC3DA0F4B6AC300CF3369 /* AppDelegate.m in Sources */,
    324 				BC329487116A92E2008635D0 /* main.m in Sources */,
    325 				BC329498116A941B008635D0 /* BrowserWindowController.m in Sources */,
    326 				BCE625F1117FC82700572433 /* BrowserStatisticsWindowController.m in Sources */,
    327 				51E244FA11EFCE07008228D1 /* MBToolbarItem.m in Sources */,
    328 			);
    329 			runOnlyForDeploymentPostprocessing = 0;
    330 		};
    331 		BCBD381A11B0898200E01E54 /* Sources */ = {
    332 			isa = PBXSourcesBuildPhase;
    333 			buildActionMask = 2147483647;
    334 			files = (
    335 				BCBD384011B08A6800E01E54 /* WebBundleMain.m in Sources */,
    336 			);
    337 			runOnlyForDeploymentPostprocessing = 0;
    338 		};
    339 /* End PBXSourcesBuildPhase section */
    340 
    341 /* Begin PBXTargetDependency section */
    342 		BCBD38C611B08BA400E01E54 /* PBXTargetDependency */ = {
    343 			isa = PBXTargetDependency;
    344 			target = BCBD381C11B0898200E01E54 /* WebBundle */;
    345 			targetProxy = BCBD38C511B08BA400E01E54 /* PBXContainerItemProxy */;
    346 		};
    347 /* End PBXTargetDependency section */
    348 
    349 /* Begin XCBuildConfiguration section */
    350 		BCBD381F11B0898300E01E54 /* Debug */ = {
    351 			isa = XCBuildConfiguration;
    352 			baseConfigurationReference = BCA8CBE011E578A000812FB7 /* WebBundle.xcconfig */;
    353 			buildSettings = {
    354 			};
    355 			name = Debug;
    356 		};
    357 		BCBD382011B0898300E01E54 /* Release */ = {
    358 			isa = XCBuildConfiguration;
    359 			baseConfigurationReference = BCA8CBE011E578A000812FB7 /* WebBundle.xcconfig */;
    360 			buildSettings = {
    361 			};
    362 			name = Release;
    363 		};
    364 		C01FCF4B08A954540054247B /* Debug */ = {
    365 			isa = XCBuildConfiguration;
    366 			baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
    367 			buildSettings = {
    368 			};
    369 			name = Debug;
    370 		};
    371 		C01FCF4C08A954540054247B /* Release */ = {
    372 			isa = XCBuildConfiguration;
    373 			baseConfigurationReference = BCA8CBDF11E578A000812FB7 /* MiniBrowser.xcconfig */;
    374 			buildSettings = {
    375 			};
    376 			name = Release;
    377 		};
    378 		C01FCF4F08A954540054247B /* Debug */ = {
    379 			isa = XCBuildConfiguration;
    380 			baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    381 			buildSettings = {
    382 			};
    383 			name = Debug;
    384 		};
    385 		C01FCF5008A954540054247B /* Release */ = {
    386 			isa = XCBuildConfiguration;
    387 			baseConfigurationReference = BCA8CBDE11E578A000812FB7 /* DebugRelease.xcconfig */;
    388 			buildSettings = {
    389 			};
    390 			name = Release;
    391 		};
    392 /* End XCBuildConfiguration section */
    393 
    394 /* Begin XCConfigurationList section */
    395 		BCBD382111B0898300E01E54 /* Build configuration list for PBXNativeTarget "WebBundle" */ = {
    396 			isa = XCConfigurationList;
    397 			buildConfigurations = (
    398 				BCBD381F11B0898300E01E54 /* Debug */,
    399 				BCBD382011B0898300E01E54 /* Release */,
    400 			);
    401 			defaultConfigurationIsVisible = 0;
    402 			defaultConfigurationName = Release;
    403 		};
    404 		C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "MiniBrowser" */ = {
    405 			isa = XCConfigurationList;
    406 			buildConfigurations = (
    407 				C01FCF4B08A954540054247B /* Debug */,
    408 				C01FCF4C08A954540054247B /* Release */,
    409 			);
    410 			defaultConfigurationIsVisible = 0;
    411 			defaultConfigurationName = Release;
    412 		};
    413 		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MiniBrowser" */ = {
    414 			isa = XCConfigurationList;
    415 			buildConfigurations = (
    416 				C01FCF4F08A954540054247B /* Debug */,
    417 				C01FCF5008A954540054247B /* Release */,
    418 			);
    419 			defaultConfigurationIsVisible = 0;
    420 			defaultConfigurationName = Release;
    421 		};
    422 /* End XCConfigurationList section */
    423 	};
    424 	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
    425 }
    426