2
0

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:
Maarten Billemont
2013-01-31 12:25:17 -05:00
parent f2ee139db6
commit acd52e8ef6
4 changed files with 11 additions and 2 deletions

2
External/Pearl vendored

View File

@@ -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.

View File

@@ -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