Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes internal files used for swift demangling and replaces with package dependency on swift-demangling #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updates name to AppleSwiftDemangling to match swift-demangle package
  • Loading branch information
atreat committed May 7, 2024
commit 415b8c926c1eeae8b637973492af87df5c479e2e
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let package = Package(
.target(
name: "KSCrash/Recording/Tools",
dependencies: [
.product(name: "AppleSwiftDemangler", package: "swift-demangler")
.product(name: "AppleSwiftDemangling", package: "swift-demangler")
],
path: "Source/KSCrash/Recording/Tools",
publicHeadersPath: ".",
Expand Down
15 changes: 0 additions & 15 deletions iOS.xcworkspace/xcshareddata/swiftpm/Package.resolved

This file was deleted.

20 changes: 10 additions & 10 deletions iOS/KSCrash-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@
6E889AE634130C8F37C2875A /* KSgetsect.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E8894847F02F7B05F31FE4F /* KSgetsect.c */; };
6E889B651331FD97EEB0C42F /* KSgetsect.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E8894847F02F7B05F31FE4F /* KSgetsect.c */; };
6E889F76F8DCC4749067A458 /* KSCxaThrowSwapper.c in Sources */ = {isa = PBXBuildFile; fileRef = 6E889A12BAE413442C0DA527 /* KSCxaThrowSwapper.c */; };
7B1966392BC8B1D700F255AC /* AppleSwiftDemangler in Frameworks */ = {isa = PBXBuildFile; productRef = 7B1966382BC8B1D700F255AC /* AppleSwiftDemangler */; };
7B414D732BC6ED0B00DF0CA8 /* AppleSwiftDemangler in Frameworks */ = {isa = PBXBuildFile; productRef = 7B414D722BC6ED0B00DF0CA8 /* AppleSwiftDemangler */; };
7B19663B2BC8BB5400F255AC /* AppleSwiftDemangling in Frameworks */ = {isa = PBXBuildFile; productRef = 7B19663A2BC8BB5400F255AC /* AppleSwiftDemangling */; };
7B19663D2BC8BB5C00F255AC /* AppleSwiftDemangling in Frameworks */ = {isa = PBXBuildFile; productRef = 7B19663C2BC8BB5C00F255AC /* AppleSwiftDemangling */; };
CB02648017F7CEC5003E0AED /* KSCPU_arm64.c in Sources */ = {isa = PBXBuildFile; fileRef = CB02647E17F7CEC5003E0AED /* KSCPU_arm64.c */; };
CB02648217F8D853003E0AED /* KSCrashMonitor_CPPException.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBF53D4F17EB765C0056DA83 /* KSCrashMonitor_CPPException.cpp */; };
CB0264A917FA5B13003E0AED /* Container+DeepSearch_Tests.m in Sources */ = {isa = PBXBuildFile; fileRef = CB02648317FA5B12003E0AED /* Container+DeepSearch_Tests.m */; };
Expand Down Expand Up @@ -1025,8 +1025,8 @@
buildActionMask = 2147483647;
files = (
03DE7CD71C84E1F400F789BA /* libz.tbd in Frameworks */,
7B19663D2BC8BB5C00F255AC /* AppleSwiftDemangling in Frameworks */,
03DE7CD51C84E02A00F789BA /* Foundation.framework in Frameworks */,
7B414D732BC6ED0B00DF0CA8 /* AppleSwiftDemangler in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1035,7 +1035,7 @@
buildActionMask = 2147483647;
files = (
CB6D132717EB749A00BC2C04 /* Foundation.framework in Frameworks */,
7B1966392BC8B1D700F255AC /* AppleSwiftDemangler in Frameworks */,
7B19663B2BC8BB5400F255AC /* AppleSwiftDemangling in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1808,7 +1808,7 @@
);
name = KSCrash;
packageProductDependencies = (
7B414D722BC6ED0B00DF0CA8 /* AppleSwiftDemangler */,
7B19663C2BC8BB5C00F255AC /* AppleSwiftDemangling */,
);
productName = KSCrashFramework;
productReference = 03DE7B6A1C84DEF700F789BA /* KSCrash.framework */;
Expand All @@ -1829,7 +1829,7 @@
);
name = KSCrashLib;
packageProductDependencies = (
7B1966382BC8B1D700F255AC /* AppleSwiftDemangler */,
7B19663A2BC8BB5400F255AC /* AppleSwiftDemangling */,
);
productName = KSCrashLib;
productReference = CB6D132617EB749A00BC2C04 /* libKSCrashLib.a */;
Expand Down Expand Up @@ -2699,15 +2699,15 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
7B1966382BC8B1D700F255AC /* AppleSwiftDemangler */ = {
7B19663A2BC8BB5400F255AC /* AppleSwiftDemangling */ = {
isa = XCSwiftPackageProductDependency;
package = 7B414D712BC6ED0B00DF0CA8 /* XCRemoteSwiftPackageReference "swift-demangler" */;
productName = AppleSwiftDemangler;
productName = AppleSwiftDemangling;
};
7B414D722BC6ED0B00DF0CA8 /* AppleSwiftDemangler */ = {
7B19663C2BC8BB5C00F255AC /* AppleSwiftDemangling */ = {
isa = XCSwiftPackageProductDependency;
package = 7B414D712BC6ED0B00DF0CA8 /* XCRemoteSwiftPackageReference "swift-demangler" */;
productName = AppleSwiftDemangler;
productName = AppleSwiftDemangling;
};
/* End XCSwiftPackageProductDependency section */
};
Expand Down