Skip to content

Commit

Permalink
Merge pull request #31 from AppsFlyerSDK/releases/6.0.3
Browse files Browse the repository at this point in the history
Releases/6.0.3
  • Loading branch information
sokoloff06 authored Sep 9, 2020
2 parents 732ceef + c4f460c commit 975ac79
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AppsFlyer integration for Segment.

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


----------
Expand Down Expand Up @@ -49,7 +49,7 @@ pod 'segment-appsflyer-ios'

**Production** version:
```ogdl
github "AppsFlyerSDK/segment-appsflyer-ios" "6.0.2"
github "AppsFlyerSDK/segment-appsflyer-ios" "6.0.3"
```


Expand Down
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

### 6.0.3
* Updated iOS SDK to v6.0.3

### 6.0.2
* Updated iOS SDK to v6.0.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -14,6 +14,7 @@
9D3846C824E4312A00F767E4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9D3846C724E4312A00F767E4 /* Assets.xcassets */; };
9D3846CB24E4312A00F767E4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9D3846C924E4312A00F767E4 /* LaunchScreen.storyboard */; };
9D3846CE24E4312A00F767E4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3846CD24E4312A00F767E4 /* main.m */; };
9DF8CB422508C2FA005AAA78 /* AppTrackingTransparency.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DF8CB412508C2FA005AAA78 /* AppTrackingTransparency.framework */; };
B902ED3D41E418D94F46B7E2 /* Pods_ObjcPodsSample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C980146D2A4D698A1B619AE /* Pods_ObjcPodsSample.framework */; };
/* End PBXBuildFile section */

Expand All @@ -33,6 +34,7 @@
9D3846CA24E4312A00F767E4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9D3846CC24E4312A00F767E4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9D3846CD24E4312A00F767E4 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
9DF8CB412508C2FA005AAA78 /* AppTrackingTransparency.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppTrackingTransparency.framework; path = System/Library/Frameworks/AppTrackingTransparency.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -41,6 +43,7 @@
buildActionMask = 2147483647;
files = (
B902ED3D41E418D94F46B7E2 /* Pods_ObjcPodsSample.framework in Frameworks */,
9DF8CB422508C2FA005AAA78 /* AppTrackingTransparency.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -50,6 +53,7 @@
39E805A72CF91DB8F84935F1 /* Frameworks */ = {
isa = PBXGroup;
children = (
9DF8CB412508C2FA005AAA78 /* AppTrackingTransparency.framework */,
8C980146D2A4D698A1B619AE /* Pods_ObjcPodsSample.framework */,
);
name = Frameworks;
Expand All @@ -61,7 +65,6 @@
1D3B49A670BC0B5ACE81C1C4 /* Pods-ObjcPodsSample.debug.xcconfig */,
912730F3B85AB5DA1A3F3EA6 /* Pods-ObjcPodsSample.release.xcconfig */,
);
name = Pods;
path = Pods;
sourceTree = "<group>";
};
Expand Down Expand Up @@ -364,6 +367,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6UQAD4B3U2;
INFOPLIST_FILE = ObjcPodsSample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -383,6 +387,7 @@
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6UQAD4B3U2;
INFOPLIST_FILE = ObjcPodsSample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
6 changes: 3 additions & 3 deletions segment-appsflyer-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "segment-appsflyer-ios"
s.version = "6.0.2"
s.version = "6.0.3"
s.summary = "AppsFlyer Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand All @@ -20,6 +20,6 @@ Pod::Spec.new do |s|

s.dependency 'Analytics'
s.source_files = 'segment-appsflyer-ios/Classes/**/*'
s.ios.dependency 'AppsFlyerFramework', '~> 6.0.2'
s.tvos.dependency 'AppsFlyerFramework', '~> 6.0.2'
s.ios.dependency 'AppsFlyerFramework', '~> 6.0.3'
s.tvos.dependency 'AppsFlyerFramework', '~> 6.0.3'
end
4 changes: 2 additions & 2 deletions segment-appsflyer-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -283,7 +283,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.2;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down

0 comments on commit 975ac79

Please sign in to comment.