1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 54; 7 objects = { 8 9/* Begin PBXBuildFile section */ 10 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; 11 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; }; 12 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; 13 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; 14 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; 15 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; 16 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; 17/* End PBXBuildFile section */ 18 19/* Begin PBXContainerItemProxy section */ 20 331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = { 21 isa = PBXContainerItemProxy; 22 containerPortal = 97C146E61CF9000F007C117D /* Project object */; 23 proxyType = 1; 24 remoteGlobalIDString = 97C146ED1CF9000F007C117D; 25 remoteInfo = Runner; 26 }; 27/* End PBXContainerItemProxy section */ 28 29/* Begin PBXCopyFilesBuildPhase section */ 30 9705A1C41CF9048500538489 /* Embed Frameworks */ = { 31 isa = PBXCopyFilesBuildPhase; 32 buildActionMask = 2147483647; 33 dstPath = ""; 34 dstSubfolderSpec = 10; 35 files = ( 36 ); 37 name = "Embed Frameworks"; 38 runOnlyForDeploymentPostprocessing = 0; 39 }; 40/* End PBXCopyFilesBuildPhase section */ 41 42/* Begin PBXFileReference section */ 43 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; 44 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; }; 45 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; }; 46 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 47 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; 48 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; 49 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; 50 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; 51 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; 52 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; 53 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; 54 97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; 55 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 56 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; 57 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 58 F2B3C8D12D0C8A5E00ABCDEF /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; 59/* End PBXFileReference section */ 60 61/* Begin PBXFrameworksBuildPhase section */ 62 97C146EB1CF9000F007C117D /* Frameworks */ = { 63 isa = PBXFrameworksBuildPhase; 64 buildActionMask = 2147483647; 65 files = ( 66 ); 67 runOnlyForDeploymentPostprocessing = 0; 68 }; 69/* End PBXFrameworksBuildPhase section */ 70 71/* Begin PBXGroup section */ 72 331C8082294A63A400263BE5 /* RunnerTests */ = { 73 isa = PBXGroup; 74 children = ( 75 331C807B294A618700263BE5 /* RunnerTests.swift */, 76 ); 77 path = RunnerTests; 78 sourceTree = "<group>"; 79 }; 80 9740EEB11CF90186004384FC /* Flutter */ = { 81 isa = PBXGroup; 82 children = ( 83 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */, 84 9740EEB21CF90195004384FC /* Debug.xcconfig */, 85 7AFA3C8E1D35360C0083082E /* Release.xcconfig */, 86 9740EEB31CF90195004384FC /* Generated.xcconfig */, 87 ); 88 name = Flutter; 89 sourceTree = "<group>"; 90 }; 91 97C146E51CF9000F007C117D = { 92 isa = PBXGroup; 93 children = ( 94 9740EEB11CF90186004384FC /* Flutter */, 95 97C146F01CF9000F007C117D /* Runner */, 96 97C146EF1CF9000F007C117D /* Products */, 97 331C8082294A63A400263BE5 /* RunnerTests */, 98 ); 99 sourceTree = "<group>"; 100 }; 101 97C146EF1CF9000F007C117D /* Products */ = { 102 isa = PBXGroup; 103 children = ( 104 97C146EE1CF9000F007C117D /* Runner.app */, 105 331C8081294A63A400263BE5 /* RunnerTests.xctest */, 106 ); 107 name = Products; 108 sourceTree = "<group>"; 109 }; 110 97C146F01CF9000F007C117D /* Runner */ = { 111 isa = PBXGroup; 112 children = ( 113 97C146FA1CF9000F007C117D /* Main.storyboard */, 114 97C146FD1CF9000F007C117D /* Assets.xcassets */, 115 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, 116 97C147021CF9000F007C117D /* Info.plist */, 117 F2B3C8D12D0C8A5E00ABCDEF /* Runner.entitlements */, 118 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */, 119 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */, 120 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, 121 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, 122 ); 123 path = Runner; 124 sourceTree = "<group>"; 125 }; 126/* End PBXGroup section */ 127 128/* Begin PBXNativeTarget section */ 129 331C8080294A63A400263BE5 /* RunnerTests */ = { 130 isa = PBXNativeTarget; 131 buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; 132 buildPhases = ( 133 331C807D294A63A400263BE5 /* Sources */, 134 331C807F294A63A400263BE5 /* Resources */, 135 ); 136 buildRules = ( 137 ); 138 dependencies = ( 139 331C8086294A63A400263BE5 /* PBXTargetDependency */, 140 ); 141 name = RunnerTests; 142 productName = RunnerTests; 143 productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */; 144 productType = "com.apple.product-type.bundle.unit-test"; 145 }; 146 97C146ED1CF9000F007C117D /* Runner */ = { 147 isa = PBXNativeTarget; 148 buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */; 149 buildPhases = ( 150 9740EEB61CF901F6004384FC /* Run Script */, 151 97C146EA1CF9000F007C117D /* Sources */, 152 97C146EB1CF9000F007C117D /* Frameworks */, 153 97C146EC1CF9000F007C117D /* Resources */, 154 9705A1C41CF9048500538489 /* Embed Frameworks */, 155 3B06AD1E1E4923F5004D2608 /* Thin Binary */, 156 ); 157 buildRules = ( 158 ); 159 dependencies = ( 160 ); 161 name = Runner; 162 productName = Runner; 163 productReference = 97C146EE1CF9000F007C117D /* Runner.app */; 164 productType = "com.apple.product-type.application"; 165 }; 166/* End PBXNativeTarget section */ 167 168/* Begin PBXProject section */ 169 97C146E61CF9000F007C117D /* Project object */ = { 170 isa = PBXProject; 171 attributes = { 172 BuildIndependentTargetsInParallel = YES; 173 LastUpgradeCheck = 1510; 174 ORGANIZATIONNAME = ""; 175 TargetAttributes = { 176 331C8080294A63A400263BE5 = { 177 CreatedOnToolsVersion = 14.0; 178 TestTargetID = 97C146ED1CF9000F007C117D; 179 }; 180 97C146ED1CF9000F007C117D = { 181 CreatedOnToolsVersion = 7.3.1; 182 LastSwiftMigration = 1100; 183 }; 184 }; 185 }; 186 buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */; 187 compatibilityVersion = "Xcode 9.3"; 188 developmentRegion = en; 189 hasScannedForEncodings = 0; 190 knownRegions = ( 191 en, 192 Base, 193 ); 194 mainGroup = 97C146E51CF9000F007C117D; 195 productRefGroup = 97C146EF1CF9000F007C117D /* Products */; 196 projectDirPath = ""; 197 projectRoot = ""; 198 targets = ( 199 97C146ED1CF9000F007C117D /* Runner */, 200 331C8080294A63A400263BE5 /* RunnerTests */, 201 ); 202 }; 203/* End PBXProject section */ 204 205/* Begin PBXResourcesBuildPhase section */ 206 331C807F294A63A400263BE5 /* Resources */ = { 207 isa = PBXResourcesBuildPhase; 208 buildActionMask = 2147483647; 209 files = ( 210 ); 211 runOnlyForDeploymentPostprocessing = 0; 212 }; 213 97C146EC1CF9000F007C117D /* Resources */ = { 214 isa = PBXResourcesBuildPhase; 215 buildActionMask = 2147483647; 216 files = ( 217 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, 218 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, 219 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, 220 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, 221 ); 222 runOnlyForDeploymentPostprocessing = 0; 223 }; 224/* End PBXResourcesBuildPhase section */ 225 226/* Begin PBXShellScriptBuildPhase section */ 227 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = { 228 isa = PBXShellScriptBuildPhase; 229 alwaysOutOfDate = 1; 230 buildActionMask = 2147483647; 231 files = ( 232 ); 233 inputPaths = ( 234 "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}", 235 ); 236 name = "Thin Binary"; 237 outputPaths = ( 238 ); 239 runOnlyForDeploymentPostprocessing = 0; 240 shellPath = /bin/sh; 241 shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin"; 242 }; 243 9740EEB61CF901F6004384FC /* Run Script */ = { 244 isa = PBXShellScriptBuildPhase; 245 alwaysOutOfDate = 1; 246 buildActionMask = 2147483647; 247 files = ( 248 ); 249 inputPaths = ( 250 ); 251 name = "Run Script"; 252 outputPaths = ( 253 ); 254 runOnlyForDeploymentPostprocessing = 0; 255 shellPath = /bin/sh; 256 shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; 257 }; 258/* End PBXShellScriptBuildPhase section */ 259 260/* Begin PBXSourcesBuildPhase section */ 261 331C807D294A63A400263BE5 /* Sources */ = { 262 isa = PBXSourcesBuildPhase; 263 buildActionMask = 2147483647; 264 files = ( 265 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */, 266 ); 267 runOnlyForDeploymentPostprocessing = 0; 268 }; 269 97C146EA1CF9000F007C117D /* Sources */ = { 270 isa = PBXSourcesBuildPhase; 271 buildActionMask = 2147483647; 272 files = ( 273 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */, 274 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */, 275 ); 276 runOnlyForDeploymentPostprocessing = 0; 277 }; 278/* End PBXSourcesBuildPhase section */ 279 280/* Begin PBXTargetDependency section */ 281 331C8086294A63A400263BE5 /* PBXTargetDependency */ = { 282 isa = PBXTargetDependency; 283 target = 97C146ED1CF9000F007C117D /* Runner */; 284 targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */; 285 }; 286/* End PBXTargetDependency section */ 287 288/* Begin PBXVariantGroup section */ 289 97C146FA1CF9000F007C117D /* Main.storyboard */ = { 290 isa = PBXVariantGroup; 291 children = ( 292 97C146FB1CF9000F007C117D /* Base */, 293 ); 294 name = Main.storyboard; 295 sourceTree = "<group>"; 296 }; 297 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = { 298 isa = PBXVariantGroup; 299 children = ( 300 97C147001CF9000F007C117D /* Base */, 301 ); 302 name = LaunchScreen.storyboard; 303 sourceTree = "<group>"; 304 }; 305/* End PBXVariantGroup section */ 306 307/* Begin XCBuildConfiguration section */ 308 249021D3217E4FDB00AE95B9 /* Profile */ = { 309 isa = XCBuildConfiguration; 310 buildSettings = { 311 ALWAYS_SEARCH_USER_PATHS = NO; 312 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; 313 CLANG_ANALYZER_NONNULL = YES; 314 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 315 CLANG_CXX_LIBRARY = "libc++"; 316 CLANG_ENABLE_MODULES = YES; 317 CLANG_ENABLE_OBJC_ARC = YES; 318 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 319 CLANG_WARN_BOOL_CONVERSION = YES; 320 CLANG_WARN_COMMA = YES; 321 CLANG_WARN_CONSTANT_CONVERSION = YES; 322 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 323 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 324 CLANG_WARN_EMPTY_BODY = YES; 325 CLANG_WARN_ENUM_CONVERSION = YES; 326 CLANG_WARN_INFINITE_RECURSION = YES; 327 CLANG_WARN_INT_CONVERSION = YES; 328 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 329 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 330 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 331 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 332 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 333 CLANG_WARN_STRICT_PROTOTYPES = YES; 334 CLANG_WARN_SUSPICIOUS_MOVE = YES; 335 CLANG_WARN_UNREACHABLE_CODE = YES; 336 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 337 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 338 COPY_PHASE_STRIP = NO; 339 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 340 ENABLE_NS_ASSERTIONS = NO; 341 ENABLE_STRICT_OBJC_MSGSEND = YES; 342 ENABLE_USER_SCRIPT_SANDBOXING = NO; 343 GCC_C_LANGUAGE_STANDARD = gnu99; 344 GCC_NO_COMMON_BLOCKS = YES; 345 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 346 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 347 GCC_WARN_UNDECLARED_SELECTOR = YES; 348 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 349 GCC_WARN_UNUSED_FUNCTION = YES; 350 GCC_WARN_UNUSED_VARIABLE = YES; 351 IPHONEOS_DEPLOYMENT_TARGET = 12.0; 352 MTL_ENABLE_DEBUG_INFO = NO; 353 SDKROOT = iphoneos; 354 SUPPORTED_PLATFORMS = iphoneos; 355 TARGETED_DEVICE_FAMILY = "1,2"; 356 VALIDATE_PRODUCT = YES; 357 }; 358 name = Profile; 359 }; 360 249021D4217E4FDB00AE95B9 /* Profile */ = { 361 isa = XCBuildConfiguration; 362 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 363 buildSettings = { 364 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 365 CLANG_ENABLE_MODULES = YES; 366 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 367 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 368 ENABLE_BITCODE = NO; 369 INFOPLIST_FILE = Runner/Info.plist; 370 LD_RUNPATH_SEARCH_PATHS = ( 371 "$(inherited)", 372 "@executable_path/Frameworks", 373 ); 374 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter; 375 PRODUCT_NAME = "$(TARGET_NAME)"; 376 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 377 SWIFT_VERSION = 5.0; 378 VERSIONING_SYSTEM = "apple-generic"; 379 }; 380 name = Profile; 381 }; 382 331C8088294A63A400263BE5 /* Debug */ = { 383 isa = XCBuildConfiguration; 384 buildSettings = { 385 BUNDLE_LOADER = "$(TEST_HOST)"; 386 CODE_SIGN_STYLE = Automatic; 387 CURRENT_PROJECT_VERSION = 1; 388 GENERATE_INFOPLIST_FILE = YES; 389 MARKETING_VERSION = 1.0; 390 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter.RunnerTests; 391 PRODUCT_NAME = "$(TARGET_NAME)"; 392 SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; 393 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 394 SWIFT_VERSION = 5.0; 395 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; 396 }; 397 name = Debug; 398 }; 399 331C8089294A63A400263BE5 /* Release */ = { 400 isa = XCBuildConfiguration; 401 buildSettings = { 402 BUNDLE_LOADER = "$(TEST_HOST)"; 403 CODE_SIGN_STYLE = Automatic; 404 CURRENT_PROJECT_VERSION = 1; 405 GENERATE_INFOPLIST_FILE = YES; 406 MARKETING_VERSION = 1.0; 407 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter.RunnerTests; 408 PRODUCT_NAME = "$(TARGET_NAME)"; 409 SWIFT_VERSION = 5.0; 410 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; 411 }; 412 name = Release; 413 }; 414 331C808A294A63A400263BE5 /* Profile */ = { 415 isa = XCBuildConfiguration; 416 buildSettings = { 417 BUNDLE_LOADER = "$(TEST_HOST)"; 418 CODE_SIGN_STYLE = Automatic; 419 CURRENT_PROJECT_VERSION = 1; 420 GENERATE_INFOPLIST_FILE = YES; 421 MARKETING_VERSION = 1.0; 422 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter.RunnerTests; 423 PRODUCT_NAME = "$(TARGET_NAME)"; 424 SWIFT_VERSION = 5.0; 425 TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner"; 426 }; 427 name = Profile; 428 }; 429 97C147031CF9000F007C117D /* Debug */ = { 430 isa = XCBuildConfiguration; 431 buildSettings = { 432 ALWAYS_SEARCH_USER_PATHS = NO; 433 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; 434 CLANG_ANALYZER_NONNULL = YES; 435 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 436 CLANG_CXX_LIBRARY = "libc++"; 437 CLANG_ENABLE_MODULES = YES; 438 CLANG_ENABLE_OBJC_ARC = YES; 439 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 440 CLANG_WARN_BOOL_CONVERSION = YES; 441 CLANG_WARN_COMMA = YES; 442 CLANG_WARN_CONSTANT_CONVERSION = YES; 443 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 444 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 445 CLANG_WARN_EMPTY_BODY = YES; 446 CLANG_WARN_ENUM_CONVERSION = YES; 447 CLANG_WARN_INFINITE_RECURSION = YES; 448 CLANG_WARN_INT_CONVERSION = YES; 449 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 450 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 451 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 452 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 453 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 454 CLANG_WARN_STRICT_PROTOTYPES = YES; 455 CLANG_WARN_SUSPICIOUS_MOVE = YES; 456 CLANG_WARN_UNREACHABLE_CODE = YES; 457 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 458 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 459 COPY_PHASE_STRIP = NO; 460 DEBUG_INFORMATION_FORMAT = dwarf; 461 ENABLE_STRICT_OBJC_MSGSEND = YES; 462 ENABLE_TESTABILITY = YES; 463 ENABLE_USER_SCRIPT_SANDBOXING = NO; 464 GCC_C_LANGUAGE_STANDARD = gnu99; 465 GCC_DYNAMIC_NO_PIC = NO; 466 GCC_NO_COMMON_BLOCKS = YES; 467 GCC_OPTIMIZATION_LEVEL = 0; 468 GCC_PREPROCESSOR_DEFINITIONS = ( 469 "DEBUG=1", 470 "$(inherited)", 471 ); 472 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 473 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 474 GCC_WARN_UNDECLARED_SELECTOR = YES; 475 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 476 GCC_WARN_UNUSED_FUNCTION = YES; 477 GCC_WARN_UNUSED_VARIABLE = YES; 478 IPHONEOS_DEPLOYMENT_TARGET = 12.0; 479 MTL_ENABLE_DEBUG_INFO = YES; 480 ONLY_ACTIVE_ARCH = YES; 481 SDKROOT = iphoneos; 482 TARGETED_DEVICE_FAMILY = "1,2"; 483 }; 484 name = Debug; 485 }; 486 97C147041CF9000F007C117D /* Release */ = { 487 isa = XCBuildConfiguration; 488 buildSettings = { 489 ALWAYS_SEARCH_USER_PATHS = NO; 490 ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon; 491 CLANG_ANALYZER_NONNULL = YES; 492 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; 493 CLANG_CXX_LIBRARY = "libc++"; 494 CLANG_ENABLE_MODULES = YES; 495 CLANG_ENABLE_OBJC_ARC = YES; 496 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; 497 CLANG_WARN_BOOL_CONVERSION = YES; 498 CLANG_WARN_COMMA = YES; 499 CLANG_WARN_CONSTANT_CONVERSION = YES; 500 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; 501 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; 502 CLANG_WARN_EMPTY_BODY = YES; 503 CLANG_WARN_ENUM_CONVERSION = YES; 504 CLANG_WARN_INFINITE_RECURSION = YES; 505 CLANG_WARN_INT_CONVERSION = YES; 506 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; 507 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; 508 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; 509 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; 510 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; 511 CLANG_WARN_STRICT_PROTOTYPES = YES; 512 CLANG_WARN_SUSPICIOUS_MOVE = YES; 513 CLANG_WARN_UNREACHABLE_CODE = YES; 514 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; 515 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; 516 COPY_PHASE_STRIP = NO; 517 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; 518 ENABLE_NS_ASSERTIONS = NO; 519 ENABLE_STRICT_OBJC_MSGSEND = YES; 520 ENABLE_USER_SCRIPT_SANDBOXING = NO; 521 GCC_C_LANGUAGE_STANDARD = gnu99; 522 GCC_NO_COMMON_BLOCKS = YES; 523 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 524 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; 525 GCC_WARN_UNDECLARED_SELECTOR = YES; 526 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; 527 GCC_WARN_UNUSED_FUNCTION = YES; 528 GCC_WARN_UNUSED_VARIABLE = YES; 529 IPHONEOS_DEPLOYMENT_TARGET = 12.0; 530 MTL_ENABLE_DEBUG_INFO = NO; 531 SDKROOT = iphoneos; 532 SUPPORTED_PLATFORMS = iphoneos; 533 SWIFT_COMPILATION_MODE = wholemodule; 534 SWIFT_OPTIMIZATION_LEVEL = "-O"; 535 TARGETED_DEVICE_FAMILY = "1,2"; 536 VALIDATE_PRODUCT = YES; 537 }; 538 name = Release; 539 }; 540 97C147061CF9000F007C117D /* Debug */ = { 541 isa = XCBuildConfiguration; 542 baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; 543 buildSettings = { 544 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 545 CLANG_ENABLE_MODULES = YES; 546 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 547 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 548 ENABLE_BITCODE = NO; 549 INFOPLIST_FILE = Runner/Info.plist; 550 LD_RUNPATH_SEARCH_PATHS = ( 551 "$(inherited)", 552 "@executable_path/Frameworks", 553 ); 554 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter; 555 PRODUCT_NAME = "$(TARGET_NAME)"; 556 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 557 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 558 SWIFT_VERSION = 5.0; 559 VERSIONING_SYSTEM = "apple-generic"; 560 }; 561 name = Debug; 562 }; 563 97C147071CF9000F007C117D /* Release */ = { 564 isa = XCBuildConfiguration; 565 baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; 566 buildSettings = { 567 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; 568 CLANG_ENABLE_MODULES = YES; 569 CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; 570 CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; 571 ENABLE_BITCODE = NO; 572 INFOPLIST_FILE = Runner/Info.plist; 573 LD_RUNPATH_SEARCH_PATHS = ( 574 "$(inherited)", 575 "@executable_path/Frameworks", 576 ); 577 PRODUCT_BUNDLE_IDENTIFIER = com.coves.covesFlutter; 578 PRODUCT_NAME = "$(TARGET_NAME)"; 579 SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; 580 SWIFT_VERSION = 5.0; 581 VERSIONING_SYSTEM = "apple-generic"; 582 }; 583 name = Release; 584 }; 585/* End XCBuildConfiguration section */ 586 587/* Begin XCConfigurationList section */ 588 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = { 589 isa = XCConfigurationList; 590 buildConfigurations = ( 591 331C8088294A63A400263BE5 /* Debug */, 592 331C8089294A63A400263BE5 /* Release */, 593 331C808A294A63A400263BE5 /* Profile */, 594 ); 595 defaultConfigurationIsVisible = 0; 596 defaultConfigurationName = Release; 597 }; 598 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = { 599 isa = XCConfigurationList; 600 buildConfigurations = ( 601 97C147031CF9000F007C117D /* Debug */, 602 97C147041CF9000F007C117D /* Release */, 603 249021D3217E4FDB00AE95B9 /* Profile */, 604 ); 605 defaultConfigurationIsVisible = 0; 606 defaultConfigurationName = Release; 607 }; 608 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = { 609 isa = XCConfigurationList; 610 buildConfigurations = ( 611 97C147061CF9000F007C117D /* Debug */, 612 97C147071CF9000F007C117D /* Release */, 613 249021D4217E4FDB00AE95B9 /* Profile */, 614 ); 615 defaultConfigurationIsVisible = 0; 616 defaultConfigurationName = Release; 617 }; 618/* End XCConfigurationList section */ 619 }; 620 rootObject = 97C146E61CF9000F007C117D /* Project object */; 621}