Skip to content

Commit

Permalink
Merge pull request #110 from adjust/has_delegate
Browse files Browse the repository at this point in the history
Has delegate
  • Loading branch information
nonelse committed Jun 24, 2015
2 parents e1e2bc6 + ac56f2d commit 2b40d35
Show file tree
Hide file tree
Showing 58 changed files with 3,248 additions and 1,907 deletions.
4 changes: 2 additions & 2 deletions Adjust.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Adjust"
s.version = "4.2.5"
s.version = "4.2.6"
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
s.homepage = "http://adjust.com"
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
s.author = { "Christian Wellenbrock" => "[email protected]" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.2.5" }
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.2.6" }
s.platform = :ios, '4.3'
s.framework = 'SystemConfiguration'
s.weak_framework = 'AdSupport', 'iAd'
Expand Down
57 changes: 42 additions & 15 deletions Adjust.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Adjust/ADJActivityHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- (void)trackEvent:(ADJEvent *)event;

- (void)finishedTrackingWithResponse:(NSDictionary *)jsonDict;
- (void)finishedTracking:(NSDictionary *)jsonDict;
- (void)setEnabled:(BOOL)enabled;
- (BOOL)isEnabled;
- (void)appWillOpenUrl:(NSURL*)url;
Expand All @@ -33,7 +33,7 @@

- (void) launchAttributionDelegate;

- (void) setOfflineMode:(BOOL)enabled;
- (void) setOfflineMode:(BOOL)offline;

@end

Expand Down
Loading

0 comments on commit 2b40d35

Please sign in to comment.