Add PLCrashReporter build supporting armv7s

This commit is contained in:
Andreas Linde 2012-09-12 20:14:11 -06:00
parent a577d2fe3b
commit c85762904f
3 changed files with 10 additions and 7 deletions

View File

@ -87,8 +87,11 @@ typedef enum {
/** ARMv7 */
PLCrashReportArchitectureARMv7 = 5,
/** ARMv7s */
PLCrashReportArchitectureARMv7s = 6,
/** Unknown */
PLCrashReportArchitectureUnknown = 6
PLCrashReportArchitectureUnknown = 7
} PLCrashReportArchitecture;

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>12A269</string>
<string>12B19</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@ -19,20 +19,20 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2-beta1</string>
<string>1.2-beta2</string>
<key>DTCompiler</key>
<string></string>
<key>DTPlatformBuild</key>
<string>4F1003</string>
<string>4G182</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>12A264</string>
<string>12C37</string>
<key>DTSDKName</key>
<string>macosx10.8</string>
<key>DTXcode</key>
<string>0441</string>
<string>0450</string>
<key>DTXcodeBuild</key>
<string>4F1003</string>
<string>4G182</string>
</dict>
</plist>