Skip to content

Commit 2ae468c

Browse files
cntrumphannesa2
authored andcommitted
Update Carthage dependencies
1 parent 91461ad commit 2ae468c

File tree

5 files changed

+38
-18
lines changed

5 files changed

+38
-18
lines changed

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "Quick/Nimble" "v7.3.3"
1+
github "Quick/Nimble" "v7.3.4"
22
github "Quick/Quick" "v1.3.4"
3-
github "ZipArchive/ZipArchive" "v2.1.4"
4-
github "jspahrsummers/xcconfigs" "bb795558a76e5daf3688500055bbcfe243bffa8d"
3+
github "ZipArchive/ZipArchive" "v2.2.2"
4+
github "jspahrsummers/xcconfigs" "81e1c552847883c15d5cbfda2adca6ec78044ead"

Carthage/Checkouts/ZipArchive

Submodule ZipArchive updated 159 files

Carthage/Checkouts/xcconfigs

ObjectiveGitFramework.xcodeproj/project.pbxproj

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,12 @@
453453

454454
/* Begin PBXFileReference section */
455455
1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
456+
15CDDA5E2426568C00FC081A /* macOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Application.xcconfig"; sourceTree = "<group>"; };
457+
15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Framework.xcconfig"; sourceTree = "<group>"; };
458+
15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
459+
15CDDA612426568C00FC081A /* macOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-Base.xcconfig"; sourceTree = "<group>"; };
460+
15CDDA622426568C00FC081A /* macOS-XCTest.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-XCTest.xcconfig"; sourceTree = "<group>"; };
461+
15CDDA632426568C00FC081A /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "macOS-DynamicLibrary.xcconfig"; sourceTree = "<group>"; };
456462
200578C418932A82001C06C3 /* GTBlameSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTBlameSpec.m; sourceTree = "<group>"; };
457463
2089E43B17D9A58000F451DA /* GTTagSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTTagSpec.m; sourceTree = "<group>"; };
458464
20F43DE118A2F667007D3621 /* GTRepository+Blame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GTRepository+Blame.h"; sourceTree = "<group>"; };
@@ -782,6 +788,19 @@
782788
name = Resources;
783789
sourceTree = "<group>";
784790
};
791+
15CDDA5D2426568C00FC081A /* macOS */ = {
792+
isa = PBXGroup;
793+
children = (
794+
15CDDA5E2426568C00FC081A /* macOS-Application.xcconfig */,
795+
15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */,
796+
15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */,
797+
15CDDA612426568C00FC081A /* macOS-Base.xcconfig */,
798+
15CDDA622426568C00FC081A /* macOS-XCTest.xcconfig */,
799+
15CDDA632426568C00FC081A /* macOS-DynamicLibrary.xcconfig */,
800+
);
801+
path = macOS;
802+
sourceTree = "<group>";
803+
};
785804
306123A817EA5261006591D4 /* extobjc */ = {
786805
isa = PBXGroup;
787806
children = (
@@ -1035,6 +1054,7 @@
10351054
D0A463D517E57C45000F5021 /* Base */,
10361055
D0D81862174421EB00995A2E /* iOS */,
10371056
D0D81866174421EB00995A2E /* Mac OS X */,
1057+
15CDDA5D2426568C00FC081A /* macOS */,
10381058
D0D8186C174421EB00995A2E /* README.md */,
10391059
);
10401060
name = Configuration;
@@ -1694,7 +1714,7 @@
16941714
/* Begin XCBuildConfiguration section */
16951715
1DEB91AE08733DA50010E9CD /* Debug */ = {
16961716
isa = XCBuildConfiguration;
1697-
baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
1717+
baseConfigurationReference = 15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */;
16981718
buildSettings = {
16991719
DYLIB_COMPATIBILITY_VERSION = 1;
17001720
DYLIB_CURRENT_VERSION = 1;
@@ -1723,7 +1743,7 @@
17231743
};
17241744
1DEB91AF08733DA50010E9CD /* Release */ = {
17251745
isa = XCBuildConfiguration;
1726-
baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
1746+
baseConfigurationReference = 15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */;
17271747
buildSettings = {
17281748
DYLIB_COMPATIBILITY_VERSION = 1;
17291749
DYLIB_CURRENT_VERSION = 1;
@@ -1878,7 +1898,7 @@
18781898
};
18791899
88F05A8016011E5400B7AD1D /* Debug */ = {
18801900
isa = XCBuildConfiguration;
1881-
baseConfigurationReference = F81B6B54207B0A9F00AB0836 /* Mac-XCTest.xcconfig */;
1901+
baseConfigurationReference = 15CDDA622426568C00FC081A /* macOS-XCTest.xcconfig */;
18821902
buildSettings = {
18831903
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO;
18841904
FRAMEWORK_SEARCH_PATHS = (
@@ -1904,7 +1924,7 @@
19041924
};
19051925
88F05A8116011E5400B7AD1D /* Release */ = {
19061926
isa = XCBuildConfiguration;
1907-
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
1927+
baseConfigurationReference = 15CDDA5E2426568C00FC081A /* macOS-Application.xcconfig */;
19081928
buildSettings = {
19091929
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO;
19101930
FRAMEWORK_SEARCH_PATHS = (
@@ -1963,7 +1983,7 @@
19631983
};
19641984
D019778E19F830F500F523DA /* Test */ = {
19651985
isa = XCBuildConfiguration;
1966-
baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
1986+
baseConfigurationReference = 15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */;
19671987
buildSettings = {
19681988
DYLIB_COMPATIBILITY_VERSION = 1;
19691989
DYLIB_CURRENT_VERSION = 1;
@@ -1992,7 +2012,7 @@
19922012
};
19932013
D019778F19F830F500F523DA /* Test */ = {
19942014
isa = XCBuildConfiguration;
1995-
baseConfigurationReference = F81B6B54207B0A9F00AB0836 /* Mac-XCTest.xcconfig */;
2015+
baseConfigurationReference = 15CDDA622426568C00FC081A /* macOS-XCTest.xcconfig */;
19962016
buildSettings = {
19972017
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO;
19982018
FRAMEWORK_SEARCH_PATHS = (
@@ -2038,7 +2058,7 @@
20382058
};
20392059
D019779219F830F500F523DA /* Test */ = {
20402060
isa = XCBuildConfiguration;
2041-
baseConfigurationReference = D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */;
2061+
baseConfigurationReference = 15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */;
20422062
buildSettings = {
20432063
PRODUCT_NAME = "$(TARGET_NAME)";
20442064
};
@@ -2183,7 +2203,7 @@
21832203
};
21842204
D03FC3D81602E97F00BCFA73 /* Profile */ = {
21852205
isa = XCBuildConfiguration;
2186-
baseConfigurationReference = D0D8186A174421EB00995A2E /* Mac-Framework.xcconfig */;
2206+
baseConfigurationReference = 15CDDA5F2426568C00FC081A /* macOS-Framework.xcconfig */;
21872207
buildSettings = {
21882208
DYLIB_COMPATIBILITY_VERSION = 1;
21892209
DYLIB_CURRENT_VERSION = 1;
@@ -2212,7 +2232,7 @@
22122232
};
22132233
D03FC3DA1602E97F00BCFA73 /* Profile */ = {
22142234
isa = XCBuildConfiguration;
2215-
baseConfigurationReference = D0D81867174421EB00995A2E /* Mac-Application.xcconfig */;
2235+
baseConfigurationReference = 15CDDA5E2426568C00FC081A /* macOS-Application.xcconfig */;
22162236
buildSettings = {
22172237
CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = NO;
22182238
FRAMEWORK_SEARCH_PATHS = (
@@ -2233,7 +2253,7 @@
22332253
};
22342254
D03FC3DB1602E97F00BCFA73 /* Profile */ = {
22352255
isa = XCBuildConfiguration;
2236-
baseConfigurationReference = D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */;
2256+
baseConfigurationReference = 15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */;
22372257
buildSettings = {
22382258
PRODUCT_NAME = "$(TARGET_NAME)";
22392259
};
@@ -2249,15 +2269,15 @@
22492269
};
22502270
D0A330EF16027F1E00A616FA /* Debug */ = {
22512271
isa = XCBuildConfiguration;
2252-
baseConfigurationReference = D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */;
2272+
baseConfigurationReference = 15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */;
22532273
buildSettings = {
22542274
PRODUCT_NAME = "$(TARGET_NAME)";
22552275
};
22562276
name = Debug;
22572277
};
22582278
D0A330F016027F1E00A616FA /* Release */ = {
22592279
isa = XCBuildConfiguration;
2260-
baseConfigurationReference = D0D8186B174421EB00995A2E /* Mac-StaticLibrary.xcconfig */;
2280+
baseConfigurationReference = 15CDDA602426568C00FC081A /* macOS-StaticLibrary.xcconfig */;
22612281
buildSettings = {
22622282
PRODUCT_NAME = "$(TARGET_NAME)";
22632283
};

0 commit comments

Comments
 (0)