Skip to content

Commit 2b40d35

Browse files
committed
Merge pull request #110 from adjust/has_delegate
Has delegate
2 parents e1e2bc6 + ac56f2d commit 2b40d35

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3248
-1907
lines changed

Adjust.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Adjust"
3-
s.version = "4.2.5"
3+
s.version = "4.2.6"
44
s.summary = "This is the iOS SDK of adjust. You can read more about it at http://adjust.com."
55
s.homepage = "http://adjust.com"
66
s.license = { :type => 'MIT', :file => 'MIT-LICENSE' }
77
s.author = { "Christian Wellenbrock" => "[email protected]" }
8-
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.2.5" }
8+
s.source = { :git => "https://github.com/adjust/ios_sdk.git", :tag => "v4.2.6" }
99
s.platform = :ios, '4.3'
1010
s.framework = 'SystemConfiguration'
1111
s.weak_framework = 'AdSupport', 'iAd'

Adjust.xcodeproj/project.pbxproj

Lines changed: 42 additions & 15 deletions
Large diffs are not rendered by default.

Adjust/ADJActivityHandler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

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

21-
- (void)finishedTrackingWithResponse:(NSDictionary *)jsonDict;
21+
- (void)finishedTracking:(NSDictionary *)jsonDict;
2222
- (void)setEnabled:(BOOL)enabled;
2323
- (BOOL)isEnabled;
2424
- (void)appWillOpenUrl:(NSURL*)url;
@@ -33,7 +33,7 @@
3333

3434
- (void) launchAttributionDelegate;
3535

36-
- (void) setOfflineMode:(BOOL)enabled;
36+
- (void) setOfflineMode:(BOOL)offline;
3737

3838
@end
3939

0 commit comments

Comments
 (0)