Skip to content

Commit

Permalink
Revert "Merge pull request #137 from AppsFlyerSDK/releases/6.x.x/6.14…
Browse files Browse the repository at this point in the history
….x/6.14.3-rc2"

This reverts commit db7d1f8, reversing
changes made to 33fdcc8.
  • Loading branch information
morisgateno-appsflyer committed May 1, 2024
1 parent db7d1f8 commit 0ee4b01
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 59 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"repositoryURL": "https://github.com/segmentio/analytics-ios.git",
"state": {
"branch": null,
"revision": "78423aaae2e48e32a07246850f37c76f3d34cb84",
"version": "4.1.8"
"revision": "187faa897c826fe0954124da116db3318242f7c3",
"version": "4.1.4"
}
},
{
"package": "AppsFlyerLib",
"repositoryURL": "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git",
"state": {
"branch": null,
"revision": "e248ac38ac97ab6926e500ace97e220d10df7d41",
"version": "6.14.3"
"revision": "7a3cd712a77b30e487e53102b101c5e9ff96a95e",
"version": "6.9.1"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(name: "Segment", url: "https://github.com/segmentio/analytics-ios.git" , from: "4.0.0"),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", .exact("6.14.3")),
.package(name: "AppsFlyerLib" , url: "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git", .exact("6.13.1")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

# AppsFlyer integration for Segment.


## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.14.3.

## This is a Segment wrapper for AppsFlyer SDK that is built with iOS SDK v6.13.1.

[![Version](https://img.shields.io/badge/cocoapods-compatible-brightgreen?logo=cocoapods&logoColor=green&style=flat)](http://cocoapods.org/pods/segment-appsflyer-ios)
[![Carthage compatible](https://img.shields.io/badge/Carthage-not_compatible-C20000.svg?style=flat)](https://github.com/Carthage/Carthage)
Expand Down Expand Up @@ -51,12 +49,12 @@ To install the segment-appsflyer-ios integration:

**Production** version:
```ruby
pod 'segment-appsflyer-ios', '6.14.3'
pod 'segment-appsflyer-ios', '6.13.1'
```

**Strict mode SDK** version:
```ruby
pod 'segment-appsflyer-ios/Strict', '6.14.3'
pod 'segment-appsflyer-ios/Strict', '6.13.1'
```
Use the strict mode SDK to completely remove IDFA collection functionality and AdSupport framework dependencies (for example, when developing apps for kids).

Expand Down
4 changes: 0 additions & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
### 6.14.3
* Update to Appsflyer SDK 6.14.3.
* Added Privacy Manifest

### 6.13.1
* Update to Appsflyer SDK 6.13.1.

Expand Down
18 changes: 0 additions & 18 deletions examples/ObjcPodsSample/ObjcPodsSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
9D3846B524E4312900F767E4 /* Frameworks */,
9D3846B624E4312900F767E4 /* Resources */,
7205A6CD90D4EDB49FD64543 /* [CP] Embed Pods Frameworks */,
8E25661C2274255B639A8214 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -189,23 +188,6 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObjcPodsSample/Pods-ObjcPodsSample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
8E25661C2274255B639A8214 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ObjcPodsSample/Pods-ObjcPodsSample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-ObjcPodsSample/Pods-ObjcPodsSample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ObjcPodsSample/Pods-ObjcPodsSample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
DE322D6CAA7CF6E7584193F8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
3 changes: 1 addition & 2 deletions examples/ObjcPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ target 'ObjcPodsSample' do
use_frameworks!

# Pods for ObjcPodsSample
pod 'segment-appsflyer-ios',:podspec => '../../segment-appsflyer-ios.podspec'

pod 'segment-appsflyer-ios','6.13.1'
end
2 changes: 1 addition & 1 deletion examples/SwiftPodsSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'SwiftPodsSample' do
use_frameworks!

# Pods for SwiftPodsSample
pod 'segment-appsflyer-ios',:podspec => '../../segment-appsflyer-ios.podspec'
pod 'segment-appsflyer-ios','6.13.1'

end
18 changes: 0 additions & 18 deletions examples/SwiftPodsSample/SwiftPodsSample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
9D29F71824E4081F007A929A /* Frameworks */,
9D29F71924E4081F007A929A /* Resources */,
F6332A18B9239844E271B4AD /* [CP] Embed Pods Frameworks */,
DEDAA782D8D7CCEFDF680EF0 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -184,23 +183,6 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
DEDAA782D8D7CCEFDF680EF0 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SwiftPodsSample/Pods-SwiftPodsSample-resources-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Copy Pods Resources";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-SwiftPodsSample/Pods-SwiftPodsSample-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SwiftPodsSample/Pods-SwiftPodsSample-resources.sh\"\n";
showEnvVarsInLog = 0;
};
F6332A18B9239844E271B4AD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
Empty file removed releasenotes.6.14.3
Empty file.
4 changes: 2 additions & 2 deletions segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version_appsflyerLib = '6.14.3'
version_plugin = '6.14.3'
version_appsflyerLib = '6.13.1'
version_plugin = '6.13.1'

Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
Expand Down
6 changes: 2 additions & 4 deletions segment-appsflyer-ios/Classes/SEGAppsFlyerIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ - (instancetype)initWithSettings:(NSDictionary *)settings withAnalytics:(SEGAnal

self.appsflyer = [self appsflyerLib];
[self.appsflyer setPluginInfoWith:AFSDKPluginSegment
pluginVersion:@"6.14.3"
pluginVersion:@"6.13.1"
additionalParams:nil];
[self.appsflyer setAppsFlyerDevKey:afDevKey];
[self.appsflyer setAppleAppID:appleAppId];
Expand Down Expand Up @@ -93,9 +93,7 @@ - (instancetype)initWithSettings:(NSDictionary *)settings withAppsflyer:(AppsFly
self.appsflyer = aAppsflyer;

[self.appsflyer setPluginInfoWith:AFSDKPluginSegment

pluginVersion:@"6.14.3"

pluginVersion:@"6.13.1"
additionalParams:nil];

NSString *afDevKey = [self.settings objectForKey:@"appsFlyerDevKey"];
Expand Down

0 comments on commit 0ee4b01

Please sign in to comment.