tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

project.pbxproj (22057B)


      1 // !$*UTF8*$!
      2 {
      3 	archiveVersion = 1;
      4 	classes = {
      5 	};
      6 	objectVersion = 50;
      7 	objects = {
      8 
      9 /* Begin PBXBuildFile section */
     10 		227BF22525C2EAD500DB0AB9 /* ios_sampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227BF22425C2EAD500DB0AB9 /* ios_sampleApp.swift */; };
     11 		227BF22725C2EAD500DB0AB9 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227BF22625C2EAD500DB0AB9 /* ContentView.swift */; };
     12 		227BF22925C2EAD600DB0AB9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 227BF22825C2EAD600DB0AB9 /* Assets.xcassets */; };
     13 		227BF22C25C2EAD600DB0AB9 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 227BF22B25C2EAD600DB0AB9 /* Preview Assets.xcassets */; };
     14 		227BF23725C2EAD600DB0AB9 /* ios_sampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227BF23625C2EAD600DB0AB9 /* ios_sampleTests.swift */; };
     15 		227BF24225C2EAD600DB0AB9 /* ios_sampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227BF24125C2EAD600DB0AB9 /* ios_sampleUITests.swift */; };
     16 /* End PBXBuildFile section */
     17 
     18 /* Begin PBXContainerItemProxy section */
     19 		227BF23325C2EAD600DB0AB9 /* PBXContainerItemProxy */ = {
     20 			isa = PBXContainerItemProxy;
     21 			containerPortal = 227BF21925C2EAD500DB0AB9 /* Project object */;
     22 			proxyType = 1;
     23 			remoteGlobalIDString = 227BF22025C2EAD500DB0AB9;
     24 			remoteInfo = "ios-sample";
     25 		};
     26 		227BF23E25C2EAD600DB0AB9 /* PBXContainerItemProxy */ = {
     27 			isa = PBXContainerItemProxy;
     28 			containerPortal = 227BF21925C2EAD500DB0AB9 /* Project object */;
     29 			proxyType = 1;
     30 			remoteGlobalIDString = 227BF22025C2EAD500DB0AB9;
     31 			remoteInfo = "ios-sample";
     32 		};
     33 /* End PBXContainerItemProxy section */
     34 
     35 /* Begin PBXFileReference section */
     36 		227BF22125C2EAD500DB0AB9 /* ios-sample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ios-sample.app"; sourceTree = BUILT_PRODUCTS_DIR; };
     37 		227BF22425C2EAD500DB0AB9 /* ios_sampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ios_sampleApp.swift; sourceTree = "<group>"; };
     38 		227BF22625C2EAD500DB0AB9 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
     39 		227BF22825C2EAD600DB0AB9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
     40 		227BF22B25C2EAD600DB0AB9 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
     41 		227BF22D25C2EAD600DB0AB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     42 		227BF23225C2EAD600DB0AB9 /* ios-sampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ios-sampleTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
     43 		227BF23625C2EAD600DB0AB9 /* ios_sampleTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ios_sampleTests.swift; sourceTree = "<group>"; };
     44 		227BF23825C2EAD600DB0AB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     45 		227BF23D25C2EAD600DB0AB9 /* ios-sampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ios-sampleUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
     46 		227BF24125C2EAD600DB0AB9 /* ios_sampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ios_sampleUITests.swift; sourceTree = "<group>"; };
     47 		227BF24325C2EAD600DB0AB9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
     48 		227BF25325C2EBFE00DB0AB9 /* dummy.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = dummy.framework; path = "../../components/multiplatform/lib-dummy/build/xcode-frameworks/dummy.framework"; sourceTree = "<group>"; };
     49 /* End PBXFileReference section */
     50 
     51 /* Begin PBXFrameworksBuildPhase section */
     52 		227BF21E25C2EAD500DB0AB9 /* Frameworks */ = {
     53 			isa = PBXFrameworksBuildPhase;
     54 			buildActionMask = 2147483647;
     55 			files = (
     56 			);
     57 			runOnlyForDeploymentPostprocessing = 0;
     58 		};
     59 		227BF22F25C2EAD600DB0AB9 /* Frameworks */ = {
     60 			isa = PBXFrameworksBuildPhase;
     61 			buildActionMask = 2147483647;
     62 			files = (
     63 			);
     64 			runOnlyForDeploymentPostprocessing = 0;
     65 		};
     66 		227BF23A25C2EAD600DB0AB9 /* Frameworks */ = {
     67 			isa = PBXFrameworksBuildPhase;
     68 			buildActionMask = 2147483647;
     69 			files = (
     70 			);
     71 			runOnlyForDeploymentPostprocessing = 0;
     72 		};
     73 /* End PBXFrameworksBuildPhase section */
     74 
     75 /* Begin PBXGroup section */
     76 		227BF21825C2EAD500DB0AB9 = {
     77 			isa = PBXGroup;
     78 			children = (
     79 				227BF22325C2EAD500DB0AB9 /* ios-sample */,
     80 				227BF23525C2EAD600DB0AB9 /* ios-sampleTests */,
     81 				227BF24025C2EAD600DB0AB9 /* ios-sampleUITests */,
     82 				227BF22225C2EAD500DB0AB9 /* Products */,
     83 				227BF25225C2EBFE00DB0AB9 /* Frameworks */,
     84 			);
     85 			sourceTree = "<group>";
     86 		};
     87 		227BF22225C2EAD500DB0AB9 /* Products */ = {
     88 			isa = PBXGroup;
     89 			children = (
     90 				227BF22125C2EAD500DB0AB9 /* ios-sample.app */,
     91 				227BF23225C2EAD600DB0AB9 /* ios-sampleTests.xctest */,
     92 				227BF23D25C2EAD600DB0AB9 /* ios-sampleUITests.xctest */,
     93 			);
     94 			name = Products;
     95 			sourceTree = "<group>";
     96 		};
     97 		227BF22325C2EAD500DB0AB9 /* ios-sample */ = {
     98 			isa = PBXGroup;
     99 			children = (
    100 				227BF22425C2EAD500DB0AB9 /* ios_sampleApp.swift */,
    101 				227BF22625C2EAD500DB0AB9 /* ContentView.swift */,
    102 				227BF22825C2EAD600DB0AB9 /* Assets.xcassets */,
    103 				227BF22D25C2EAD600DB0AB9 /* Info.plist */,
    104 				227BF22A25C2EAD600DB0AB9 /* Preview Content */,
    105 			);
    106 			path = "ios-sample";
    107 			sourceTree = "<group>";
    108 		};
    109 		227BF22A25C2EAD600DB0AB9 /* Preview Content */ = {
    110 			isa = PBXGroup;
    111 			children = (
    112 				227BF22B25C2EAD600DB0AB9 /* Preview Assets.xcassets */,
    113 			);
    114 			path = "Preview Content";
    115 			sourceTree = "<group>";
    116 		};
    117 		227BF23525C2EAD600DB0AB9 /* ios-sampleTests */ = {
    118 			isa = PBXGroup;
    119 			children = (
    120 				227BF23625C2EAD600DB0AB9 /* ios_sampleTests.swift */,
    121 				227BF23825C2EAD600DB0AB9 /* Info.plist */,
    122 			);
    123 			path = "ios-sampleTests";
    124 			sourceTree = "<group>";
    125 		};
    126 		227BF24025C2EAD600DB0AB9 /* ios-sampleUITests */ = {
    127 			isa = PBXGroup;
    128 			children = (
    129 				227BF24125C2EAD600DB0AB9 /* ios_sampleUITests.swift */,
    130 				227BF24325C2EAD600DB0AB9 /* Info.plist */,
    131 			);
    132 			path = "ios-sampleUITests";
    133 			sourceTree = "<group>";
    134 		};
    135 		227BF25225C2EBFE00DB0AB9 /* Frameworks */ = {
    136 			isa = PBXGroup;
    137 			children = (
    138 				227BF25325C2EBFE00DB0AB9 /* dummy.framework */,
    139 			);
    140 			name = Frameworks;
    141 			sourceTree = "<group>";
    142 		};
    143 /* End PBXGroup section */
    144 
    145 /* Begin PBXNativeTarget section */
    146 		227BF22025C2EAD500DB0AB9 /* ios-sample */ = {
    147 			isa = PBXNativeTarget;
    148 			buildConfigurationList = 227BF24625C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sample" */;
    149 			buildPhases = (
    150 				227BF21D25C2EAD500DB0AB9 /* Sources */,
    151 				227BF21E25C2EAD500DB0AB9 /* Frameworks */,
    152 				227BF21F25C2EAD500DB0AB9 /* Resources */,
    153 			);
    154 			buildRules = (
    155 			);
    156 			dependencies = (
    157 			);
    158 			name = "ios-sample";
    159 			productName = "ios-sample";
    160 			productReference = 227BF22125C2EAD500DB0AB9 /* ios-sample.app */;
    161 			productType = "com.apple.product-type.application";
    162 		};
    163 		227BF23125C2EAD600DB0AB9 /* ios-sampleTests */ = {
    164 			isa = PBXNativeTarget;
    165 			buildConfigurationList = 227BF24925C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sampleTests" */;
    166 			buildPhases = (
    167 				227BF22E25C2EAD600DB0AB9 /* Sources */,
    168 				227BF22F25C2EAD600DB0AB9 /* Frameworks */,
    169 				227BF23025C2EAD600DB0AB9 /* Resources */,
    170 			);
    171 			buildRules = (
    172 			);
    173 			dependencies = (
    174 				227BF23425C2EAD600DB0AB9 /* PBXTargetDependency */,
    175 			);
    176 			name = "ios-sampleTests";
    177 			productName = "ios-sampleTests";
    178 			productReference = 227BF23225C2EAD600DB0AB9 /* ios-sampleTests.xctest */;
    179 			productType = "com.apple.product-type.bundle.unit-test";
    180 		};
    181 		227BF23C25C2EAD600DB0AB9 /* ios-sampleUITests */ = {
    182 			isa = PBXNativeTarget;
    183 			buildConfigurationList = 227BF24C25C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sampleUITests" */;
    184 			buildPhases = (
    185 				227BF23925C2EAD600DB0AB9 /* Sources */,
    186 				227BF23A25C2EAD600DB0AB9 /* Frameworks */,
    187 				227BF23B25C2EAD600DB0AB9 /* Resources */,
    188 			);
    189 			buildRules = (
    190 			);
    191 			dependencies = (
    192 				227BF23F25C2EAD600DB0AB9 /* PBXTargetDependency */,
    193 			);
    194 			name = "ios-sampleUITests";
    195 			productName = "ios-sampleUITests";
    196 			productReference = 227BF23D25C2EAD600DB0AB9 /* ios-sampleUITests.xctest */;
    197 			productType = "com.apple.product-type.bundle.ui-testing";
    198 		};
    199 /* End PBXNativeTarget section */
    200 
    201 /* Begin PBXProject section */
    202 		227BF21925C2EAD500DB0AB9 /* Project object */ = {
    203 			isa = PBXProject;
    204 			attributes = {
    205 				LastSwiftUpdateCheck = 1210;
    206 				LastUpgradeCheck = 1210;
    207 				TargetAttributes = {
    208 					227BF22025C2EAD500DB0AB9 = {
    209 						CreatedOnToolsVersion = 12.1;
    210 					};
    211 					227BF23125C2EAD600DB0AB9 = {
    212 						CreatedOnToolsVersion = 12.1;
    213 						TestTargetID = 227BF22025C2EAD500DB0AB9;
    214 					};
    215 					227BF23C25C2EAD600DB0AB9 = {
    216 						CreatedOnToolsVersion = 12.1;
    217 						TestTargetID = 227BF22025C2EAD500DB0AB9;
    218 					};
    219 				};
    220 			};
    221 			buildConfigurationList = 227BF21C25C2EAD500DB0AB9 /* Build configuration list for PBXProject "ios-sample" */;
    222 			compatibilityVersion = "Xcode 9.3";
    223 			developmentRegion = en;
    224 			hasScannedForEncodings = 0;
    225 			knownRegions = (
    226 				en,
    227 				Base,
    228 			);
    229 			mainGroup = 227BF21825C2EAD500DB0AB9;
    230 			productRefGroup = 227BF22225C2EAD500DB0AB9 /* Products */;
    231 			projectDirPath = "";
    232 			projectRoot = "";
    233 			targets = (
    234 				227BF22025C2EAD500DB0AB9 /* ios-sample */,
    235 				227BF23125C2EAD600DB0AB9 /* ios-sampleTests */,
    236 				227BF23C25C2EAD600DB0AB9 /* ios-sampleUITests */,
    237 			);
    238 		};
    239 /* End PBXProject section */
    240 
    241 /* Begin PBXResourcesBuildPhase section */
    242 		227BF21F25C2EAD500DB0AB9 /* Resources */ = {
    243 			isa = PBXResourcesBuildPhase;
    244 			buildActionMask = 2147483647;
    245 			files = (
    246 				227BF22C25C2EAD600DB0AB9 /* Preview Assets.xcassets in Resources */,
    247 				227BF22925C2EAD600DB0AB9 /* Assets.xcassets in Resources */,
    248 			);
    249 			runOnlyForDeploymentPostprocessing = 0;
    250 		};
    251 		227BF23025C2EAD600DB0AB9 /* Resources */ = {
    252 			isa = PBXResourcesBuildPhase;
    253 			buildActionMask = 2147483647;
    254 			files = (
    255 			);
    256 			runOnlyForDeploymentPostprocessing = 0;
    257 		};
    258 		227BF23B25C2EAD600DB0AB9 /* Resources */ = {
    259 			isa = PBXResourcesBuildPhase;
    260 			buildActionMask = 2147483647;
    261 			files = (
    262 			);
    263 			runOnlyForDeploymentPostprocessing = 0;
    264 		};
    265 /* End PBXResourcesBuildPhase section */
    266 
    267 /* Begin PBXSourcesBuildPhase section */
    268 		227BF21D25C2EAD500DB0AB9 /* Sources */ = {
    269 			isa = PBXSourcesBuildPhase;
    270 			buildActionMask = 2147483647;
    271 			files = (
    272 				227BF22725C2EAD500DB0AB9 /* ContentView.swift in Sources */,
    273 				227BF22525C2EAD500DB0AB9 /* ios_sampleApp.swift in Sources */,
    274 			);
    275 			runOnlyForDeploymentPostprocessing = 0;
    276 		};
    277 		227BF22E25C2EAD600DB0AB9 /* Sources */ = {
    278 			isa = PBXSourcesBuildPhase;
    279 			buildActionMask = 2147483647;
    280 			files = (
    281 				227BF23725C2EAD600DB0AB9 /* ios_sampleTests.swift in Sources */,
    282 			);
    283 			runOnlyForDeploymentPostprocessing = 0;
    284 		};
    285 		227BF23925C2EAD600DB0AB9 /* Sources */ = {
    286 			isa = PBXSourcesBuildPhase;
    287 			buildActionMask = 2147483647;
    288 			files = (
    289 				227BF24225C2EAD600DB0AB9 /* ios_sampleUITests.swift in Sources */,
    290 			);
    291 			runOnlyForDeploymentPostprocessing = 0;
    292 		};
    293 /* End PBXSourcesBuildPhase section */
    294 
    295 /* Begin PBXTargetDependency section */
    296 		227BF23425C2EAD600DB0AB9 /* PBXTargetDependency */ = {
    297 			isa = PBXTargetDependency;
    298 			target = 227BF22025C2EAD500DB0AB9 /* ios-sample */;
    299 			targetProxy = 227BF23325C2EAD600DB0AB9 /* PBXContainerItemProxy */;
    300 		};
    301 		227BF23F25C2EAD600DB0AB9 /* PBXTargetDependency */ = {
    302 			isa = PBXTargetDependency;
    303 			target = 227BF22025C2EAD500DB0AB9 /* ios-sample */;
    304 			targetProxy = 227BF23E25C2EAD600DB0AB9 /* PBXContainerItemProxy */;
    305 		};
    306 /* End PBXTargetDependency section */
    307 
    308 /* Begin XCBuildConfiguration section */
    309 		227BF24425C2EAD600DB0AB9 /* Debug */ = {
    310 			isa = XCBuildConfiguration;
    311 			buildSettings = {
    312 				ALWAYS_SEARCH_USER_PATHS = NO;
    313 				CLANG_ANALYZER_NONNULL = YES;
    314 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    315 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    316 				CLANG_CXX_LIBRARY = "libc++";
    317 				CLANG_ENABLE_MODULES = YES;
    318 				CLANG_ENABLE_OBJC_ARC = YES;
    319 				CLANG_ENABLE_OBJC_WEAK = YES;
    320 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    321 				CLANG_WARN_BOOL_CONVERSION = YES;
    322 				CLANG_WARN_COMMA = YES;
    323 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    324 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    325 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    326 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    327 				CLANG_WARN_EMPTY_BODY = YES;
    328 				CLANG_WARN_ENUM_CONVERSION = YES;
    329 				CLANG_WARN_INFINITE_RECURSION = YES;
    330 				CLANG_WARN_INT_CONVERSION = YES;
    331 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    332 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    333 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    334 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    335 				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    336 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    337 				CLANG_WARN_STRICT_PROTOTYPES = YES;
    338 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    339 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    340 				CLANG_WARN_UNREACHABLE_CODE = YES;
    341 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    342 				COPY_PHASE_STRIP = NO;
    343 				DEBUG_INFORMATION_FORMAT = dwarf;
    344 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    345 				ENABLE_TESTABILITY = YES;
    346 				GCC_C_LANGUAGE_STANDARD = gnu11;
    347 				GCC_DYNAMIC_NO_PIC = NO;
    348 				GCC_NO_COMMON_BLOCKS = YES;
    349 				GCC_OPTIMIZATION_LEVEL = 0;
    350 				GCC_PREPROCESSOR_DEFINITIONS = (
    351 					"DEBUG=1",
    352 					"$(inherited)",
    353 				);
    354 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    355 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    356 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    357 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    358 				GCC_WARN_UNUSED_FUNCTION = YES;
    359 				GCC_WARN_UNUSED_VARIABLE = YES;
    360 				IPHONEOS_DEPLOYMENT_TARGET = 14.1;
    361 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
    362 				MTL_FAST_MATH = YES;
    363 				ONLY_ACTIVE_ARCH = YES;
    364 				SDKROOT = iphoneos;
    365 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
    366 				SWIFT_OPTIMIZATION_LEVEL = "-Onone";
    367 			};
    368 			name = Debug;
    369 		};
    370 		227BF24525C2EAD600DB0AB9 /* Release */ = {
    371 			isa = XCBuildConfiguration;
    372 			buildSettings = {
    373 				ALWAYS_SEARCH_USER_PATHS = NO;
    374 				CLANG_ANALYZER_NONNULL = YES;
    375 				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
    376 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
    377 				CLANG_CXX_LIBRARY = "libc++";
    378 				CLANG_ENABLE_MODULES = YES;
    379 				CLANG_ENABLE_OBJC_ARC = YES;
    380 				CLANG_ENABLE_OBJC_WEAK = YES;
    381 				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
    382 				CLANG_WARN_BOOL_CONVERSION = YES;
    383 				CLANG_WARN_COMMA = YES;
    384 				CLANG_WARN_CONSTANT_CONVERSION = YES;
    385 				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
    386 				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
    387 				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
    388 				CLANG_WARN_EMPTY_BODY = YES;
    389 				CLANG_WARN_ENUM_CONVERSION = YES;
    390 				CLANG_WARN_INFINITE_RECURSION = YES;
    391 				CLANG_WARN_INT_CONVERSION = YES;
    392 				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
    393 				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
    394 				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
    395 				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
    396 				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
    397 				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
    398 				CLANG_WARN_STRICT_PROTOTYPES = YES;
    399 				CLANG_WARN_SUSPICIOUS_MOVE = YES;
    400 				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
    401 				CLANG_WARN_UNREACHABLE_CODE = YES;
    402 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
    403 				COPY_PHASE_STRIP = NO;
    404 				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
    405 				ENABLE_NS_ASSERTIONS = NO;
    406 				ENABLE_STRICT_OBJC_MSGSEND = YES;
    407 				GCC_C_LANGUAGE_STANDARD = gnu11;
    408 				GCC_NO_COMMON_BLOCKS = YES;
    409 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
    410 				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
    411 				GCC_WARN_UNDECLARED_SELECTOR = YES;
    412 				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
    413 				GCC_WARN_UNUSED_FUNCTION = YES;
    414 				GCC_WARN_UNUSED_VARIABLE = YES;
    415 				IPHONEOS_DEPLOYMENT_TARGET = 14.1;
    416 				MTL_ENABLE_DEBUG_INFO = NO;
    417 				MTL_FAST_MATH = YES;
    418 				SDKROOT = iphoneos;
    419 				SWIFT_COMPILATION_MODE = wholemodule;
    420 				SWIFT_OPTIMIZATION_LEVEL = "-O";
    421 				VALIDATE_PRODUCT = YES;
    422 			};
    423 			name = Release;
    424 		};
    425 		227BF24725C2EAD600DB0AB9 /* Debug */ = {
    426 			isa = XCBuildConfiguration;
    427 			buildSettings = {
    428 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    429 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    430 				CODE_SIGN_STYLE = Automatic;
    431 				DEVELOPMENT_ASSET_PATHS = "\"ios-sample/Preview Content\"";
    432 				ENABLE_PREVIEWS = YES;
    433 				INFOPLIST_FILE = "ios-sample/Info.plist";
    434 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    435 				LD_RUNPATH_SEARCH_PATHS = (
    436 					"$(inherited)",
    437 					"@executable_path/Frameworks",
    438 				);
    439 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sample";
    440 				PRODUCT_NAME = "$(TARGET_NAME)";
    441 				SWIFT_VERSION = 5.0;
    442 				TARGETED_DEVICE_FAMILY = "1,2";
    443 			};
    444 			name = Debug;
    445 		};
    446 		227BF24825C2EAD600DB0AB9 /* Release */ = {
    447 			isa = XCBuildConfiguration;
    448 			buildSettings = {
    449 				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
    450 				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
    451 				CODE_SIGN_STYLE = Automatic;
    452 				DEVELOPMENT_ASSET_PATHS = "\"ios-sample/Preview Content\"";
    453 				ENABLE_PREVIEWS = YES;
    454 				INFOPLIST_FILE = "ios-sample/Info.plist";
    455 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    456 				LD_RUNPATH_SEARCH_PATHS = (
    457 					"$(inherited)",
    458 					"@executable_path/Frameworks",
    459 				);
    460 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sample";
    461 				PRODUCT_NAME = "$(TARGET_NAME)";
    462 				SWIFT_VERSION = 5.0;
    463 				TARGETED_DEVICE_FAMILY = "1,2";
    464 			};
    465 			name = Release;
    466 		};
    467 		227BF24A25C2EAD600DB0AB9 /* Debug */ = {
    468 			isa = XCBuildConfiguration;
    469 			buildSettings = {
    470 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    471 				BUNDLE_LOADER = "$(TEST_HOST)";
    472 				CODE_SIGN_STYLE = Automatic;
    473 				INFOPLIST_FILE = "ios-sampleTests/Info.plist";
    474 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    475 				LD_RUNPATH_SEARCH_PATHS = (
    476 					"$(inherited)",
    477 					"@executable_path/Frameworks",
    478 					"@loader_path/Frameworks",
    479 				);
    480 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sampleTests";
    481 				PRODUCT_NAME = "$(TARGET_NAME)";
    482 				SWIFT_VERSION = 5.0;
    483 				TARGETED_DEVICE_FAMILY = "1,2";
    484 				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ios-sample.app/ios-sample";
    485 			};
    486 			name = Debug;
    487 		};
    488 		227BF24B25C2EAD600DB0AB9 /* Release */ = {
    489 			isa = XCBuildConfiguration;
    490 			buildSettings = {
    491 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    492 				BUNDLE_LOADER = "$(TEST_HOST)";
    493 				CODE_SIGN_STYLE = Automatic;
    494 				INFOPLIST_FILE = "ios-sampleTests/Info.plist";
    495 				IPHONEOS_DEPLOYMENT_TARGET = 14.0;
    496 				LD_RUNPATH_SEARCH_PATHS = (
    497 					"$(inherited)",
    498 					"@executable_path/Frameworks",
    499 					"@loader_path/Frameworks",
    500 				);
    501 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sampleTests";
    502 				PRODUCT_NAME = "$(TARGET_NAME)";
    503 				SWIFT_VERSION = 5.0;
    504 				TARGETED_DEVICE_FAMILY = "1,2";
    505 				TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ios-sample.app/ios-sample";
    506 			};
    507 			name = Release;
    508 		};
    509 		227BF24D25C2EAD600DB0AB9 /* Debug */ = {
    510 			isa = XCBuildConfiguration;
    511 			buildSettings = {
    512 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    513 				CODE_SIGN_STYLE = Automatic;
    514 				INFOPLIST_FILE = "ios-sampleUITests/Info.plist";
    515 				LD_RUNPATH_SEARCH_PATHS = (
    516 					"$(inherited)",
    517 					"@executable_path/Frameworks",
    518 					"@loader_path/Frameworks",
    519 				);
    520 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sampleUITests";
    521 				PRODUCT_NAME = "$(TARGET_NAME)";
    522 				SWIFT_VERSION = 5.0;
    523 				TARGETED_DEVICE_FAMILY = "1,2";
    524 				TEST_TARGET_NAME = "ios-sample";
    525 			};
    526 			name = Debug;
    527 		};
    528 		227BF24E25C2EAD600DB0AB9 /* Release */ = {
    529 			isa = XCBuildConfiguration;
    530 			buildSettings = {
    531 				ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
    532 				CODE_SIGN_STYLE = Automatic;
    533 				INFOPLIST_FILE = "ios-sampleUITests/Info.plist";
    534 				LD_RUNPATH_SEARCH_PATHS = (
    535 					"$(inherited)",
    536 					"@executable_path/Frameworks",
    537 					"@loader_path/Frameworks",
    538 				);
    539 				PRODUCT_BUNDLE_IDENTIFIER = "org.mozilla.samples.ios-sampleUITests";
    540 				PRODUCT_NAME = "$(TARGET_NAME)";
    541 				SWIFT_VERSION = 5.0;
    542 				TARGETED_DEVICE_FAMILY = "1,2";
    543 				TEST_TARGET_NAME = "ios-sample";
    544 			};
    545 			name = Release;
    546 		};
    547 /* End XCBuildConfiguration section */
    548 
    549 /* Begin XCConfigurationList section */
    550 		227BF21C25C2EAD500DB0AB9 /* Build configuration list for PBXProject "ios-sample" */ = {
    551 			isa = XCConfigurationList;
    552 			buildConfigurations = (
    553 				227BF24425C2EAD600DB0AB9 /* Debug */,
    554 				227BF24525C2EAD600DB0AB9 /* Release */,
    555 			);
    556 			defaultConfigurationIsVisible = 0;
    557 			defaultConfigurationName = Release;
    558 		};
    559 		227BF24625C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sample" */ = {
    560 			isa = XCConfigurationList;
    561 			buildConfigurations = (
    562 				227BF24725C2EAD600DB0AB9 /* Debug */,
    563 				227BF24825C2EAD600DB0AB9 /* Release */,
    564 			);
    565 			defaultConfigurationIsVisible = 0;
    566 			defaultConfigurationName = Release;
    567 		};
    568 		227BF24925C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sampleTests" */ = {
    569 			isa = XCConfigurationList;
    570 			buildConfigurations = (
    571 				227BF24A25C2EAD600DB0AB9 /* Debug */,
    572 				227BF24B25C2EAD600DB0AB9 /* Release */,
    573 			);
    574 			defaultConfigurationIsVisible = 0;
    575 			defaultConfigurationName = Release;
    576 		};
    577 		227BF24C25C2EAD600DB0AB9 /* Build configuration list for PBXNativeTarget "ios-sampleUITests" */ = {
    578 			isa = XCConfigurationList;
    579 			buildConfigurations = (
    580 				227BF24D25C2EAD600DB0AB9 /* Debug */,
    581 				227BF24E25C2EAD600DB0AB9 /* Release */,
    582 			);
    583 			defaultConfigurationIsVisible = 0;
    584 			defaultConfigurationName = Release;
    585 		};
    586 /* End XCConfigurationList section */
    587 	};
    588 	rootObject = 227BF21925C2EAD500DB0AB9 /* Project object */;
    589 }