|
45 | 45 | 26AF1F5628B8362800937BA9 /* UIColor+SystemColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */; }; |
46 | 46 | 26AF1F5928B9011100937BA9 /* WooStyleModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26AF1F5828B9011100937BA9 /* WooStyleModifiers.swift */; }; |
47 | 47 | 397702D42D32EAEEEA3B29FC /* Pods_WooFoundationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */; }; |
| 48 | + 3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; }; |
48 | 49 | 686BE912288EE0D300967C86 /* TypedPredicates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE911288EE0D300967C86 /* TypedPredicates.swift */; }; |
49 | 50 | 686BE915288EE2CA00967C86 /* TypedPredicateTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 686BE914288EE2CA00967C86 /* TypedPredicateTests.swift */; }; |
50 | 51 | 6874E81428998AD300074A97 /* LogErrorAndExit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6874E81328998AD300074A97 /* LogErrorAndExit.swift */; }; |
|
138 | 139 | 26AF1F5128B8362800937BA9 /* UIColor+ColorStudio.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+ColorStudio.swift"; sourceTree = "<group>"; }; |
139 | 140 | 26AF1F5228B8362800937BA9 /* UIColor+SystemColors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+SystemColors.swift"; sourceTree = "<group>"; }; |
140 | 141 | 26AF1F5828B9011100937BA9 /* WooStyleModifiers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WooStyleModifiers.swift; sourceTree = "<group>"; }; |
| 142 | + 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WooFoundation.xcconfig; sourceTree = "<group>"; }; |
141 | 143 | 532D4D63493CE8FA6F13C85B /* Pods_WooFoundationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_WooFoundationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
142 | 144 | 5BC355411C0A805BF29F38A6 /* Pods-WooFoundationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WooFoundationTests.release.xcconfig"; path = "Target Support Files/Pods-WooFoundationTests/Pods-WooFoundationTests.release.xcconfig"; sourceTree = "<group>"; }; |
143 | 145 | 686BE911288EE0D300967C86 /* TypedPredicates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TypedPredicates.swift; sourceTree = "<group>"; }; |
|
361 | 363 | B9C9C661283E7296001B879F /* Internal */, |
362 | 364 | B9C9C657283E7174001B879F /* Extensions */, |
363 | 365 | 26AF1F5728B9011100937BA9 /* ViewModifiers */, |
| 366 | + 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */, |
364 | 367 | ); |
365 | 368 | path = WooFoundation; |
366 | 369 | sourceTree = "<group>"; |
|
586 | 589 | buildActionMask = 2147483647; |
587 | 590 | files = ( |
588 | 591 | 265C99D828B93F04005E6117 /* ColorPalette.xcassets in Resources */, |
| 592 | + 3FA7D9FF2D547EDC00CE5611 /* WooFoundation.xcconfig in Resources */, |
589 | 593 | ); |
590 | 594 | runOnlyForDeploymentPostprocessing = 0; |
591 | 595 | }; |
|
910 | 914 | }; |
911 | 915 | B9BD4BD42844E20300F835D6 /* Release-Alpha */ = { |
912 | 916 | isa = XCBuildConfiguration; |
| 917 | + baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; |
913 | 918 | buildSettings = { |
914 | 919 | ALWAYS_SEARCH_USER_PATHS = NO; |
915 | 920 | CLANG_ANALYZER_NONNULL = YES; |
|
953 | 958 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
954 | 959 | GCC_WARN_UNUSED_FUNCTION = YES; |
955 | 960 | GCC_WARN_UNUSED_VARIABLE = YES; |
956 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
957 | 961 | MTL_ENABLE_DEBUG_INFO = NO; |
958 | 962 | MTL_FAST_MATH = YES; |
959 | 963 | SWIFT_COMPILATION_MODE = wholemodule; |
|
1019 | 1023 | }; |
1020 | 1024 | B9C9C621283E6FAB001B879F /* Debug */ = { |
1021 | 1025 | isa = XCBuildConfiguration; |
| 1026 | + baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; |
1022 | 1027 | buildSettings = { |
1023 | 1028 | ALWAYS_SEARCH_USER_PATHS = NO; |
1024 | 1029 | CLANG_ANALYZER_NONNULL = YES; |
|
1068 | 1073 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1069 | 1074 | GCC_WARN_UNUSED_FUNCTION = YES; |
1070 | 1075 | GCC_WARN_UNUSED_VARIABLE = YES; |
1071 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
1072 | 1076 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
1073 | 1077 | MTL_FAST_MATH = YES; |
1074 | 1078 | ONLY_ACTIVE_ARCH = YES; |
|
1079 | 1083 | }; |
1080 | 1084 | B9C9C622283E6FAB001B879F /* Release */ = { |
1081 | 1085 | isa = XCBuildConfiguration; |
| 1086 | + baseConfigurationReference = 3FA7D9FE2D547EDC00CE5611 /* WooFoundation.xcconfig */; |
1082 | 1087 | buildSettings = { |
1083 | 1088 | ALWAYS_SEARCH_USER_PATHS = NO; |
1084 | 1089 | CLANG_ANALYZER_NONNULL = YES; |
|
1122 | 1127 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
1123 | 1128 | GCC_WARN_UNUSED_FUNCTION = YES; |
1124 | 1129 | GCC_WARN_UNUSED_VARIABLE = YES; |
1125 | | - IPHONEOS_DEPLOYMENT_TARGET = 16.0; |
1126 | 1130 | MTL_ENABLE_DEBUG_INFO = NO; |
1127 | 1131 | MTL_FAST_MATH = YES; |
1128 | 1132 | SWIFT_COMPILATION_MODE = wholemodule; |
|
0 commit comments