Skip to content

Commit 0fbfd04

Browse files
author
af-vs
committed
Fix wring method name in header file
1 parent 469188a commit 0fbfd04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/SwiftPodsSample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ target 'SwiftPodsSample' do
66
use_frameworks!
77

88
# Pods for SwiftPodsSample
9-
pod 'segment-appsflyer-ios', :git => 'https://github.com/AppsFlyerSDK/segment-appsflyer-ios.git', :branch => 'dev/sdk-v6-beta'
9+
pod 'segment-appsflyer-ios', :git => 'https://github.com/AppsFlyerSDK/segment-appsflyer-ios.git'
1010
end

segment-appsflyer-ios/Classes/SEGAppsFlyerIntegration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
andDelegate:(id<AppsFlyerLibDelegate>) delegate;
3030

3131

32-
- (void) logLaunch;
32+
- (void) start;
3333
@end
3434

0 commit comments

Comments
 (0)