Files
helloworld/output/main.dSYM/Contents/Info.plist
MajorLinux 2c036ba8bf Add main.yml for aarch64 relocations in dSYM output
- Created a new YAML file for aarch64 relocations.
- Set the target triple to 'arm64-apple-darwin'.
- Specified the binary path for the output executable.
- Initialized the relocations list as empty.
2025-08-13 10:02:12 -04:00

21 lines
633 B
Plaintext

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.main</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>