Fix: Use local Libbox.xcframework instead of Swift Package dependency

This commit is contained in:
2026-07-02 18:38:53 +08:00
parent 5b044334ee
commit dc0c6a0e09
@@ -517,6 +517,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C0E540162CA17EC10054BC98 /* Libbox.xcframework in Frameworks */,
0451E1D62CC3AE2800E9A49F /* GRDB in Frameworks */,
3A7E90382A46778E00D53052 /* BinaryCodable in Frameworks */,
3AF3A3D22B2207F3001FD7C1 /* libresolv.tbd in Frameworks */,
@@ -1086,7 +1087,6 @@
);
name = Library;
packageProductDependencies = (
C0E540182CA17EC10054BC99 /* Libbox */,
3A7E90372A46778E00D53052 /* BinaryCodable */,
0451E1D52CC3AE2800E9A49F /* GRDB */,
);
@@ -2331,14 +2331,6 @@
minimumVersion = 4.5.0;
};
};
C0E540172CA17EC00054BC99 /* XCRemoteSwiftPackageReference "sing-box-lib" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/EbrahimTahernejad/sing-box-lib";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.11.0;
};
};
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
@@ -2366,11 +2358,6 @@
package = C0DDD6422CB7E0F000AE1C0A /* XCRemoteSwiftPackageReference "lottie-ios" */;
productName = Lottie;
};
C0E540182CA17EC10054BC99 /* Libbox */ = {
isa = XCSwiftPackageProductDependency;
package = C0E540172CA17EC00054BC99 /* XCRemoteSwiftPackageReference "sing-box-lib" */;
productName = Libbox;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 3AEC20BD2A45991900A63465 /* Project object */;