Skip to content

Commit 56b3907

Browse files
committed
Upgrade xcconfigs
1 parent 5343858 commit 56b3907

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

Diff for: Cartfile.private

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "jspahrsummers/xcconfigs" ~> 0.12
1+
github "jspahrsummers/xcconfigs" ~> 1.0
22
github "Quick/Quick" ~> 2.0
33
github "Quick/Nimble" ~> 8.0
44
github "ZipArchive/ZipArchive" ~> 2.0

Diff for: Cartfile.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ github "Quick/Nimble" "v8.0.1"
22
github "Quick/Quick" "v2.0.0"
33
github "ZipArchive/ZipArchive" "v2.1.5"
44
github "antitypical/Result" "4.1.0"
5-
github "jspahrsummers/xcconfigs" "0.12"
5+
github "jspahrsummers/xcconfigs" "1.0"

Diff for: Carthage/Checkouts/xcconfigs

Diff for: SwiftGit2.xcodeproj/project.pbxproj

+19-19
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@
177177
BEB31F4F1A0D75EE00F525B9 /* iOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; };
178178
BEB31F501A0D75EE00F525B9 /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; };
179179
BEB31F511A0D75EE00F525B9 /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
180-
BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; };
181-
BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; };
182-
BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; };
183-
BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; };
184-
BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
180+
BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Application.xcconfig"; sourceTree = "<group>"; };
181+
BEB31F541A0D75EE00F525B9 /* macOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Base.xcconfig"; sourceTree = "<group>"; };
182+
BEB31F551A0D75EE00F525B9 /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-DynamicLibrary.xcconfig"; sourceTree = "<group>"; };
183+
BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Framework.xcconfig"; sourceTree = "<group>"; };
184+
BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
185185
BEB31F581A0D75EE00F525B9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
186186
BEB31F6C1A0D78F300F525B9 /* Repository.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Repository.swift; sourceTree = "<group>"; };
187187
BEB31F8F1A0E563900F525B9 /* libgit2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgit2.a; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -364,7 +364,7 @@
364364
children = (
365365
BEB31F421A0D75EE00F525B9 /* Base */,
366366
BEB31F4D1A0D75EE00F525B9 /* iOS */,
367-
BEB31F521A0D75EE00F525B9 /* Mac OS X */,
367+
BEB31F521A0D75EE00F525B9 /* macOS */,
368368
BEB31F581A0D75EE00F525B9 /* README.md */,
369369
);
370370
name = Configuration;
@@ -413,16 +413,16 @@
413413
path = iOS;
414414
sourceTree = "<group>";
415415
};
416-
BEB31F521A0D75EE00F525B9 /* Mac OS X */ = {
416+
BEB31F521A0D75EE00F525B9 /* macOS */ = {
417417
isa = PBXGroup;
418418
children = (
419-
BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */,
420-
BEB31F541A0D75EE00F525B9 /* Mac-Base.xcconfig */,
421-
BEB31F551A0D75EE00F525B9 /* Mac-DynamicLibrary.xcconfig */,
422-
BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */,
423-
BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */,
419+
BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */,
420+
BEB31F541A0D75EE00F525B9 /* macOS-Base.xcconfig */,
421+
BEB31F551A0D75EE00F525B9 /* macOS-DynamicLibrary.xcconfig */,
422+
BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */,
423+
BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */,
424424
);
425-
path = "Mac OS X";
425+
path = macOS;
426426
sourceTree = "<group>";
427427
};
428428
BEB31FA11A0E63C100F525B9 /* Libraries */ = {
@@ -1005,7 +1005,7 @@
10051005
};
10061006
BEB31F3A1A0D6F7A00F525B9 /* Debug */ = {
10071007
isa = XCBuildConfiguration;
1008-
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
1008+
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */;
10091009
buildSettings = {
10101010
HEADER_SEARCH_PATHS = (
10111011
"$(SRCROOT)/External/libgit2/include",
@@ -1033,7 +1033,7 @@
10331033
};
10341034
BEB31F3B1A0D6F7A00F525B9 /* Release */ = {
10351035
isa = XCBuildConfiguration;
1036-
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* Mac-Framework.xcconfig */;
1036+
baseConfigurationReference = BEB31F561A0D75EE00F525B9 /* macOS-Framework.xcconfig */;
10371037
buildSettings = {
10381038
HEADER_SEARCH_PATHS = (
10391039
"$(SRCROOT)/External/libgit2/include",
@@ -1061,7 +1061,7 @@
10611061
};
10621062
BEB31F3D1A0D6F7A00F525B9 /* Debug */ = {
10631063
isa = XCBuildConfiguration;
1064-
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */;
1064+
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */;
10651065
buildSettings = {
10661066
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
10671067
MACOSX_DEPLOYMENT_TARGET = 10.10;
@@ -1072,7 +1072,7 @@
10721072
};
10731073
BEB31F3E1A0D6F7A00F525B9 /* Release */ = {
10741074
isa = XCBuildConfiguration;
1075-
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* Mac-Application.xcconfig */;
1075+
baseConfigurationReference = BEB31F531A0D75EE00F525B9 /* macOS-Application.xcconfig */;
10761076
buildSettings = {
10771077
INFOPLIST_FILE = SwiftGit2Tests/Info.plist;
10781078
MACOSX_DEPLOYMENT_TARGET = 10.10;
@@ -1083,15 +1083,15 @@
10831083
};
10841084
BEB31F911A0E563900F525B9 /* Debug */ = {
10851085
isa = XCBuildConfiguration;
1086-
baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */;
1086+
baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */;
10871087
buildSettings = {
10881088
PRODUCT_NAME = git2;
10891089
};
10901090
name = Debug;
10911091
};
10921092
BEB31F921A0E563900F525B9 /* Release */ = {
10931093
isa = XCBuildConfiguration;
1094-
baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* Mac-StaticLibrary.xcconfig */;
1094+
baseConfigurationReference = BEB31F571A0D75EE00F525B9 /* macOS-StaticLibrary.xcconfig */;
10951095
buildSettings = {
10961096
PRODUCT_NAME = git2;
10971097
};

0 commit comments

Comments
 (0)