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 */ /** ARMv7 */
PLCrashReportArchitectureARMv7 = 5, PLCrashReportArchitectureARMv7 = 5,
/** ARMv7s */
PLCrashReportArchitectureARMv7s = 6,
/** Unknown */ /** Unknown */
PLCrashReportArchitectureUnknown = 6 PLCrashReportArchitectureUnknown = 7
} PLCrashReportArchitecture; } PLCrashReportArchitecture;

View File

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