Bump Pearl and TestFlight for iOS 6 fixes.
[UPDATED] Pearl for iOS 6 compilation fixes. [UPDATED] TestFlight for close_file bugfix.
This commit is contained in:
parent
f2ee139db6
commit
acd52e8ef6
2
External/Pearl
vendored
2
External/Pearl
vendored
@ -1 +1 @@
|
||||
Subproject commit b0271de7eb8fc9b6bb3e83fa8872b440171191d9
|
||||
Subproject commit 611f618ed295f37753992d7c7a664ec9e042a79f
|
@ -6,7 +6,7 @@
|
||||
// Copyright 2011 TestFlight. All rights reserved.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#define TESTFLIGHT_SDK_VERSION @"1.1"
|
||||
#define TESTFLIGHT_SDK_VERSION @"1.2beta2"
|
||||
#undef TFLog
|
||||
|
||||
#if __cplusplus
|
||||
|
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
##1.2 BETA 2 - October 9, 2012
|
||||
|
||||
* Resolved an instance of close_file being called on a bad file descriptor
|
||||
|
||||
##1.2 BETA 1 - October 1, 2012
|
||||
|
||||
* Removed support for armv6
|
||||
* Exception handler now returns instead of raising a SIGTRAP
|
||||
|
||||
##1.1 - September 13, 2012
|
||||
|
||||
* armv7s and iOS 6 support
|
||||
|
Loading…
Reference in New Issue
Block a user