summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-01-03 17:40:21 -0500
committerStarla Insigna <starla4444@gmail.com>2013-01-03 17:40:21 -0500
commitade84cf3d464f6f1dc2becf16602db759d689398 (patch)
treeac82da54c33adfd2053038d49cbd54bba54984e6
parent9ca13b1facfbdabb5cc383899e72b3cfc95747b2 (diff)
downloadcartcollect-ade84cf3d464f6f1dc2becf16602db759d689398.tar.gz
cartcollect-ade84cf3d464f6f1dc2becf16602db759d689398.tar.bz2
cartcollect-ade84cf3d464f6f1dc2becf16602db759d689398.zip
Added NSLog -> TFLog macro (for TestFlight)
-rwxr-xr-xCart_Collect_Prefix.pch1
-rwxr-xr-xClasses/Cart_CollectAppDelegate.m1
-rw-r--r--Classes/GameModeInfo.m1
-rwxr-xr-xClasses/MainMenuLayer.m1
-rw-r--r--TestFlight.h2
5 files changed, 3 insertions, 3 deletions
diff --git a/Cart_Collect_Prefix.pch b/Cart_Collect_Prefix.pch index a12ac15..62f12a5 100755 --- a/Cart_Collect_Prefix.pch +++ b/Cart_Collect_Prefix.pch
@@ -5,4 +5,5 @@
5#ifdef __OBJC__ 5#ifdef __OBJC__
6 #import <Foundation/Foundation.h> 6 #import <Foundation/Foundation.h>
7 #import <UIKit/UIKit.h> 7 #import <UIKit/UIKit.h>
8 #import "TestFlight.h"
8#endif 9#endif
diff --git a/Classes/Cart_CollectAppDelegate.m b/Classes/Cart_CollectAppDelegate.m index 3dbb3eb..f4e36b4 100755 --- a/Classes/Cart_CollectAppDelegate.m +++ b/Classes/Cart_CollectAppDelegate.m
@@ -13,7 +13,6 @@
13#import "GameMode.h" 13#import "GameMode.h"
14#import "RootViewController.h" 14#import "RootViewController.h"
15#import "MainMenuLayer.h" 15#import "MainMenuLayer.h"
16#import "TestFlight.h"
17#import "CCNotifications.h" 16#import "CCNotifications.h"
18#import "notificationDesign.h" 17#import "notificationDesign.h"
19 18
diff --git a/Classes/GameModeInfo.m b/Classes/GameModeInfo.m index 1f85978..08b95e5 100644 --- a/Classes/GameModeInfo.m +++ b/Classes/GameModeInfo.m
@@ -10,7 +10,6 @@
10#import "CCNotifications.h" 10#import "CCNotifications.h"
11#import "GameMode.h" 11#import "GameMode.h"
12#import "GameModeManager.h" 12#import "GameModeManager.h"
13#import "TestFlight.h"
14 13
15@implementation GameModeInfo 14@implementation GameModeInfo
16 15
diff --git a/Classes/MainMenuLayer.m b/Classes/MainMenuLayer.m index d4a6331..50d3ff8 100755 --- a/Classes/MainMenuLayer.m +++ b/Classes/MainMenuLayer.m
@@ -10,7 +10,6 @@
10#import "HighscoreListController.h" 10#import "HighscoreListController.h"
11#import "GameModeSelectionLayer.h" 11#import "GameModeSelectionLayer.h"
12#import "Cart_CollectAppDelegate.h" 12#import "Cart_CollectAppDelegate.h"
13#import "TestFlight.h"
14 13
15@implementation MainMenuLayer 14@implementation MainMenuLayer
16 15
diff --git a/TestFlight.h b/TestFlight.h index 1c464c3..e6d0ac3 100644 --- a/TestFlight.h +++ b/TestFlight.h
@@ -18,6 +18,8 @@ extern "C" {
18} 18}
19#endif 19#endif
20 20
21#define NSLog(__FORMAT__, ...) TFLog((@"%s [Line %d] " __FORMAT__), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)
22
21/** 23/**
22 * TestFlight object 24 * TestFlight object
23 * All methods are class level 25 * All methods are class level