Skip to content

Commit

Permalink
Merge pull request #5724 from srahim/TIMOB-16989-33X
Browse files Browse the repository at this point in the history
[TIMOB-16989] 3_3_X iOS: Updating AnalyticsModule to work with APSAnaltyics module
  • Loading branch information
jonalter committed May 21, 2014
2 parents b7575de + 8452108 commit 898db29
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 688 deletions.
6 changes: 0 additions & 6 deletions iphone/Classes/APSAnalytics/APSAnalytics.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@
withPayload:(NSDictionary*)data;

//Helper properties
/**
* Retrieves the version of the SDK
* @return SDK version
*/
+(NSString*)getVersion;

/**
* Returns if analytics has been enabled
* @return Returns YES if analytics is enabled
Expand Down
Binary file modified iphone/Classes/APSAnalytics/libAPSAnalytics.a
Binary file not shown.
12 changes: 12 additions & 0 deletions iphone/Classes/AnalyticsModule.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2014 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/

#import "TiModule.h"

@interface AnalyticsModule : TiModule

@end

0 comments on commit 898db29

Please sign in to comment.