handle xcode crash

This commit is contained in:
Amir Mohammadi
2024-01-17 15:57:50 +03:30
parent fd34690d49
commit 741dd4df03
2 changed files with 34 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "Libcore",
path: "Frameworks/Libcore.xcframework"
path: "../Frameworks/Libcore.xcframework"
)
]
)

View File

@@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objectVersion = 60;
objects = {
/* Begin PBXBuildFile section */
@@ -35,6 +35,8 @@
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
54EA599BF9C050F2827533D5 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDA50BDF2E5E5DDA3995F24D /* Pods_RunnerTests.framework */; };
6836D3FD2B57FE4300A79D75 /* Libcore in Frameworks */ = {isa = PBXBuildFile; productRef = 6836D3FC2B57FE4300A79D75 /* Libcore */; };
6836D4022B57FEFF00A79D75 /* Libcore in Frameworks */ = {isa = PBXBuildFile; productRef = 6836D4012B57FEFF00A79D75 /* Libcore */; };
68885DD72B4EF33400D214BA /* NetworkExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03E392B72ADDA00E000ADF15 /* NetworkExtension.framework */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
@@ -144,7 +146,7 @@
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
574F12C7748958784380337F /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
60F1D4AAC33ACF5C8307310D /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
684A36452B57F55C00458C99 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
6836D3FA2B57FDFF00A79D75 /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
@@ -170,6 +172,8 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
6836D3FD2B57FE4300A79D75 /* Libcore in Frameworks */,
6836D4022B57FEFF00A79D75 /* Libcore in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -290,6 +294,14 @@
path = RunnerTests;
sourceTree = "<group>";
};
6836D3FF2B57FECF00A79D75 /* Local Packages */ = {
isa = PBXGroup;
children = (
6836D3FA2B57FDFF00A79D75 /* Package.swift */,
);
path = "Local Packages";
sourceTree = "<group>";
};
9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup;
children = (
@@ -305,7 +317,7 @@
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
684A36452B57F55C00458C99 /* Package.swift */,
6836D3FF2B57FECF00A79D75 /* Local Packages */,
03E392CD2ADDE103000ADF15 /* Shared */,
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
@@ -401,6 +413,8 @@
);
name = SingBoxPacketTunnel;
packageProductDependencies = (
6836D3FC2B57FE4300A79D75 /* Libcore */,
6836D4012B57FEFF00A79D75 /* Libcore */,
);
productName = SingBoxPacketTunnel;
productReference = 03E392B62ADDA00E000ADF15 /* SingBoxPacketTunnel.appex */;
@@ -490,6 +504,7 @@
);
mainGroup = 97C146E51CF9000F007C117D;
packageReferences = (
6836D4002B57FEFF00A79D75 /* XCLocalSwiftPackageReference "Local Packages" */,
);
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
projectDirPath = "";
@@ -1369,6 +1384,13 @@
};
/* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */
6836D4002B57FEFF00A79D75 /* XCLocalSwiftPackageReference "Local Packages" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = "Local Packages";
};
/* End XCLocalSwiftPackageReference section */
/* Begin XCRemoteSwiftPackageReference section */
684380FC2B57068900C06CAA /* XCRemoteSwiftPackageReference "hiddify-next-core" */ = {
isa = XCRemoteSwiftPackageReference;
@@ -1381,6 +1403,14 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
6836D3FC2B57FE4300A79D75 /* Libcore */ = {
isa = XCSwiftPackageProductDependency;
productName = Libcore;
};
6836D4012B57FEFF00A79D75 /* Libcore */ = {
isa = XCSwiftPackageProductDependency;
productName = Libcore;
};
684381122B57335300C06CAA /* Libcore */ = {
isa = XCSwiftPackageProductDependency;
package = 684380FC2B57068900C06CAA /* XCRemoteSwiftPackageReference "hiddify-next-core" */;