update dependencies

This commit is contained in:
Yonas Kolb 2017-12-26 22:49:17 +08:00
parent 0bc2f3415e
commit da5993d07e
3 changed files with 23 additions and 23 deletions

View File

@ -32,9 +32,9 @@
"package": "PathKit", "package": "PathKit",
"repositoryURL": "https://github.com/kylef/PathKit.git", "repositoryURL": "https://github.com/kylef/PathKit.git",
"state": { "state": {
"branch": "a667cd3", "branch": null,
"revision": "a667cd3ce03607420b0ec89b5e26f63766214e62", "revision": "404d60fd725d1ba7dbf55cb95a3046285a066169",
"version": null "version": "0.9.0"
} }
}, },
{ {
@ -78,8 +78,8 @@
"repositoryURL": "https://github.com/xcodeswift/xcproj.git", "repositoryURL": "https://github.com/xcodeswift/xcproj.git",
"state": { "state": {
"branch": null, "branch": null,
"revision": "e0162b018e62b824a3c8af52f44af77f974b6ab2", "revision": "1b0864a4417efc35c21fdc7d98d3c9bb0152eaf9",
"version": "1.7.0" "version": "1.8.0"
} }
} }
] ]

View File

@ -10,7 +10,7 @@ let package = Package(
.library(name: "ProjectSpec", targets: ["ProjectSpec"]), .library(name: "ProjectSpec", targets: ["ProjectSpec"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/kylef/PathKit.git", .revision("a667cd3")), .package(url: "https://github.com/kylef/PathKit.git", from: "0.9.0"),
.package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"), .package(url: "https://github.com/kylef/Commander.git", from: "0.8.0"),
.package(url: "https://github.com/jpsim/Yams.git", from: "0.3.6"), .package(url: "https://github.com/jpsim/Yams.git", from: "0.3.6"),
.package(url: "https://github.com/yonaskolb/JSONUtilities.git", from: "3.3.0"), .package(url: "https://github.com/yonaskolb/JSONUtilities.git", from: "3.3.0"),

View File

@ -377,6 +377,23 @@
}; };
/* End PBXHeadersBuildPhase section */ /* End PBXHeadersBuildPhase section */
/* Begin PBXLegacyTarget section */
T_4792646603740 /* Legacy */ = {
isa = PBXLegacyTarget;
buildConfigurationList = CL_479264660374 /* Build configuration list for PBXLegacyTarget "Legacy" */;
buildPhases = (
);
buildRules = (
);
buildToolPath = /usr/bin/true;
dependencies = (
);
name = Legacy;
passBuildSettingsInEnvironment = 1;
productReference = FR_479264660374 /* Legacy */;
};
/* End PBXLegacyTarget section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
T_4387045385063 /* Framework_watchOS */ = { T_4387045385063 /* Framework_watchOS */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
@ -485,23 +502,6 @@
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXLegacyTarget section */
T_4792646603740 /* Legacy */ = {
isa = PBXLegacyTarget;
buildConfigurationList = CL_479264660374 /* Build configuration list for PBXLegacyTarget "Legacy" */;
buildPhases = (
);
buildRules = (
);
buildToolPath = /usr/bin/true;
dependencies = (
);
name = Legacy;
passBuildSettingsInEnvironment = 1;
productReference = FR_479264660374 /* Legacy */;
};
/* End PBXLegacyTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
P_8448771205358 /* Project object */ = { P_8448771205358 /* Project object */ = {
isa = PBXProject; isa = PBXProject;