Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-16989] 3_3_X iOS: Updating AnalyticsModule to work with APSAnaltyics module #5724

Merged
merged 1 commit into from
May 21, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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