@@ -27,9 +27,9 @@ let package = Package(
2727 ) ,
2828 ] ,
2929 dependencies: [
30- . package ( url: " https://github.com/SuperchargeApp/SuperchargeCore " , . upToNextMinor( from: " 1.2 .0 " ) ) ,
31- . package ( url: " https://github.com/xtool-org/SwiftyMobileDevice " , . upToNextMinor( from: " 1.3.1 " ) ) ,
32- . package ( url: " https://github.com/xtool-org/zsign " , . upToNextMinor( from: " 1.3 .0 " ) ) ,
30+ . package ( url: " https://github.com/xtool-org/xtool-core " , . upToNextMinor( from: " 1.3 .0 " ) ) ,
31+ . package ( url: " https://github.com/xtool-org/SwiftyMobileDevice " , . upToNextMinor( from: " 1.4.0 " ) ) ,
32+ . package ( url: " https://github.com/xtool-org/zsign " , . upToNextMinor( from: " 1.4 .0 " ) ) ,
3333
3434 . package ( url: " https://github.com/apple/swift-system " , from: " 1.4.0 " ) ,
3535 . package ( url: " https://github.com/apple/swift-http-types " , from: " 1.3.1 " ) ,
@@ -62,7 +62,7 @@ let package = Package(
6262 . target(
6363 name: " CXKit " ,
6464 dependencies: [
65- . product( name: " OpenSSL " , package : " SuperchargeCore " )
65+ . product( name: " OpenSSL " , package : " xtool-core " )
6666 ] ,
6767 cSettings: cSettings
6868 ) ,
@@ -83,9 +83,9 @@ let package = Package(
8383 . product( name: " Dependencies " , package : " swift-dependencies " ) ,
8484 . product( name: " SwiftyMobileDevice " , package : " SwiftyMobileDevice " ) ,
8585 . product( name: " Zupersign " , package : " zsign " ) ,
86- . product( name: " SignerSupport " , package : " SuperchargeCore " ) ,
87- . product( name: " ProtoCodable " , package : " SuperchargeCore " ) ,
88- . product( name: " Superutils " , package : " SuperchargeCore " ) ,
86+ . product( name: " SignerSupport " , package : " xtool-core " ) ,
87+ . product( name: " ProtoCodable " , package : " xtool-core " ) ,
88+ . product( name: " Superutils " , package : " xtool-core " ) ,
8989 . product( name: " Crypto " , package : " swift-crypto " ) ,
9090 . product( name: " _CryptoExtras " , package : " swift-crypto " ) ,
9191 . product( name: " X509 " , package : " swift-certificates " ) ,
@@ -121,7 +121,7 @@ let package = Package(
121121 name: " XKitTests " ,
122122 dependencies: [
123123 " XKit " ,
124- . product( name: " SuperutilsTestSupport " , package : " SuperchargeCore " )
124+ . product( name: " SuperutilsTestSupport " , package : " xtool-core " )
125125 ] ,
126126 exclude: [
127127 " config/config-template.json " ,
0 commit comments