|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; }; |
| 11 | + 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; }; |
11 | 12 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; }; |
12 | 13 | 74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; }; |
13 | 14 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; }; |
14 | 15 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; |
15 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; |
16 | | - 331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; }; |
17 | 17 | /* End PBXBuildFile section */ |
18 | 18 |
|
19 | 19 | /* Begin PBXContainerItemProxy section */ |
|
42 | 42 | /* Begin PBXFileReference section */ |
43 | 43 | 1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; }; |
44 | 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; }; |
45 | 47 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
46 | 48 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
47 | 49 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|
53 | 55 | 97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
54 | 56 | 97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
55 | 57 | 97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
56 | | - 331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; }; |
57 | | - 331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
58 | 58 | /* End PBXFileReference section */ |
59 | 59 |
|
60 | 60 | /* Begin PBXFrameworksBuildPhase section */ |
|
68 | 68 | /* End PBXFrameworksBuildPhase section */ |
69 | 69 |
|
70 | 70 | /* Begin PBXGroup section */ |
| 71 | + 331C8082294A63A400263BE5 /* RunnerTests */ = { |
| 72 | + isa = PBXGroup; |
| 73 | + children = ( |
| 74 | + 331C807B294A618700263BE5 /* RunnerTests.swift */, |
| 75 | + ); |
| 76 | + path = RunnerTests; |
| 77 | + sourceTree = "<group>"; |
| 78 | + }; |
71 | 79 | 9740EEB11CF90186004384FC /* Flutter */ = { |
72 | 80 | isa = PBXGroup; |
73 | 81 | children = ( |
|
79 | 87 | name = Flutter; |
80 | 88 | sourceTree = "<group>"; |
81 | 89 | }; |
82 | | - 331C8082294A63A400263BE5 /* RunnerTests */ = { |
83 | | - isa = PBXGroup; |
84 | | - children = ( |
85 | | - 331C807B294A618700263BE5 /* RunnerTests.swift */, |
86 | | - ); |
87 | | - path = RunnerTests; |
88 | | - sourceTree = "<group>"; |
89 | | - }; |
90 | 90 | 97C146E51CF9000F007C117D = { |
91 | 91 | isa = PBXGroup; |
92 | 92 | children = ( |
|
129 | 129 | buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */; |
130 | 130 | buildPhases = ( |
131 | 131 | 331C807D294A63A400263BE5 /* Sources */, |
132 | | - 331C807E294A63A400263BE5 /* Frameworks */, |
133 | 132 | 331C807F294A63A400263BE5 /* Resources */, |
134 | 133 | ); |
135 | 134 | buildRules = ( |
|
168 | 167 | 97C146E61CF9000F007C117D /* Project object */ = { |
169 | 168 | isa = PBXProject; |
170 | 169 | attributes = { |
171 | | - LastUpgradeCheck = 1300; |
| 170 | + BuildIndependentTargetsInParallel = YES; |
| 171 | + LastUpgradeCheck = 1510; |
172 | 172 | ORGANIZATIONNAME = ""; |
173 | 173 | TargetAttributes = { |
174 | 174 | 331C8080294A63A400263BE5 = { |
|
307 | 307 | isa = XCBuildConfiguration; |
308 | 308 | buildSettings = { |
309 | 309 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 310 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
310 | 311 | CLANG_ANALYZER_NONNULL = YES; |
311 | 312 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
312 | 313 | CLANG_CXX_LIBRARY = "libc++"; |
|
336 | 337 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
337 | 338 | ENABLE_NS_ASSERTIONS = NO; |
338 | 339 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 340 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
339 | 341 | GCC_C_LANGUAGE_STANDARD = gnu99; |
340 | 342 | GCC_NO_COMMON_BLOCKS = YES; |
341 | 343 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
344 | 346 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
345 | 347 | GCC_WARN_UNUSED_FUNCTION = YES; |
346 | 348 | GCC_WARN_UNUSED_VARIABLE = YES; |
347 | | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 349 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
348 | 350 | MTL_ENABLE_DEBUG_INFO = NO; |
349 | 351 | SDKROOT = iphoneos; |
350 | 352 | SUPPORTED_PLATFORMS = iphoneos; |
|
376 | 378 | }; |
377 | 379 | 331C8088294A63A400263BE5 /* Debug */ = { |
378 | 380 | isa = XCBuildConfiguration; |
379 | | - baseConfigurationReference = AE0B7B92F70575B8D7E0D07E /* Pods-RunnerTests.debug.xcconfig */; |
380 | 381 | buildSettings = { |
381 | 382 | BUNDLE_LOADER = "$(TEST_HOST)"; |
382 | 383 | CODE_SIGN_STYLE = Automatic; |
|
394 | 395 | }; |
395 | 396 | 331C8089294A63A400263BE5 /* Release */ = { |
396 | 397 | isa = XCBuildConfiguration; |
397 | | - baseConfigurationReference = 89B67EB44CE7B6631473024E /* Pods-RunnerTests.release.xcconfig */; |
398 | 398 | buildSettings = { |
399 | 399 | BUNDLE_LOADER = "$(TEST_HOST)"; |
400 | 400 | CODE_SIGN_STYLE = Automatic; |
|
410 | 410 | }; |
411 | 411 | 331C808A294A63A400263BE5 /* Profile */ = { |
412 | 412 | isa = XCBuildConfiguration; |
413 | | - baseConfigurationReference = 640959BDD8F10B91D80A66BE /* Pods-RunnerTests.profile.xcconfig */; |
414 | 413 | buildSettings = { |
415 | 414 | BUNDLE_LOADER = "$(TEST_HOST)"; |
416 | 415 | CODE_SIGN_STYLE = Automatic; |
|
428 | 427 | isa = XCBuildConfiguration; |
429 | 428 | buildSettings = { |
430 | 429 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 430 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
431 | 431 | CLANG_ANALYZER_NONNULL = YES; |
432 | 432 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
433 | 433 | CLANG_CXX_LIBRARY = "libc++"; |
|
457 | 457 | DEBUG_INFORMATION_FORMAT = dwarf; |
458 | 458 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
459 | 459 | ENABLE_TESTABILITY = YES; |
| 460 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
460 | 461 | GCC_C_LANGUAGE_STANDARD = gnu99; |
461 | 462 | GCC_DYNAMIC_NO_PIC = NO; |
462 | 463 | GCC_NO_COMMON_BLOCKS = YES; |
|
471 | 472 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
472 | 473 | GCC_WARN_UNUSED_FUNCTION = YES; |
473 | 474 | GCC_WARN_UNUSED_VARIABLE = YES; |
474 | | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 475 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
475 | 476 | MTL_ENABLE_DEBUG_INFO = YES; |
476 | 477 | ONLY_ACTIVE_ARCH = YES; |
477 | 478 | SDKROOT = iphoneos; |
|
483 | 484 | isa = XCBuildConfiguration; |
484 | 485 | buildSettings = { |
485 | 486 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 487 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
486 | 488 | CLANG_ANALYZER_NONNULL = YES; |
487 | 489 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; |
488 | 490 | CLANG_CXX_LIBRARY = "libc++"; |
|
512 | 514 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
513 | 515 | ENABLE_NS_ASSERTIONS = NO; |
514 | 516 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 517 | + ENABLE_USER_SCRIPT_SANDBOXING = NO; |
515 | 518 | GCC_C_LANGUAGE_STANDARD = gnu99; |
516 | 519 | GCC_NO_COMMON_BLOCKS = YES; |
517 | 520 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
520 | 523 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
521 | 524 | GCC_WARN_UNUSED_FUNCTION = YES; |
522 | 525 | GCC_WARN_UNUSED_VARIABLE = YES; |
523 | | - IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 526 | + IPHONEOS_DEPLOYMENT_TARGET = 12.0; |
524 | 527 | MTL_ENABLE_DEBUG_INFO = NO; |
525 | 528 | SDKROOT = iphoneos; |
526 | 529 | SUPPORTED_PLATFORMS = iphoneos; |
|
0 commit comments