|
23 | 23 | 643640C91FADE74A002C4859 /* browser-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 643640C81FADE74A002C4859 /* browser-test.json */; }; |
24 | 24 | 643640CA1FADE74A002C4859 /* browser-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 643640C81FADE74A002C4859 /* browser-test.json */; }; |
25 | 25 | 643640CB1FADE74A002C4859 /* browser-test.json in Resources */ = {isa = PBXBuildFile; fileRef = 643640C81FADE74A002C4859 /* browser-test.json */; }; |
| 26 | + 64C2F9FF1FAF849C00E3EEDC /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */; }; |
| 27 | + 64C2FA001FAF849C00E3EEDC /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */; }; |
| 28 | + 64C2FA011FAF849C00E3EEDC /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */; }; |
| 29 | + 64C2FA021FAF849C00E3EEDC /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */; }; |
26 | 30 | 64CD6C331FAA2175009B4F9A /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CD6C321FAA2175009B4F9A /* AppDelegate.swift */; }; |
27 | 31 | 64CD6C351FAA2175009B4F9A /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64CD6C341FAA2175009B4F9A /* ViewController.swift */; }; |
28 | 32 | 64CD6C381FAA2175009B4F9A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 64CD6C361FAA2175009B4F9A /* Main.storyboard */; }; |
29 | 33 | 64CD6C3A1FAA2175009B4F9A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 64CD6C391FAA2175009B4F9A /* Assets.xcassets */; }; |
30 | 34 | 64CD6C3D1FAA2175009B4F9A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 64CD6C3B1FAA2175009B4F9A /* LaunchScreen.storyboard */; }; |
31 | 35 | 64CD6C451FAA2181009B4F9A /* UAParserSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D97C1BEFF229002C0205 /* UAParserSwift.framework */; }; |
32 | 36 | 64CD6C471FAA218E009B4F9A /* UAParserSwift.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D97C1BEFF229002C0205 /* UAParserSwift.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
33 | | - 8933C7851EB5B820000D00A4 /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */; }; |
34 | | - 8933C7861EB5B820000D00A4 /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */; }; |
35 | | - 8933C7871EB5B820000D00A4 /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */; }; |
36 | | - 8933C7881EB5B820000D00A4 /* UAParserSwift.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */; }; |
37 | 37 | 8933C78E1EB5B82C000D00A4 /* UAParserSwift_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* UAParserSwift_Tests.swift */; }; |
38 | 38 | 8933C78F1EB5B82C000D00A4 /* UAParserSwift_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* UAParserSwift_Tests.swift */; }; |
39 | 39 | 8933C7901EB5B82D000D00A4 /* UAParserSwift_Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* UAParserSwift_Tests.swift */; }; |
|
97 | 97 | 643640C01FACFE28002C4859 /* os-test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "os-test.json"; sourceTree = "<group>"; }; |
98 | 98 | 643640C41FADBDFC002C4859 /* device-test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "device-test.json"; sourceTree = "<group>"; }; |
99 | 99 | 643640C81FADE74A002C4859 /* browser-test.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "browser-test.json"; sourceTree = "<group>"; }; |
| 100 | + 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UAParserSwift.swift; path = UAParserSwift/UAParserSwift.swift; sourceTree = "<group>"; }; |
100 | 101 | 64CD6C301FAA2175009B4F9A /* TestApplication.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestApplication.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
101 | 102 | 64CD6C321FAA2175009B4F9A /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
102 | 103 | 64CD6C341FAA2175009B4F9A /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
103 | 104 | 64CD6C371FAA2175009B4F9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
104 | 105 | 64CD6C391FAA2175009B4F9A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
105 | 106 | 64CD6C3C1FAA2175009B4F9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
106 | 107 | 64CD6C3E1FAA2175009B4F9A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
107 | | - 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UAParserSwift.swift; sourceTree = "<group>"; }; |
108 | 108 | 8933C7891EB5B82A000D00A4 /* UAParserSwift_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UAParserSwift_Tests.swift; sourceTree = "<group>"; }; |
109 | 109 | AD2FAA261CD0B6D800659CF4 /* UAParserSwift.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = UAParserSwift.plist; sourceTree = "<group>"; }; |
110 | 110 | AD2FAA281CD0B6E100659CF4 /* UAParserSwiftTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = UAParserSwiftTests.plist; sourceTree = "<group>"; }; |
|
235 | 235 | 8933C7811EB5B7E0000D00A4 /* Sources */ = { |
236 | 236 | isa = PBXGroup; |
237 | 237 | children = ( |
238 | | - 8933C7841EB5B820000D00A4 /* UAParserSwift.swift */, |
| 238 | + 64C2F9FE1FAF849C00E3EEDC /* UAParserSwift.swift */, |
239 | 239 | ); |
240 | 240 | path = Sources; |
241 | 241 | sourceTree = "<group>"; |
|
461 | 461 | TargetAttributes = { |
462 | 462 | 52D6D97B1BEFF229002C0205 = { |
463 | 463 | CreatedOnToolsVersion = 7.1; |
464 | | - LastSwiftMigration = 0800; |
| 464 | + LastSwiftMigration = 0910; |
465 | 465 | }; |
466 | 466 | 52D6D9851BEFF229002C0205 = { |
467 | 467 | CreatedOnToolsVersion = 7.1; |
468 | 468 | LastSwiftMigration = 0800; |
469 | 469 | }; |
470 | 470 | 52D6D9E11BEFFF6E002C0205 = { |
471 | 471 | CreatedOnToolsVersion = 7.1; |
472 | | - LastSwiftMigration = 0800; |
| 472 | + LastSwiftMigration = 0910; |
473 | 473 | }; |
474 | 474 | 52D6D9EF1BEFFFBE002C0205 = { |
475 | 475 | CreatedOnToolsVersion = 7.1; |
476 | | - LastSwiftMigration = 0800; |
| 476 | + LastSwiftMigration = 0910; |
477 | 477 | }; |
478 | 478 | 52D6DA0E1BF000BD002C0205 = { |
479 | 479 | CreatedOnToolsVersion = 7.1; |
480 | | - LastSwiftMigration = 0800; |
| 480 | + LastSwiftMigration = 0910; |
481 | 481 | }; |
482 | 482 | 64CD6C2F1FAA2175009B4F9A = { |
483 | 483 | CreatedOnToolsVersion = 9.1; |
|
600 | 600 | isa = PBXSourcesBuildPhase; |
601 | 601 | buildActionMask = 2147483647; |
602 | 602 | files = ( |
603 | | - 8933C7851EB5B820000D00A4 /* UAParserSwift.swift in Sources */, |
| 603 | + 64C2F9FF1FAF849C00E3EEDC /* UAParserSwift.swift in Sources */, |
604 | 604 | ); |
605 | 605 | runOnlyForDeploymentPostprocessing = 0; |
606 | 606 | }; |
|
616 | 616 | isa = PBXSourcesBuildPhase; |
617 | 617 | buildActionMask = 2147483647; |
618 | 618 | files = ( |
619 | | - 8933C7871EB5B820000D00A4 /* UAParserSwift.swift in Sources */, |
| 619 | + 64C2FA011FAF849C00E3EEDC /* UAParserSwift.swift in Sources */, |
620 | 620 | ); |
621 | 621 | runOnlyForDeploymentPostprocessing = 0; |
622 | 622 | }; |
623 | 623 | 52D6D9EB1BEFFFBE002C0205 /* Sources */ = { |
624 | 624 | isa = PBXSourcesBuildPhase; |
625 | 625 | buildActionMask = 2147483647; |
626 | 626 | files = ( |
627 | | - 8933C7881EB5B820000D00A4 /* UAParserSwift.swift in Sources */, |
| 627 | + 64C2FA021FAF849C00E3EEDC /* UAParserSwift.swift in Sources */, |
628 | 628 | ); |
629 | 629 | runOnlyForDeploymentPostprocessing = 0; |
630 | 630 | }; |
631 | 631 | 52D6DA0A1BF000BD002C0205 /* Sources */ = { |
632 | 632 | isa = PBXSourcesBuildPhase; |
633 | 633 | buildActionMask = 2147483647; |
634 | 634 | files = ( |
635 | | - 8933C7861EB5B820000D00A4 /* UAParserSwift.swift in Sources */, |
| 635 | + 64C2FA001FAF849C00E3EEDC /* UAParserSwift.swift in Sources */, |
636 | 636 | ); |
637 | 637 | runOnlyForDeploymentPostprocessing = 0; |
638 | 638 | }; |
|
861 | 861 | 52D6D9941BEFF229002C0205 /* Debug */ = { |
862 | 862 | isa = XCBuildConfiguration; |
863 | 863 | buildSettings = { |
| 864 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
864 | 865 | CLANG_ENABLE_MODULES = YES; |
865 | 866 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
866 | 867 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
874 | 875 | 52D6D9951BEFF229002C0205 /* Release */ = { |
875 | 876 | isa = XCBuildConfiguration; |
876 | 877 | buildSettings = { |
| 878 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
877 | 879 | CLANG_ENABLE_MODULES = YES; |
878 | 880 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
879 | 881 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
888 | 890 | isa = XCBuildConfiguration; |
889 | 891 | buildSettings = { |
890 | 892 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 893 | + CLANG_ENABLE_MODULES = YES; |
891 | 894 | "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; |
892 | 895 | DEFINES_MODULE = YES; |
893 | 896 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
900 | 903 | PRODUCT_NAME = UAParserSwift; |
901 | 904 | SDKROOT = watchos; |
902 | 905 | SKIP_INSTALL = YES; |
| 906 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
903 | 907 | SWIFT_VERSION = 4.0; |
904 | 908 | TARGETED_DEVICE_FAMILY = 4; |
905 | 909 | WATCHOS_DEPLOYMENT_TARGET = 2.0; |
|
910 | 914 | isa = XCBuildConfiguration; |
911 | 915 | buildSettings = { |
912 | 916 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 917 | + CLANG_ENABLE_MODULES = YES; |
913 | 918 | "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; |
914 | 919 | DEFINES_MODULE = YES; |
915 | 920 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
933 | 938 | isa = XCBuildConfiguration; |
934 | 939 | buildSettings = { |
935 | 940 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 941 | + CLANG_ENABLE_MODULES = YES; |
936 | 942 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
937 | 943 | DEFINES_MODULE = YES; |
938 | 944 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
945 | 951 | PRODUCT_NAME = UAParserSwift; |
946 | 952 | SDKROOT = appletvos; |
947 | 953 | SKIP_INSTALL = YES; |
| 954 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
948 | 955 | SWIFT_VERSION = 4.0; |
949 | 956 | TARGETED_DEVICE_FAMILY = 3; |
950 | 957 | TVOS_DEPLOYMENT_TARGET = 9.0; |
|
955 | 962 | isa = XCBuildConfiguration; |
956 | 963 | buildSettings = { |
957 | 964 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 965 | + CLANG_ENABLE_MODULES = YES; |
958 | 966 | "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; |
959 | 967 | DEFINES_MODULE = YES; |
960 | 968 | DYLIB_COMPATIBILITY_VERSION = 1; |
|
978 | 986 | isa = XCBuildConfiguration; |
979 | 987 | buildSettings = { |
980 | 988 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 989 | + CLANG_ENABLE_MODULES = YES; |
981 | 990 | CODE_SIGN_IDENTITY = "-"; |
982 | 991 | COMBINE_HIDPI_IMAGES = YES; |
983 | 992 | DEFINES_MODULE = YES; |
|
993 | 1002 | PRODUCT_NAME = UAParserSwift; |
994 | 1003 | SDKROOT = macosx; |
995 | 1004 | SKIP_INSTALL = YES; |
| 1005 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
996 | 1006 | SWIFT_VERSION = 4.0; |
997 | 1007 | }; |
998 | 1008 | name = Debug; |
|
1001 | 1011 | isa = XCBuildConfiguration; |
1002 | 1012 | buildSettings = { |
1003 | 1013 | APPLICATION_EXTENSION_API_ONLY = YES; |
| 1014 | + CLANG_ENABLE_MODULES = YES; |
1004 | 1015 | CODE_SIGN_IDENTITY = "-"; |
1005 | 1016 | COMBINE_HIDPI_IMAGES = YES; |
1006 | 1017 | DEFINES_MODULE = YES; |
|
1024 | 1035 | 64CD6C3F1FAA2175009B4F9A /* Debug */ = { |
1025 | 1036 | isa = XCBuildConfiguration; |
1026 | 1037 | buildSettings = { |
| 1038 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1027 | 1039 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1028 | 1040 | CLANG_ANALYZER_NONNULL = YES; |
1029 | 1041 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
|
1048 | 1060 | 64CD6C401FAA2175009B4F9A /* Release */ = { |
1049 | 1061 | isa = XCBuildConfiguration; |
1050 | 1062 | buildSettings = { |
| 1063 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1051 | 1064 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
1052 | 1065 | CLANG_ANALYZER_NONNULL = YES; |
1053 | 1066 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
|
1072 | 1085 | DD7502831C68FCFC006590AF /* Debug */ = { |
1073 | 1086 | isa = XCBuildConfiguration; |
1074 | 1087 | buildSettings = { |
| 1088 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1075 | 1089 | CODE_SIGN_IDENTITY = "-"; |
1076 | 1090 | COMBINE_HIDPI_IMAGES = YES; |
1077 | 1091 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
|
1087 | 1101 | DD7502841C68FCFC006590AF /* Release */ = { |
1088 | 1102 | isa = XCBuildConfiguration; |
1089 | 1103 | buildSettings = { |
| 1104 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1090 | 1105 | CODE_SIGN_IDENTITY = "-"; |
1091 | 1106 | COMBINE_HIDPI_IMAGES = YES; |
1092 | 1107 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
|
1103 | 1118 | DD7502961C690C7A006590AF /* Debug */ = { |
1104 | 1119 | isa = XCBuildConfiguration; |
1105 | 1120 | buildSettings = { |
| 1121 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1106 | 1122 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
1107 | 1123 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1108 | 1124 | PRODUCT_BUNDLE_IDENTIFIER = "com.UAParserSwift.UAParserSwift-tvOS-Tests"; |
|
1116 | 1132 | DD7502971C690C7A006590AF /* Release */ = { |
1117 | 1133 | isa = XCBuildConfiguration; |
1118 | 1134 | buildSettings = { |
| 1135 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
1119 | 1136 | INFOPLIST_FILE = Configs/UAParserSwiftTests.plist; |
1120 | 1137 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
1121 | 1138 | PRODUCT_BUNDLE_IDENTIFIER = "com.UAParserSwift.UAParserSwift-tvOS-Tests"; |
|
0 commit comments