toolkit/crashreporter/google-breakpad/src/tools/mac/symupload/symupload.xcodeproj/project.pbxproj

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 // !$*UTF8*$!
     2 {
     3 	archiveVersion = 1;
     4 	classes = {
     5 	};
     6 	objectVersion = 45;
     7 	objects = {
     9 /* Begin PBXBuildFile section */
    10 		8B31022C11F0CEBD00FCF3E4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    11 		8DD76F9A0486AA7600D96B5E /* symupload.m in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* symupload.m */; settings = {ATTRIBUTES = (); }; };
    12 		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    13 		9BC1D49E0B37427A00F2A2B4 /* minidump_upload.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD836000B0544BA0055103E /* minidump_upload.m */; };
    14 		9BD8336A0B03E4080055103E /* HTTPMultipartUpload.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 9BD833680B03E4080055103E /* HTTPMultipartUpload.h */; };
    15 		9BD8336B0B03E4080055103E /* HTTPMultipartUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD833690B03E4080055103E /* HTTPMultipartUpload.m */; };
    16 		9BD836180B0549F70055103E /* HTTPMultipartUpload.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD833690B03E4080055103E /* HTTPMultipartUpload.m */; };
    17 /* End PBXBuildFile section */
    19 /* Begin PBXCopyFilesBuildPhase section */
    20 		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    21 			isa = PBXCopyFilesBuildPhase;
    22 			buildActionMask = 8;
    23 			dstPath = /usr/share/man/man1/;
    24 			dstSubfolderSpec = 0;
    25 			files = (
    26 				9BD8336A0B03E4080055103E /* HTTPMultipartUpload.h in CopyFiles */,
    27 			);
    28 			runOnlyForDeploymentPostprocessing = 1;
    29 		};
    30 /* End PBXCopyFilesBuildPhase section */
    32 /* Begin PBXFileReference section */
    33 		08FB7796FE84155DC02AAC07 /* symupload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = symupload.m; sourceTree = "<group>"; };
    34 		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
    35 		8B31022B11F0CE6900FCF3E4 /* Breakpad.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Breakpad.xcconfig; path = ../../../common/mac/Breakpad.xcconfig; sourceTree = SOURCE_ROOT; };
    36 		8B3102B611F0D5CE00FCF3E4 /* BreakpadDebug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = BreakpadDebug.xcconfig; path = ../../../common/mac/BreakpadDebug.xcconfig; sourceTree = SOURCE_ROOT; };
    37 		8B3102B711F0D5CE00FCF3E4 /* BreakpadRelease.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = BreakpadRelease.xcconfig; path = ../../../common/mac/BreakpadRelease.xcconfig; sourceTree = SOURCE_ROOT; };
    38 		8DD76FA10486AA7600D96B5E /* symupload */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = symupload; sourceTree = BUILT_PRODUCTS_DIR; };
    39 		9BD833680B03E4080055103E /* HTTPMultipartUpload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPMultipartUpload.h; path = ../../../common/mac/HTTPMultipartUpload.h; sourceTree = "<group>"; };
    40 		9BD833690B03E4080055103E /* HTTPMultipartUpload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPMultipartUpload.m; path = ../../../common/mac/HTTPMultipartUpload.m; sourceTree = "<group>"; };
    41 		9BD835FB0B0544950055103E /* minidump_upload */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = minidump_upload; sourceTree = BUILT_PRODUCTS_DIR; };
    42 		9BD836000B0544BA0055103E /* minidump_upload.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = minidump_upload.m; sourceTree = "<group>"; };
    43 /* End PBXFileReference section */
    45 /* Begin PBXFrameworksBuildPhase section */
    46 		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
    47 			isa = PBXFrameworksBuildPhase;
    48 			buildActionMask = 2147483647;
    49 			files = (
    50 				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
    51 			);
    52 			runOnlyForDeploymentPostprocessing = 0;
    53 		};
    54 		9BD835F90B0544950055103E /* Frameworks */ = {
    55 			isa = PBXFrameworksBuildPhase;
    56 			buildActionMask = 2147483647;
    57 			files = (
    58 				8B31022C11F0CEBD00FCF3E4 /* Foundation.framework in Frameworks */,
    59 			);
    60 			runOnlyForDeploymentPostprocessing = 0;
    61 		};
    62 /* End PBXFrameworksBuildPhase section */
    64 /* Begin PBXGroup section */
    65 		08FB7794FE84155DC02AAC07 /* symupload */ = {
    66 			isa = PBXGroup;
    67 			children = (
    68 				8B31022B11F0CE6900FCF3E4 /* Breakpad.xcconfig */,
    69 				8B3102B611F0D5CE00FCF3E4 /* BreakpadDebug.xcconfig */,
    70 				8B3102B711F0D5CE00FCF3E4 /* BreakpadRelease.xcconfig */,
    71 				08FB7796FE84155DC02AAC07 /* symupload.m */,
    72 				9BD836000B0544BA0055103E /* minidump_upload.m */,
    73 				9BD833680B03E4080055103E /* HTTPMultipartUpload.h */,
    74 				9BD833690B03E4080055103E /* HTTPMultipartUpload.m */,
    75 				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
    76 				1AB674ADFE9D54B511CA2CBB /* Products */,
    77 			);
    78 			name = symupload;
    79 			sourceTree = "<group>";
    80 		};
    81 		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
    82 			isa = PBXGroup;
    83 			children = (
    84 				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
    85 			);
    86 			name = "External Frameworks and Libraries";
    87 			sourceTree = "<group>";
    88 		};
    89 		1AB674ADFE9D54B511CA2CBB /* Products */ = {
    90 			isa = PBXGroup;
    91 			children = (
    92 				8DD76FA10486AA7600D96B5E /* symupload */,
    93 				9BD835FB0B0544950055103E /* minidump_upload */,
    94 			);
    95 			name = Products;
    96 			sourceTree = "<group>";
    97 		};
    98 /* End PBXGroup section */
   100 /* Begin PBXNativeTarget section */
   101 		8DD76F960486AA7600D96B5E /* symupload */ = {
   102 			isa = PBXNativeTarget;
   103 			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "symupload" */;
   104 			buildPhases = (
   105 				8DD76F990486AA7600D96B5E /* Sources */,
   106 				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   107 				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   108 			);
   109 			buildRules = (
   110 			);
   111 			dependencies = (
   112 			);
   113 			name = symupload;
   114 			productInstallPath = "$(HOME)/bin";
   115 			productName = symupload;
   116 			productReference = 8DD76FA10486AA7600D96B5E /* symupload */;
   117 			productType = "com.apple.product-type.tool";
   118 		};
   119 		9BD835FA0B0544950055103E /* minidump_upload */ = {
   120 			isa = PBXNativeTarget;
   121 			buildConfigurationList = 9BD836020B0544BB0055103E /* Build configuration list for PBXNativeTarget "minidump_upload" */;
   122 			buildPhases = (
   123 				9BD835F80B0544950055103E /* Sources */,
   124 				9BD835F90B0544950055103E /* Frameworks */,
   125 			);
   126 			buildRules = (
   127 			);
   128 			dependencies = (
   129 			);
   130 			name = minidump_upload;
   131 			productName = minidump_upload;
   132 			productReference = 9BD835FB0B0544950055103E /* minidump_upload */;
   133 			productType = "com.apple.product-type.tool";
   134 		};
   135 /* End PBXNativeTarget section */
   137 /* Begin PBXProject section */
   138 		08FB7793FE84155DC02AAC07 /* Project object */ = {
   139 			isa = PBXProject;
   140 			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "symupload" */;
   141 			compatibilityVersion = "Xcode 3.1";
   142 			hasScannedForEncodings = 1;
   143 			mainGroup = 08FB7794FE84155DC02AAC07 /* symupload */;
   144 			projectDirPath = "";
   145 			projectRoot = "";
   146 			targets = (
   147 				8DD76F960486AA7600D96B5E /* symupload */,
   148 				9BD835FA0B0544950055103E /* minidump_upload */,
   149 			);
   150 		};
   151 /* End PBXProject section */
   153 /* Begin PBXSourcesBuildPhase section */
   154 		8DD76F990486AA7600D96B5E /* Sources */ = {
   155 			isa = PBXSourcesBuildPhase;
   156 			buildActionMask = 2147483647;
   157 			files = (
   158 				8DD76F9A0486AA7600D96B5E /* symupload.m in Sources */,
   159 				9BD8336B0B03E4080055103E /* HTTPMultipartUpload.m in Sources */,
   160 			);
   161 			runOnlyForDeploymentPostprocessing = 0;
   162 		};
   163 		9BD835F80B0544950055103E /* Sources */ = {
   164 			isa = PBXSourcesBuildPhase;
   165 			buildActionMask = 2147483647;
   166 			files = (
   167 				9BD836180B0549F70055103E /* HTTPMultipartUpload.m in Sources */,
   168 				9BC1D49E0B37427A00F2A2B4 /* minidump_upload.m in Sources */,
   169 			);
   170 			runOnlyForDeploymentPostprocessing = 0;
   171 		};
   172 /* End PBXSourcesBuildPhase section */
   174 /* Begin XCBuildConfiguration section */
   175 		1DEB927508733DD40010E9CD /* Debug */ = {
   176 			isa = XCBuildConfiguration;
   177 			buildSettings = {
   178 				HEADER_SEARCH_PATHS = ../../..;
   179 				PRODUCT_NAME = symupload;
   180 			};
   181 			name = Debug;
   182 		};
   183 		1DEB927608733DD40010E9CD /* Release */ = {
   184 			isa = XCBuildConfiguration;
   185 			buildSettings = {
   186 				HEADER_SEARCH_PATHS = ../../..;
   187 				PRODUCT_NAME = symupload;
   188 			};
   189 			name = Release;
   190 		};
   191 		1DEB927908733DD40010E9CD /* Debug */ = {
   192 			isa = XCBuildConfiguration;
   193 			baseConfigurationReference = 8B3102B611F0D5CE00FCF3E4 /* BreakpadDebug.xcconfig */;
   194 			buildSettings = {
   195 			};
   196 			name = Debug;
   197 		};
   198 		1DEB927A08733DD40010E9CD /* Release */ = {
   199 			isa = XCBuildConfiguration;
   200 			baseConfigurationReference = 8B3102B711F0D5CE00FCF3E4 /* BreakpadRelease.xcconfig */;
   201 			buildSettings = {
   202 			};
   203 			name = Release;
   204 		};
   205 		9BD836030B0544BB0055103E /* Debug */ = {
   206 			isa = XCBuildConfiguration;
   207 			buildSettings = {
   208 				HEADER_SEARCH_PATHS = ../../..;
   209 				PRODUCT_NAME = minidump_upload;
   210 			};
   211 			name = Debug;
   212 		};
   213 		9BD836040B0544BB0055103E /* Release */ = {
   214 			isa = XCBuildConfiguration;
   215 			buildSettings = {
   216 				HEADER_SEARCH_PATHS = ../../..;
   217 				PRODUCT_NAME = minidump_upload;
   218 			};
   219 			name = Release;
   220 		};
   221 /* End XCBuildConfiguration section */
   223 /* Begin XCConfigurationList section */
   224 		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "symupload" */ = {
   225 			isa = XCConfigurationList;
   226 			buildConfigurations = (
   227 				1DEB927508733DD40010E9CD /* Debug */,
   228 				1DEB927608733DD40010E9CD /* Release */,
   229 			);
   230 			defaultConfigurationIsVisible = 0;
   231 			defaultConfigurationName = Release;
   232 		};
   233 		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "symupload" */ = {
   234 			isa = XCConfigurationList;
   235 			buildConfigurations = (
   236 				1DEB927908733DD40010E9CD /* Debug */,
   237 				1DEB927A08733DD40010E9CD /* Release */,
   238 			);
   239 			defaultConfigurationIsVisible = 0;
   240 			defaultConfigurationName = Release;
   241 		};
   242 		9BD836020B0544BB0055103E /* Build configuration list for PBXNativeTarget "minidump_upload" */ = {
   243 			isa = XCConfigurationList;
   244 			buildConfigurations = (
   245 				9BD836030B0544BB0055103E /* Debug */,
   246 				9BD836040B0544BB0055103E /* Release */,
   247 			);
   248 			defaultConfigurationIsVisible = 0;
   249 			defaultConfigurationName = Release;
   250 		};
   251 /* End XCConfigurationList section */
   252 	};
   253 	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   254 }

mercurial