@@ -17,7 +17,7 @@ var packageDependencies: [Package.Dependency] = [
1717 . package ( url: " https://github.com/the-swift-collective/libpng.git " , from: " 1.6.45 " ) ,
1818 . package ( url: " https://github.com/tuist/Noora " , from: " 0.54.0 " ) ,
1919 . package ( url: " https://github.com/swiftlang/swift-docc-plugin " , from: " 1.4.5 " ) ,
20- . package ( url: " https://github.com/alexey1312/swift-resvg.git " , exact: " 0.45.1-swift.3 " ) ,
20+ . package ( url: " https://github.com/alexey1312/swift-resvg.git " , exact: " 0.45.1-swift.4 " ) ,
2121 . package ( url: " https://github.com/mattt/swift-yyjson " , from: " 0.5.0 " ) ,
2222 . package ( url: " https://github.com/apple/pkl-swift " , from: " 0.7.2 " ) ,
2323]
@@ -46,12 +46,12 @@ var exfigCLIDependencies: [Target.Dependency] = [
4646
4747// XcodeProj is Apple-only (not available on Windows)
4848#if !os(Windows)
49- packageDependencies. append (
50- . package ( url: " https://github.com/tuist/XcodeProj.git " , from: " 8.27.0 " )
51- )
52- exfigCLIDependencies. append (
53- . product( name: " XcodeProj " , package : " XcodeProj " )
54- )
49+ packageDependencies. append (
50+ . package ( url: " https://github.com/tuist/XcodeProj.git " , from: " 8.27.0 " )
51+ )
52+ exfigCLIDependencies. append (
53+ . product( name: " XcodeProj " , package : " XcodeProj " )
54+ )
5555#endif
5656
5757// MARK: - Package
0 commit comments