|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 46; |
| 6 | + objectVersion = 52; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + BA82FFEF249E5CAE00D38ABA /* SE0270_RangeSet in Frameworks */ = {isa = PBXBuildFile; productRef = BA82FFEE249E5CAE00D38ABA /* SE0270_RangeSet */; }; |
| 11 | + BA82FFF1249E5D2400D38ABA /* Optimise Instructions.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA82FFF0249E5D2400D38ABA /* Optimise Instructions.swift */; }; |
10 | 12 | BA92EA232495240C000A854B /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA92EA222495240C000A854B /* AppDelegate.swift */; };
|
11 | 13 | BA92EA272495240D000A854B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BA92EA262495240D000A854B /* Assets.xcassets */; };
|
12 | 14 | BA92EA2A2495240D000A854B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = BA92EA292495240D000A854B /* Preview Assets.xcassets */; };
|
|
73 | 75 | /* End PBXCopyFilesBuildPhase section */
|
74 | 76 |
|
75 | 77 | /* Begin PBXFileReference section */
|
| 78 | + BA82FFF0249E5D2400D38ABA /* Optimise Instructions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Optimise Instructions.swift"; sourceTree = "<group>"; }; |
76 | 79 | BA92EA202495240C000A854B /* PlaygroundView.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PlaygroundView.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
77 | 80 | BA92EA222495240C000A854B /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
78 | 81 | BA92EA262495240D000A854B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
123 | 126 | isa = PBXFrameworksBuildPhase;
|
124 | 127 | buildActionMask = 0;
|
125 | 128 | files = (
|
| 129 | + BA82FFEF249E5CAE00D38ABA /* SE0270_RangeSet in Frameworks */, |
126 | 130 | );
|
127 | 131 | runOnlyForDeploymentPostprocessing = 0;
|
128 | 132 | };
|
|
195 | 199 | OBJ_13 /* Patterns */ = {
|
196 | 200 | isa = PBXGroup;
|
197 | 201 | children = (
|
| 202 | + BA82FFF0249E5D2400D38ABA /* Optimise Instructions.swift */, |
198 | 203 | OBJ_14 /* Atomic Patterns */,
|
199 | 204 | OBJ_19 /* Decoder.swift */,
|
200 | 205 | OBJ_20 /* General */,
|
|
327 | 332 | dependencies = (
|
328 | 333 | );
|
329 | 334 | name = Patterns;
|
| 335 | + packageProductDependencies = ( |
| 336 | + BA82FFEE249E5CAE00D38ABA /* SE0270_RangeSet */, |
| 337 | + ); |
330 | 338 | productName = Patterns;
|
331 | 339 | productReference = "Patterns::Patterns::Product" /* Patterns.framework */;
|
332 | 340 | productType = "com.apple.product-type.framework";
|
|
401 | 409 | Base,
|
402 | 410 | );
|
403 | 411 | mainGroup = OBJ_5;
|
| 412 | + packageReferences = ( |
| 413 | + BA82FFED249E5CAE00D38ABA /* XCRemoteSwiftPackageReference "swift-se0270-range-set" */, |
| 414 | + ); |
404 | 415 | productRefGroup = OBJ_39 /* Products */;
|
405 | 416 | projectDirPath = "";
|
406 | 417 | projectRoot = "";
|
|
453 | 464 | OBJ_56 /* And.swift in Sources */,
|
454 | 465 | OBJ_57 /* AnyPattern.swift in Sources */,
|
455 | 466 | OBJ_58 /* Capture.swift in Sources */,
|
| 467 | + BA82FFF1249E5D2400D38ABA /* Optimise Instructions.swift in Sources */, |
456 | 468 | OBJ_59 /* Choice.swift in Sources */,
|
457 | 469 | OBJ_60 /* Concatenation.swift in Sources */,
|
458 | 470 | OBJ_61 /* Not.swift in Sources */,
|
|
569 | 581 | GCC_WARN_UNUSED_FUNCTION = YES;
|
570 | 582 | GCC_WARN_UNUSED_VARIABLE = YES;
|
571 | 583 | INFOPLIST_FILE = PlaygroundView/Info.plist;
|
572 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 584 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 585 | + "$(inherited)", |
| 586 | + "@executable_path/../Frameworks", |
| 587 | + ); |
573 | 588 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
574 | 589 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
575 | 590 | MTL_FAST_MATH = YES;
|
|
629 | 644 | GCC_WARN_UNUSED_FUNCTION = YES;
|
630 | 645 | GCC_WARN_UNUSED_VARIABLE = YES;
|
631 | 646 | INFOPLIST_FILE = PlaygroundView/Info.plist;
|
632 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 647 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 648 | + "$(inherited)", |
| 649 | + "@executable_path/../Frameworks", |
| 650 | + ); |
633 | 651 | MACOSX_DEPLOYMENT_TARGET = 10.15;
|
634 | 652 | MTL_ENABLE_DEBUG_INFO = NO;
|
635 | 653 | MTL_FAST_MATH = YES;
|
|
685 | 703 | SDKROOT = macosx;
|
686 | 704 | SUPPORTED_PLATFORMS = "macosx iphoneos iphonesimulator appletvos appletvsimulator watchos watchsimulator";
|
687 | 705 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SWIFT_PACKAGE";
|
688 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 706 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 707 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
689 | 708 | USE_HEADERMAP = NO;
|
690 | 709 | };
|
691 | 710 | name = Release;
|
|
701 | 720 | HEADER_SEARCH_PATHS = "$(inherited)";
|
702 | 721 | INFOPLIST_FILE = Playground.xcodeproj/Patterns_Info.plist;
|
703 | 722 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
704 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
| 723 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 724 | + "$(inherited)", |
| 725 | + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
| 726 | + ); |
705 | 727 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
706 | 728 | OTHER_CFLAGS = "$(inherited)";
|
707 | 729 | OTHER_LDFLAGS = "$(inherited)";
|
|
729 | 751 | HEADER_SEARCH_PATHS = "$(inherited)";
|
730 | 752 | INFOPLIST_FILE = Playground.xcodeproj/Patterns_Info.plist;
|
731 | 753 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
732 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
| 754 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 755 | + "$(inherited)", |
| 756 | + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
| 757 | + ); |
733 | 758 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
734 | 759 | OTHER_CFLAGS = "$(inherited)";
|
735 | 760 | OTHER_LDFLAGS = "$(inherited)";
|
|
775 | 800 | HEADER_SEARCH_PATHS = "$(inherited)";
|
776 | 801 | INFOPLIST_FILE = Playground.xcodeproj/Playground_Info.plist;
|
777 | 802 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
778 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
| 803 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 804 | + "$(inherited)", |
| 805 | + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
| 806 | + ); |
779 | 807 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
780 | 808 | OTHER_CFLAGS = "$(inherited)";
|
781 | 809 | OTHER_LDFLAGS = "$(inherited)";
|
|
803 | 831 | HEADER_SEARCH_PATHS = "$(inherited)";
|
804 | 832 | INFOPLIST_FILE = Playground.xcodeproj/Playground_Info.plist;
|
805 | 833 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
806 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) $(TOOLCHAIN_DIR)/usr/lib/swift/macosx"; |
| 834 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 835 | + "$(inherited)", |
| 836 | + "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx", |
| 837 | + ); |
807 | 838 | MACOSX_DEPLOYMENT_TARGET = 10.10;
|
808 | 839 | OTHER_CFLAGS = "$(inherited)";
|
809 | 840 | OTHER_LDFLAGS = "$(inherited)";
|
|
896 | 927 | defaultConfigurationName = Release;
|
897 | 928 | };
|
898 | 929 | /* End XCConfigurationList section */
|
| 930 | + |
| 931 | +/* Begin XCRemoteSwiftPackageReference section */ |
| 932 | + BA82FFED249E5CAE00D38ABA /* XCRemoteSwiftPackageReference "swift-se0270-range-set" */ = { |
| 933 | + isa = XCRemoteSwiftPackageReference; |
| 934 | + repositoryURL = "https://github.com/apple/swift-se0270-range-set"; |
| 935 | + requirement = { |
| 936 | + kind = upToNextMajorVersion; |
| 937 | + minimumVersion = 1.0.0; |
| 938 | + }; |
| 939 | + }; |
| 940 | +/* End XCRemoteSwiftPackageReference section */ |
| 941 | + |
| 942 | +/* Begin XCSwiftPackageProductDependency section */ |
| 943 | + BA82FFEE249E5CAE00D38ABA /* SE0270_RangeSet */ = { |
| 944 | + isa = XCSwiftPackageProductDependency; |
| 945 | + package = BA82FFED249E5CAE00D38ABA /* XCRemoteSwiftPackageReference "swift-se0270-range-set" */; |
| 946 | + productName = SE0270_RangeSet; |
| 947 | + }; |
| 948 | +/* End XCSwiftPackageProductDependency section */ |
899 | 949 | };
|
900 | 950 | rootObject = OBJ_1 /* Project object */;
|
901 | 951 | }
|
0 commit comments