Skip to content

Commit

Permalink
Add PLCrashReport.pb-c.c back to the Mac target, now that it's being …
Browse files Browse the repository at this point in the history
…generated in advance and committed to the project.
  • Loading branch information
danielpunkass committed Nov 15, 2024
1 parent 4960fdb commit 235a896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CrashReporter.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@
32CF777626DFBB080087748A /* PLCrashReportProcessorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 05BB83CB1364A77800D53B84 /* PLCrashReportProcessorInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
32CF777726DFBB080087748A /* PLCrashReportMachineInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 05BB83EF1364AD3E00D53B84 /* PLCrashReportMachineInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
32CF777926DFBB080087748A /* CrashReporterFramework.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F0AC9F24AB7C28004890EC /* CrashReporterFramework.m */; };
653A9D6E2CE79B19000B7D8D /* PLCrashReport.pb-c.c in Sources */ = {isa = PBXBuildFile; fileRef = C2B72B0D2453496E00D03ABD /* PLCrashReport.pb-c.c */; };
8064D7AF1C4D22D8005A8B4C /* CrashReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CD31890EE93A90000FDE88 /* CrashReporter.h */; settings = {ATTRIBUTES = (Public, ); }; };
8064D7B01C4D22D8005A8B4C /* PLCrashSignalHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 05CD339A0EE948EB000FDE88 /* PLCrashSignalHandler.h */; };
8064D7B11C4D22D8005A8B4C /* PLCrashFrameWalker.h in Headers */ = {isa = PBXBuildFile; fileRef = 059666DA0EEDDFB8008A0601 /* PLCrashFrameWalker.h */; };
Expand Down Expand Up @@ -3359,6 +3360,7 @@
05BEC41B17BAF92A0082CBFB /* PLCrashMachExceptionPortSet.m in Sources */,
05BEC42617BD4F290082CBFB /* PLCrashAsyncMachExceptionInfo.c in Sources */,
05BEC43A17BF1CB10082CBFB /* PLCrashReporterConfig.m in Sources */,
653A9D6E2CE79B19000B7D8D /* PLCrashReport.pb-c.c in Sources */,
05B929EC17C9336600B051E3 /* PLCrashUncaughtExceptionHandler.m in Sources */,
0527063017CBCCC200E6A5D8 /* PLCrashProcessInfo.m in Sources */,
0513E23817D15ED400727919 /* PLCrashReportMachExceptionInfo.m in Sources */,
Expand Down

0 comments on commit 235a896

Please sign in to comment.