|
27 | 27 | 33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
|
28 | 28 | 33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
|
29 | 29 | A2C6CD5797E6A6721FDBCA1C /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 36DEEA66738F64D983F76848 /* Pods_Runner.framework */; };
|
| 30 | + F700DD0528E652A10004836B /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F700DD0428E652A10004836B /* RunnerTests.swift */; }; |
30 | 31 | /* End PBXBuildFile section */
|
31 | 32 |
|
32 | 33 | /* Begin PBXContainerItemProxy section */
|
|
37 | 38 | remoteGlobalIDString = 33CC111A2044C6BA0003C045;
|
38 | 39 | remoteInfo = FLX;
|
39 | 40 | };
|
| 41 | + F700DD0628E652A10004836B /* PBXContainerItemProxy */ = { |
| 42 | + isa = PBXContainerItemProxy; |
| 43 | + containerPortal = 33CC10E52044A3C60003C045 /* Project object */; |
| 44 | + proxyType = 1; |
| 45 | + remoteGlobalIDString = 33CC10EC2044A3C60003C045; |
| 46 | + remoteInfo = Runner; |
| 47 | + }; |
40 | 48 | /* End PBXContainerItemProxy section */
|
41 | 49 |
|
42 | 50 | /* Begin PBXCopyFilesBuildPhase section */
|
|
73 | 81 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
|
74 | 82 | 9A4FEABF1DEF0D106FEB7974 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
|
75 | 83 | B6C8FD76BB3278AA51FED870 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
| 84 | + F700DD0228E652A10004836B /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 85 | + F700DD0428E652A10004836B /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; }; |
76 | 86 | /* End PBXFileReference section */
|
77 | 87 |
|
78 | 88 | /* Begin PBXFrameworksBuildPhase section */
|
|
84 | 94 | );
|
85 | 95 | runOnlyForDeploymentPostprocessing = 0;
|
86 | 96 | };
|
| 97 | + F700DCFF28E652A10004836B /* Frameworks */ = { |
| 98 | + isa = PBXFrameworksBuildPhase; |
| 99 | + buildActionMask = 2147483647; |
| 100 | + files = ( |
| 101 | + ); |
| 102 | + runOnlyForDeploymentPostprocessing = 0; |
| 103 | + }; |
87 | 104 | /* End PBXFrameworksBuildPhase section */
|
88 | 105 |
|
89 | 106 | /* Begin PBXGroup section */
|
|
94 | 111 | 9A4FEABF1DEF0D106FEB7974 /* Pods-Runner.release.xcconfig */,
|
95 | 112 | 62F1680C5AE033907C1DF7AB /* Pods-Runner.profile.xcconfig */,
|
96 | 113 | );
|
97 |
| - name = Pods; |
98 | 114 | path = Pods;
|
99 | 115 | sourceTree = "<group>";
|
100 | 116 | };
|
|
114 | 130 | children = (
|
115 | 131 | 33FAB671232836740065AC1E /* Runner */,
|
116 | 132 | 33CEB47122A05771004F2AC0 /* Flutter */,
|
| 133 | + F700DD0328E652A10004836B /* RunnerTests */, |
117 | 134 | 33CC10EE2044A3C60003C045 /* Products */,
|
118 | 135 | D73912EC22F37F3D000D13A0 /* Frameworks */,
|
119 | 136 | 09D47623A8E19B84FF0453EE /* Pods */,
|
|
124 | 141 | isa = PBXGroup;
|
125 | 142 | children = (
|
126 | 143 | 33CC10ED2044A3C60003C045 /* example.app */,
|
| 144 | + F700DD0228E652A10004836B /* RunnerTests.xctest */, |
127 | 145 | );
|
128 | 146 | name = Products;
|
129 | 147 | sourceTree = "<group>";
|
|
171 | 189 | name = Frameworks;
|
172 | 190 | sourceTree = "<group>";
|
173 | 191 | };
|
| 192 | + F700DD0328E652A10004836B /* RunnerTests */ = { |
| 193 | + isa = PBXGroup; |
| 194 | + children = ( |
| 195 | + F700DD0428E652A10004836B /* RunnerTests.swift */, |
| 196 | + ); |
| 197 | + path = RunnerTests; |
| 198 | + sourceTree = "<group>"; |
| 199 | + }; |
174 | 200 | /* End PBXGroup section */
|
175 | 201 |
|
176 | 202 | /* Begin PBXNativeTarget section */
|
|
196 | 222 | productReference = 33CC10ED2044A3C60003C045 /* example.app */;
|
197 | 223 | productType = "com.apple.product-type.application";
|
198 | 224 | };
|
| 225 | + F700DD0128E652A10004836B /* RunnerTests */ = { |
| 226 | + isa = PBXNativeTarget; |
| 227 | + buildConfigurationList = F700DD0B28E652A10004836B /* Build configuration list for PBXNativeTarget "RunnerTests" */; |
| 228 | + buildPhases = ( |
| 229 | + F700DCFE28E652A10004836B /* Sources */, |
| 230 | + F700DCFF28E652A10004836B /* Frameworks */, |
| 231 | + F700DD0028E652A10004836B /* Resources */, |
| 232 | + ); |
| 233 | + buildRules = ( |
| 234 | + ); |
| 235 | + dependencies = ( |
| 236 | + F700DD0728E652A10004836B /* PBXTargetDependency */, |
| 237 | + ); |
| 238 | + name = RunnerTests; |
| 239 | + productName = RunnerTests; |
| 240 | + productReference = F700DD0228E652A10004836B /* RunnerTests.xctest */; |
| 241 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 242 | + }; |
199 | 243 | /* End PBXNativeTarget section */
|
200 | 244 |
|
201 | 245 | /* Begin PBXProject section */
|
202 | 246 | 33CC10E52044A3C60003C045 /* Project object */ = {
|
203 | 247 | isa = PBXProject;
|
204 | 248 | attributes = {
|
205 |
| - LastSwiftUpdateCheck = 0920; |
| 249 | + LastSwiftUpdateCheck = 1400; |
206 | 250 | LastUpgradeCheck = 1300;
|
207 | 251 | ORGANIZATIONNAME = "";
|
208 | 252 | TargetAttributes = {
|
|
220 | 264 | CreatedOnToolsVersion = 9.2;
|
221 | 265 | ProvisioningStyle = Manual;
|
222 | 266 | };
|
| 267 | + F700DD0128E652A10004836B = { |
| 268 | + CreatedOnToolsVersion = 14.0.1; |
| 269 | + TestTargetID = 33CC10EC2044A3C60003C045; |
| 270 | + }; |
223 | 271 | };
|
224 | 272 | };
|
225 | 273 | buildConfigurationList = 33CC10E82044A3C60003C045 /* Build configuration list for PBXProject "Runner" */;
|
|
237 | 285 | targets = (
|
238 | 286 | 33CC10EC2044A3C60003C045 /* Runner */,
|
239 | 287 | 33CC111A2044C6BA0003C045 /* Flutter Assemble */,
|
| 288 | + F700DD0128E652A10004836B /* RunnerTests */, |
240 | 289 | );
|
241 | 290 | };
|
242 | 291 | /* End PBXProject section */
|
|
251 | 300 | );
|
252 | 301 | runOnlyForDeploymentPostprocessing = 0;
|
253 | 302 | };
|
| 303 | + F700DD0028E652A10004836B /* Resources */ = { |
| 304 | + isa = PBXResourcesBuildPhase; |
| 305 | + buildActionMask = 2147483647; |
| 306 | + files = ( |
| 307 | + ); |
| 308 | + runOnlyForDeploymentPostprocessing = 0; |
| 309 | + }; |
254 | 310 | /* End PBXResourcesBuildPhase section */
|
255 | 311 |
|
256 | 312 | /* Begin PBXShellScriptBuildPhase section */
|
|
343 | 399 | );
|
344 | 400 | runOnlyForDeploymentPostprocessing = 0;
|
345 | 401 | };
|
| 402 | + F700DCFE28E652A10004836B /* Sources */ = { |
| 403 | + isa = PBXSourcesBuildPhase; |
| 404 | + buildActionMask = 2147483647; |
| 405 | + files = ( |
| 406 | + F700DD0528E652A10004836B /* RunnerTests.swift in Sources */, |
| 407 | + ); |
| 408 | + runOnlyForDeploymentPostprocessing = 0; |
| 409 | + }; |
346 | 410 | /* End PBXSourcesBuildPhase section */
|
347 | 411 |
|
348 | 412 | /* Begin PBXTargetDependency section */
|
|
351 | 415 | target = 33CC111A2044C6BA0003C045 /* Flutter Assemble */;
|
352 | 416 | targetProxy = 33CC111F2044C79F0003C045 /* PBXContainerItemProxy */;
|
353 | 417 | };
|
| 418 | + F700DD0728E652A10004836B /* PBXTargetDependency */ = { |
| 419 | + isa = PBXTargetDependency; |
| 420 | + target = 33CC10EC2044A3C60003C045 /* Runner */; |
| 421 | + targetProxy = F700DD0628E652A10004836B /* PBXContainerItemProxy */; |
| 422 | + }; |
354 | 423 | /* End PBXTargetDependency section */
|
355 | 424 |
|
356 | 425 | /* Begin PBXVariantGroup section */
|
|
596 | 665 | };
|
597 | 666 | name = Release;
|
598 | 667 | };
|
| 668 | + F700DD0828E652A10004836B /* Debug */ = { |
| 669 | + isa = XCBuildConfiguration; |
| 670 | + buildSettings = { |
| 671 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 672 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 673 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 674 | + CLANG_WARN_COMMA = YES; |
| 675 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 676 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 677 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 678 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 679 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 680 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 681 | + CODE_SIGN_STYLE = Automatic; |
| 682 | + CURRENT_PROJECT_VERSION = 1; |
| 683 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 684 | + GENERATE_INFOPLIST_FILE = YES; |
| 685 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 686 | + MARKETING_VERSION = 1.0; |
| 687 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 688 | + MTL_FAST_MATH = YES; |
| 689 | + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests.RunnerTests; |
| 690 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 691 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 692 | + SWIFT_VERSION = 5.0; |
| 693 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
| 694 | + }; |
| 695 | + name = Debug; |
| 696 | + }; |
| 697 | + F700DD0928E652A10004836B /* Release */ = { |
| 698 | + isa = XCBuildConfiguration; |
| 699 | + buildSettings = { |
| 700 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 701 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 702 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 703 | + CLANG_WARN_COMMA = YES; |
| 704 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 705 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 706 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 707 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 708 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 709 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 710 | + CODE_SIGN_STYLE = Automatic; |
| 711 | + CURRENT_PROJECT_VERSION = 1; |
| 712 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 713 | + GENERATE_INFOPLIST_FILE = YES; |
| 714 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 715 | + MARKETING_VERSION = 1.0; |
| 716 | + MTL_FAST_MATH = YES; |
| 717 | + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests.RunnerTests; |
| 718 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 719 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 720 | + SWIFT_VERSION = 5.0; |
| 721 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
| 722 | + }; |
| 723 | + name = Release; |
| 724 | + }; |
| 725 | + F700DD0A28E652A10004836B /* Profile */ = { |
| 726 | + isa = XCBuildConfiguration; |
| 727 | + buildSettings = { |
| 728 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 729 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++20"; |
| 730 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 731 | + CLANG_WARN_COMMA = YES; |
| 732 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 733 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
| 734 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 735 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 736 | + CLANG_WARN_UNREACHABLE_CODE = YES; |
| 737 | + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 738 | + CODE_SIGN_STYLE = Automatic; |
| 739 | + CURRENT_PROJECT_VERSION = 1; |
| 740 | + GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 741 | + GENERATE_INFOPLIST_FILE = YES; |
| 742 | + MACOSX_DEPLOYMENT_TARGET = 10.11; |
| 743 | + MARKETING_VERSION = 1.0; |
| 744 | + MTL_FAST_MATH = YES; |
| 745 | + PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests.RunnerTests; |
| 746 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 747 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 748 | + SWIFT_VERSION = 5.0; |
| 749 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example"; |
| 750 | + }; |
| 751 | + name = Profile; |
| 752 | + }; |
599 | 753 | /* End XCBuildConfiguration section */
|
600 | 754 |
|
601 | 755 | /* Begin XCConfigurationList section */
|
|
629 | 783 | defaultConfigurationIsVisible = 0;
|
630 | 784 | defaultConfigurationName = Release;
|
631 | 785 | };
|
| 786 | + F700DD0B28E652A10004836B /* Build configuration list for PBXNativeTarget "RunnerTests" */ = { |
| 787 | + isa = XCConfigurationList; |
| 788 | + buildConfigurations = ( |
| 789 | + F700DD0828E652A10004836B /* Debug */, |
| 790 | + F700DD0928E652A10004836B /* Release */, |
| 791 | + F700DD0A28E652A10004836B /* Profile */, |
| 792 | + ); |
| 793 | + defaultConfigurationIsVisible = 0; |
| 794 | + defaultConfigurationName = Release; |
| 795 | + }; |
632 | 796 | /* End XCConfigurationList section */
|
633 | 797 | };
|
634 | 798 | rootObject = 33CC10E52044A3C60003C045 /* Project object */;
|
|
0 commit comments