Commit resolved SwiftPM packages
This commit is contained in:
parent
aad26ee8e4
commit
549fe3d95e
|
@ -1,9 +1,7 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.swp
|
*.swp
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
**/*.xcworkspace/xcuserdata
|
**/xcuserdata
|
||||||
**/*.xcodeproj/project.xcworkspace
|
|
||||||
**/*.xcodeproj/xcuserdata
|
|
||||||
Pods
|
Pods
|
||||||
**/fastlane/**/*.html
|
**/fastlane/**/*.html
|
||||||
**/fastlane/README.md
|
**/fastlane/README.md
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "self:">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>IDEDidComputeMac32BitWarning</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
|
@ -0,0 +1,79 @@
|
||||||
|
{
|
||||||
|
"object": {
|
||||||
|
"pins": [
|
||||||
|
{
|
||||||
|
"package": "Convenience",
|
||||||
|
"repositoryURL": "https://github.com/keeshux/convenience",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "347105ec0ce27cd4255acf9875fd60ad1f213801",
|
||||||
|
"version": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "DTFoundation",
|
||||||
|
"repositoryURL": "https://github.com/Cocoanetics/DTFoundation.git",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "76062513434421cb6c8a1ae1d4f8368a7ebc2da3",
|
||||||
|
"version": "1.7.18"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "FontAwesome",
|
||||||
|
"repositoryURL": "https://github.com/thii/FontAwesome.swift",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "07883a32d49dfc7bdedbeea115067b53dfbeeb43",
|
||||||
|
"version": "1.9.1"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "Kvitto",
|
||||||
|
"repositoryURL": "https://github.com/Cocoanetics/Kvitto",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "88888674d772ddcf19671159ed0022cb0bc37be2",
|
||||||
|
"version": "1.0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "MBProgressHUD",
|
||||||
|
"repositoryURL": "https://github.com/jdg/MBProgressHUD",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "bca42b801100b2b3a4eda0ba8dd33d858c780b0d",
|
||||||
|
"version": "1.2.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "openssl-apple",
|
||||||
|
"repositoryURL": "https://github.com/passepartoutvpn/openssl-apple",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "42a049c406c1aa3df11a8dd14b1b11cd470f4a00",
|
||||||
|
"version": "1.1.11200"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "SwiftyBeaver",
|
||||||
|
"repositoryURL": "https://github.com/SwiftyBeaver/SwiftyBeaver",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "2c039501d6eeb4d4cd4aec4a8d884ad28862e044",
|
||||||
|
"version": "1.9.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"package": "TunnelKit",
|
||||||
|
"repositoryURL": "https://github.com/passepartoutvpn/tunnelkit",
|
||||||
|
"state": {
|
||||||
|
"branch": null,
|
||||||
|
"revision": "80fd2d99e14ebb5800f84bfe3913d7a230b92bdc",
|
||||||
|
"version": "4.0.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"version": 1
|
||||||
|
}
|
Loading…
Reference in New Issue