From 93e797f1649cfbdd5748956feb245ee27c75c996 Mon Sep 17 00:00:00 2001 From: romulox_x Date: Sat, 23 May 2015 03:17:52 -0700 Subject: Fixed null pointer bug in ios store. added functions to game center to reset the user's achievements, request all the achievements they've made progress on, request descriptions of all possible achievements, and show the built in game center overlay. Upgraded all (I think) deprecated functions to ios 6 versions. as per discussion with reduz on IRC, ios 6 is now the official lowest supported iOS version. compatibility could be added, but it's so obsolete, it's tough to argue for continuing to support it. some naming of functions and dictionary parameters might need to change. I just named them whatever made sense to me :) --- platform/iphone/view_controller.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/iphone/view_controller.h') diff --git a/platform/iphone/view_controller.h b/platform/iphone/view_controller.h index 9432aebd97..0cee2f6fbf 100644 --- a/platform/iphone/view_controller.h +++ b/platform/iphone/view_controller.h @@ -27,8 +27,9 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #import +#import -@interface ViewController : UIViewController { +@interface ViewController : UIViewController { }; -- cgit v1.2.3