|
25 | 25 | C3DFB9BA1BBA475B00D2F8B4 /* AnimationManangerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = C3DFB9B91BBA475B00D2F8B4 /* AnimationManangerTests.m */; };
|
26 | 26 | C3DFB9BD1BBD0E2800D2F8B4 /* BEMAnimationsTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C3DFB9BC1BBD0E2800D2F8B4 /* BEMAnimationsTableViewController.m */; };
|
27 | 27 | C3E594901BC220C7005EA38B /* BEMCurrentSetupTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C3E5948F1BC220C7005EA38B /* BEMCurrentSetupTableViewController.m */; };
|
| 28 | + FC76C2451D7A121200EE3AA4 /* CheckBoxUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = FC76C2441D7A121200EE3AA4 /* CheckBoxUITests.m */; }; |
28 | 29 | /* End PBXBuildFile section */
|
29 | 30 |
|
30 | 31 | /* Begin PBXContainerItemProxy section */
|
|
42 | 43 | remoteGlobalIDString = C325370C1B9231780059F394;
|
43 | 44 | remoteInfo = CheckBox;
|
44 | 45 | };
|
| 46 | + FC76C2471D7A121200EE3AA4 /* PBXContainerItemProxy */ = { |
| 47 | + isa = PBXContainerItemProxy; |
| 48 | + containerPortal = C32537051B9231780059F394 /* Project object */; |
| 49 | + proxyType = 1; |
| 50 | + remoteGlobalIDString = C325370C1B9231780059F394; |
| 51 | + remoteInfo = CheckBox; |
| 52 | + }; |
45 | 53 | /* End PBXContainerItemProxy section */
|
46 | 54 |
|
47 | 55 | /* Begin PBXCopyFilesBuildPhase section */
|
|
86 | 94 | C3E837A91BAE3493004576D6 /* BEMAnimationManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BEMAnimationManager.m; path = ../Classes/BEMAnimationManager.m; sourceTree = "<group>"; };
|
87 | 95 | C3E837AB1BAE35D8004576D6 /* BEMPathManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BEMPathManager.h; path = ../Classes/BEMPathManager.h; sourceTree = "<group>"; };
|
88 | 96 | C3E837AC1BAE35D8004576D6 /* BEMPathManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BEMPathManager.m; path = ../Classes/BEMPathManager.m; sourceTree = "<group>"; };
|
| 97 | + FC76C2421D7A121200EE3AA4 /* CheckBoxUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CheckBoxUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 98 | + FC76C2441D7A121200EE3AA4 /* CheckBoxUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CheckBoxUITests.m; sourceTree = "<group>"; }; |
| 99 | + FC76C2461D7A121200EE3AA4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
89 | 100 | /* End PBXFileReference section */
|
90 | 101 |
|
91 | 102 | /* Begin PBXFrameworksBuildPhase section */
|
|
111 | 122 | );
|
112 | 123 | runOnlyForDeploymentPostprocessing = 0;
|
113 | 124 | };
|
| 125 | + FC76C23F1D7A121200EE3AA4 /* Frameworks */ = { |
| 126 | + isa = PBXFrameworksBuildPhase; |
| 127 | + buildActionMask = 2147483647; |
| 128 | + files = ( |
| 129 | + ); |
| 130 | + runOnlyForDeploymentPostprocessing = 0; |
| 131 | + }; |
114 | 132 | /* End PBXFrameworksBuildPhase section */
|
115 | 133 |
|
116 | 134 | /* Begin PBXGroup section */
|
|
128 | 146 | children = (
|
129 | 147 | C32537361B92318C0059F394 /* Classes */,
|
130 | 148 | C325370F1B9231780059F394 /* CheckBox */,
|
131 |
| - C32537291B9231780059F394 /* CheckBoxTests */, |
132 | 149 | 5643F12C1CDE722C0020E238 /* BEMCheckBox */,
|
| 150 | + C32537291B9231780059F394 /* CheckBoxTests */, |
| 151 | + FC76C2431D7A121200EE3AA4 /* CheckBoxUITests */, |
133 | 152 | C325370E1B9231780059F394 /* Products */,
|
134 | 153 | );
|
135 | 154 | sourceTree = "<group>";
|
|
140 | 159 | C325370D1B9231780059F394 /* CheckBox.app */,
|
141 | 160 | C32537261B9231780059F394 /* CheckBoxTests.xctest */,
|
142 | 161 | 5643F12B1CDE722C0020E238 /* BEMCheckBox.framework */,
|
| 162 | + FC76C2421D7A121200EE3AA4 /* CheckBoxUITests.xctest */, |
143 | 163 | );
|
144 | 164 | name = Products;
|
145 | 165 | sourceTree = "<group>";
|
|
203 | 223 | name = Classes;
|
204 | 224 | sourceTree = "<group>";
|
205 | 225 | };
|
| 226 | + FC76C2431D7A121200EE3AA4 /* CheckBoxUITests */ = { |
| 227 | + isa = PBXGroup; |
| 228 | + children = ( |
| 229 | + FC76C2441D7A121200EE3AA4 /* CheckBoxUITests.m */, |
| 230 | + FC76C2461D7A121200EE3AA4 /* Info.plist */, |
| 231 | + ); |
| 232 | + path = CheckBoxUITests; |
| 233 | + sourceTree = "<group>"; |
| 234 | + }; |
206 | 235 | /* End PBXGroup section */
|
207 | 236 |
|
208 | 237 | /* Begin PBXHeadersBuildPhase section */
|
|
274 | 303 | productReference = C32537261B9231780059F394 /* CheckBoxTests.xctest */;
|
275 | 304 | productType = "com.apple.product-type.bundle.unit-test";
|
276 | 305 | };
|
| 306 | + FC76C2411D7A121200EE3AA4 /* CheckBoxUITests */ = { |
| 307 | + isa = PBXNativeTarget; |
| 308 | + buildConfigurationList = FC76C24B1D7A121200EE3AA4 /* Build configuration list for PBXNativeTarget "CheckBoxUITests" */; |
| 309 | + buildPhases = ( |
| 310 | + FC76C23E1D7A121200EE3AA4 /* Sources */, |
| 311 | + FC76C23F1D7A121200EE3AA4 /* Frameworks */, |
| 312 | + FC76C2401D7A121200EE3AA4 /* Resources */, |
| 313 | + ); |
| 314 | + buildRules = ( |
| 315 | + ); |
| 316 | + dependencies = ( |
| 317 | + FC76C2481D7A121200EE3AA4 /* PBXTargetDependency */, |
| 318 | + ); |
| 319 | + name = CheckBoxUITests; |
| 320 | + productName = CheckBoxUITests; |
| 321 | + productReference = FC76C2421D7A121200EE3AA4 /* CheckBoxUITests.xctest */; |
| 322 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 323 | + }; |
277 | 324 | /* End PBXNativeTarget section */
|
278 | 325 |
|
279 | 326 | /* Begin PBXProject section */
|
|
293 | 340 | CreatedOnToolsVersion = 6.4;
|
294 | 341 | TestTargetID = C325370C1B9231780059F394;
|
295 | 342 | };
|
| 343 | + FC76C2411D7A121200EE3AA4 = { |
| 344 | + CreatedOnToolsVersion = 8.0; |
| 345 | + ProvisioningStyle = Automatic; |
| 346 | + TestTargetID = C325370C1B9231780059F394; |
| 347 | + }; |
296 | 348 | };
|
297 | 349 | };
|
298 | 350 | buildConfigurationList = C32537081B9231780059F394 /* Build configuration list for PBXProject "CheckBox" */;
|
|
310 | 362 | targets = (
|
311 | 363 | C325370C1B9231780059F394 /* CheckBox */,
|
312 | 364 | C32537251B9231780059F394 /* CheckBoxTests */,
|
| 365 | + FC76C2411D7A121200EE3AA4 /* CheckBoxUITests */, |
313 | 366 | 5643F12A1CDE722C0020E238 /* BEMCheckBox */,
|
314 | 367 | );
|
315 | 368 | };
|
|
340 | 393 | );
|
341 | 394 | runOnlyForDeploymentPostprocessing = 0;
|
342 | 395 | };
|
| 396 | + FC76C2401D7A121200EE3AA4 /* Resources */ = { |
| 397 | + isa = PBXResourcesBuildPhase; |
| 398 | + buildActionMask = 2147483647; |
| 399 | + files = ( |
| 400 | + ); |
| 401 | + runOnlyForDeploymentPostprocessing = 0; |
| 402 | + }; |
343 | 403 | /* End PBXResourcesBuildPhase section */
|
344 | 404 |
|
345 | 405 | /* Begin PBXSourcesBuildPhase section */
|
|
374 | 434 | );
|
375 | 435 | runOnlyForDeploymentPostprocessing = 0;
|
376 | 436 | };
|
| 437 | + FC76C23E1D7A121200EE3AA4 /* Sources */ = { |
| 438 | + isa = PBXSourcesBuildPhase; |
| 439 | + buildActionMask = 2147483647; |
| 440 | + files = ( |
| 441 | + FC76C2451D7A121200EE3AA4 /* CheckBoxUITests.m in Sources */, |
| 442 | + ); |
| 443 | + runOnlyForDeploymentPostprocessing = 0; |
| 444 | + }; |
377 | 445 | /* End PBXSourcesBuildPhase section */
|
378 | 446 |
|
379 | 447 | /* Begin PBXTargetDependency section */
|
|
387 | 455 | target = C325370C1B9231780059F394 /* CheckBox */;
|
388 | 456 | targetProxy = C32537271B9231780059F394 /* PBXContainerItemProxy */;
|
389 | 457 | };
|
| 458 | + FC76C2481D7A121200EE3AA4 /* PBXTargetDependency */ = { |
| 459 | + isa = PBXTargetDependency; |
| 460 | + target = C325370C1B9231780059F394 /* CheckBox */; |
| 461 | + targetProxy = FC76C2471D7A121200EE3AA4 /* PBXContainerItemProxy */; |
| 462 | + }; |
390 | 463 | /* End PBXTargetDependency section */
|
391 | 464 |
|
392 | 465 | /* Begin PBXVariantGroup section */
|
|
585 | 658 | };
|
586 | 659 | name = Release;
|
587 | 660 | };
|
| 661 | + FC76C2491D7A121200EE3AA4 /* Debug */ = { |
| 662 | + isa = XCBuildConfiguration; |
| 663 | + buildSettings = { |
| 664 | + CLANG_ANALYZER_NONNULL = YES; |
| 665 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 666 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 667 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 668 | + DEBUG_INFORMATION_FORMAT = dwarf; |
| 669 | + INFOPLIST_FILE = CheckBoxUITests/Info.plist; |
| 670 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 671 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 672 | + PRODUCT_BUNDLE_IDENTIFIER = borisemorine.CheckBoxUITests; |
| 673 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 674 | + TEST_TARGET_NAME = CheckBox; |
| 675 | + }; |
| 676 | + name = Debug; |
| 677 | + }; |
| 678 | + FC76C24A1D7A121200EE3AA4 /* Release */ = { |
| 679 | + isa = XCBuildConfiguration; |
| 680 | + buildSettings = { |
| 681 | + CLANG_ANALYZER_NONNULL = YES; |
| 682 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 683 | + CLANG_WARN_INFINITE_RECURSION = YES; |
| 684 | + CLANG_WARN_SUSPICIOUS_MOVES = YES; |
| 685 | + INFOPLIST_FILE = CheckBoxUITests/Info.plist; |
| 686 | + IPHONEOS_DEPLOYMENT_TARGET = 9.3; |
| 687 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 688 | + PRODUCT_BUNDLE_IDENTIFIER = borisemorine.CheckBoxUITests; |
| 689 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 690 | + TEST_TARGET_NAME = CheckBox; |
| 691 | + }; |
| 692 | + name = Release; |
| 693 | + }; |
588 | 694 | /* End XCBuildConfiguration section */
|
589 | 695 |
|
590 | 696 | /* Begin XCConfigurationList section */
|
|
624 | 730 | defaultConfigurationIsVisible = 0;
|
625 | 731 | defaultConfigurationName = Release;
|
626 | 732 | };
|
| 733 | + FC76C24B1D7A121200EE3AA4 /* Build configuration list for PBXNativeTarget "CheckBoxUITests" */ = { |
| 734 | + isa = XCConfigurationList; |
| 735 | + buildConfigurations = ( |
| 736 | + FC76C2491D7A121200EE3AA4 /* Debug */, |
| 737 | + FC76C24A1D7A121200EE3AA4 /* Release */, |
| 738 | + ); |
| 739 | + defaultConfigurationIsVisible = 0; |
| 740 | + defaultConfigurationName = Release; |
| 741 | + }; |
627 | 742 | /* End XCConfigurationList section */
|
628 | 743 | };
|
629 | 744 | rootObject = C32537051B9231780059F394 /* Project object */;
|
|
0 commit comments