|
634 | 634 | D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
635 | 635 | D0D8186C174421EB00995A2E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; }; |
636 | 636 | D0F4E28917C7F24200BBDE30 /* NSErrorGitSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSErrorGitSpec.m; sourceTree = "<group>"; }; |
| 637 | + D168F09427E9CE160015FAA8 /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-Framework.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-Framework.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 638 | + D168F09527E9CE160015FAA8 /* macOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-Base.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-Base.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 639 | + D168F09627E9CE160015FAA8 /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-StaticLibrary.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-StaticLibrary.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 640 | + D168F09727E9CE160015FAA8 /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-DynamicLibrary.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-DynamicLibrary.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 641 | + D168F09827E9CE160015FAA8 /* macOS-XCTest.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-XCTest.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-XCTest.xcconfig"; sourceTree = SOURCE_ROOT; }; |
| 642 | + D168F09927E9CE160015FAA8 /* macOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "macOS-Application.xcconfig"; path = "Carthage/Checkouts/xcconfigs/macOS/macOS-Application.xcconfig"; sourceTree = SOURCE_ROOT; }; |
637 | 643 | D19D707127B8DACB00A5C740 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
638 | 644 | DD3D9510182A81E1004AF532 /* GTBlame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTBlame.h; sourceTree = "<group>"; }; |
639 | 645 | DD3D9511182A81E1004AF532 /* GTBlame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlame.m; sourceTree = "<group>"; }; |
|
1032 | 1038 | D0D81857174421EB00995A2E /* Configuration */ = { |
1033 | 1039 | isa = PBXGroup; |
1034 | 1040 | children = ( |
| 1041 | + D168F09327E9CDE80015FAA8 /* Mac */, |
1035 | 1042 | D0A463D517E57C45000F5021 /* Base */, |
1036 | 1043 | D0D81862174421EB00995A2E /* iOS */, |
1037 | 1044 | D0D81866174421EB00995A2E /* Mac OS X */, |
|
1066 | 1073 | path = "Mac OS X"; |
1067 | 1074 | sourceTree = "<group>"; |
1068 | 1075 | }; |
| 1076 | + D168F09327E9CDE80015FAA8 /* Mac */ = { |
| 1077 | + isa = PBXGroup; |
| 1078 | + children = ( |
| 1079 | + D168F09927E9CE160015FAA8 /* macOS-Application.xcconfig */, |
| 1080 | + D168F09527E9CE160015FAA8 /* macOS-Base.xcconfig */, |
| 1081 | + D168F09727E9CE160015FAA8 /* macOS-DynamicLibrary.xcconfig */, |
| 1082 | + D168F09427E9CE160015FAA8 /* macOS-Framework.xcconfig */, |
| 1083 | + D168F09627E9CE160015FAA8 /* macOS-StaticLibrary.xcconfig */, |
| 1084 | + D168F09827E9CE160015FAA8 /* macOS-XCTest.xcconfig */, |
| 1085 | + ); |
| 1086 | + path = Mac; |
| 1087 | + sourceTree = "<group>"; |
| 1088 | + }; |
1069 | 1089 | /* End PBXGroup section */ |
1070 | 1090 |
|
1071 | 1091 | /* Begin PBXHeadersBuildPhase section */ |
|
2164 | 2184 | }; |
2165 | 2185 | D03FC3D81602E97F00BCFA73 /* Profile */ = { |
2166 | 2186 | isa = XCBuildConfiguration; |
2167 | | - baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */; |
| 2187 | + baseConfigurationReference = D168F09427E9CE160015FAA8 /* macOS-Framework.xcconfig */; |
2168 | 2188 | buildSettings = { |
2169 | 2189 | DYLIB_COMPATIBILITY_VERSION = 1; |
2170 | 2190 | DYLIB_CURRENT_VERSION = 1; |
|
2190 | 2210 | }; |
2191 | 2211 | D03FC3DA1602E97F00BCFA73 /* Profile */ = { |
2192 | 2212 | isa = XCBuildConfiguration; |
2193 | | - baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */; |
| 2213 | + baseConfigurationReference = D168F09927E9CE160015FAA8 /* macOS-Application.xcconfig */; |
2194 | 2214 | buildSettings = { |
2195 | 2215 | CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO; |
2196 | 2216 | FRAMEWORK_SEARCH_PATHS = ( |
|
0 commit comments