Skip to content

Commit 0bbb690

Browse files
committed
Bump xcconfig
1 parent 1912201 commit 0bbb690

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

Carthage/Checkouts/xcconfigs

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,12 @@
634634
D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
635635
D0D8186C174421EB00995A2E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
636636
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; };
637643
D19D707127B8DACB00A5C740 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
638644
DD3D9510182A81E1004AF532 /* GTBlame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTBlame.h; sourceTree = "<group>"; };
639645
DD3D9511182A81E1004AF532 /* GTBlame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlame.m; sourceTree = "<group>"; };
@@ -1032,6 +1038,7 @@
10321038
D0D81857174421EB00995A2E /* Configuration */ = {
10331039
isa = PBXGroup;
10341040
children = (
1041+
D168F09327E9CDE80015FAA8 /* Mac */,
10351042
D0A463D517E57C45000F5021 /* Base */,
10361043
D0D81862174421EB00995A2E /* iOS */,
10371044
D0D81866174421EB00995A2E /* Mac OS X */,
@@ -1066,6 +1073,19 @@
10661073
path = "Mac OS X";
10671074
sourceTree = "<group>";
10681075
};
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+
};
10691089
/* End PBXGroup section */
10701090

10711091
/* Begin PBXHeadersBuildPhase section */
@@ -2164,7 +2184,7 @@
21642184
};
21652185
D03FC3D81602E97F00BCFA73 /* Profile */ = {
21662186
isa = XCBuildConfiguration;
2167-
baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
2187+
baseConfigurationReference = D168F09427E9CE160015FAA8 /* macOS-Framework.xcconfig */;
21682188
buildSettings = {
21692189
DYLIB_COMPATIBILITY_VERSION = 1;
21702190
DYLIB_CURRENT_VERSION = 1;
@@ -2190,7 +2210,7 @@
21902210
};
21912211
D03FC3DA1602E97F00BCFA73 /* Profile */ = {
21922212
isa = XCBuildConfiguration;
2193-
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
2213+
baseConfigurationReference = D168F09927E9CE160015FAA8 /* macOS-Application.xcconfig */;
21942214
buildSettings = {
21952215
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO;
21962216
FRAMEWORK_SEARCH_PATHS = (

0 commit comments

Comments
 (0)