upgrade xcodeproject

This commit is contained in:
Yonas Kolb 2017-08-25 11:39:15 +02:00
parent 50b1f73c7f
commit e393c01571
2 changed files with 3 additions and 3 deletions

View File

@ -47,13 +47,13 @@
"package": "Yams",
"reason": null,
"repositoryURL": "https://github.com/jpsim/Yams.git",
"version": "0.3.4"
"version": "0.3.5"
},
{
"package": "xcodeproj",
"reason": null,
"repositoryURL": "https://github.com/carambalabs/xcodeproj.git",
"version": "0.0.9"
"version": "0.1.0"
}
],
"version": 1

View File

@ -16,6 +16,6 @@ let package = Package(
.Package(url: "https://github.com/yonaskolb/JSONUtilities.git", majorVersion: 3, minor: 3),
.Package(url: "https://github.com/kylef/Spectre.git", majorVersion: 0, minor: 7),
.Package(url: "https://github.com/onevcat/Rainbow", majorVersion: 2),
.Package(url: "https://github.com/carambalabs/xcodeproj.git", majorVersion: 0, minor: 0),
.Package(url: "https://github.com/carambalabs/xcodeproj.git", majorVersion: 0, minor: 1),
]
)