mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 06:30:51 +00:00
Add PLCrashReporter build supporting armv7s
This commit is contained in:
parent
a577d2fe3b
commit
c85762904f
Binary file not shown.
@ -87,8 +87,11 @@ typedef enum {
|
||||
/** ARMv7 */
|
||||
PLCrashReportArchitectureARMv7 = 5,
|
||||
|
||||
/** ARMv7s */
|
||||
PLCrashReportArchitectureARMv7s = 6,
|
||||
|
||||
/** Unknown */
|
||||
PLCrashReportArchitectureUnknown = 6
|
||||
PLCrashReportArchitectureUnknown = 7
|
||||
} PLCrashReportArchitecture;
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user