From ecb28155a6afcbe4c50ebe8e6bc112ff884af48a Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Tue, 1 Aug 2023 01:01:56 -0500 Subject: First commit --- a.out.dSYM/Contents/Info.plist | 20 ++++++++++++++++++++ a.out.dSYM/Contents/Resources/DWARF/a.out | Bin 0 -> 14393 bytes 2 files changed, 20 insertions(+) create mode 100644 a.out.dSYM/Contents/Info.plist create mode 100644 a.out.dSYM/Contents/Resources/DWARF/a.out (limited to 'a.out.dSYM') diff --git a/a.out.dSYM/Contents/Info.plist b/a.out.dSYM/Contents/Info.plist new file mode 100644 index 0000000..3679a65 --- /dev/null +++ b/a.out.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.a.out + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/a.out.dSYM/Contents/Resources/DWARF/a.out b/a.out.dSYM/Contents/Resources/DWARF/a.out new file mode 100644 index 0000000..17872c0 Binary files /dev/null and b/a.out.dSYM/Contents/Resources/DWARF/a.out differ -- cgit v1.2.1