Skip to content

Commit

Permalink
Prepare for releaae 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brie committed Oct 29, 2020
1 parent 3b02390 commit dea3a1b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========

Version 3.2.3 *(29th October, 2020)
-------------------------------------
* Fix a bug with import headers support new namespacing introduced in v4.x

Version 3.2.2 *(14th October, 2020)
-------------------------------------
* Update SEGAnalytics imports to support new namespacing introduced in v4.x
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "amplitude/Amplitude-iOS" "v5.3.0"
github "segmentio/analytics-ios" "4.0.5"
github "segmentio/analytics-ios" "4.1.1"
2 changes: 1 addition & 1 deletion CarthageExample/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@import Analytics;
#else
@import Segment;
#endifs
#endif
@import Amplitude;
@import Segment_Amplitude;

Expand Down
1 change: 1 addition & 0 deletions Pod/Classes/SEGAmplitudeIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#if defined(__has_include) && __has_include(<Analytics/Analytics.h>)
#import <Analytics/Analytics.h>
#else
#import <Segment/SEGAnalyticsUtils.h>
#import <Segment/SEGAnalytics.h>
#endif

Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/SEGAmplitudeIntegrationFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#if defined(__has_include) && __has_include(<Analytics/Analytics.h>)
#import <Analytics/Analytics.h>
#else
#import <Segment/SEGsAnalytics.h>
#import <Segment/SEGAnalytics.h>
#endif
#import "SEGAmplitudeIntegration.h"

Expand Down
2 changes: 1 addition & 1 deletion Segment-Amplitude.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Segment-Amplitude"
s.version = "3.2.2"
s.version = "3.2.3"
s.summary = "Amplitude Integration for Segment's analytics-ios library."

s.description = <<-DESC
Expand Down
14 changes: 6 additions & 8 deletions Segment-Amplitude.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
A38344272400A4100007ECCD /* SEGAmplitudeIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = A38344232400A4100007ECCD /* SEGAmplitudeIntegrationFactory.h */; platformFilter = ios; settings = {ATTRIBUTES = (Public, ); }; };
A38344282400A4100007ECCD /* SEGAmplitudeIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344242400A4100007ECCD /* SEGAmplitudeIntegrationFactory.m */; };
A38344292400A4100007ECCD /* SEGAmplitudeIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344252400A4100007ECCD /* SEGAmplitudeIntegration.m */; };
A383442D2400AE2E0007ECCD /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442C2400AE2E0007ECCD /* Analytics.framework */; platformFilter = ios; };
A383442F2400AE310007ECCD /* Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442E2400AE310007ECCD /* Amplitude.framework */; platformFilter = ios; };
A38344382400AFF60007ECCD /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344372400AFF60007ECCD /* AppDelegate.m */; };
A383443B2400AFF60007ECCD /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A383443A2400AFF60007ECCD /* SceneDelegate.m */; };
Expand All @@ -22,10 +21,9 @@
A38344492400AFF80007ECCD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344482400AFF80007ECCD /* main.m */; };
A383444D2400B0110007ECCD /* Segment_Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A38344172400A3CB0007ECCD /* Segment_Amplitude.framework */; };
A383444E2400B03A0007ECCD /* Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442E2400AE310007ECCD /* Amplitude.framework */; };
A383444F2400B03E0007ECCD /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442C2400AE2E0007ECCD /* Analytics.framework */; };
A38344512400B2CD0007ECCD /* Segment_Amplitude.h in Headers */ = {isa = PBXBuildFile; fileRef = A383441A2400A3CB0007ECCD /* Segment_Amplitude.h */; settings = {ATTRIBUTES = (Public, ); }; };
A38344542400B67B0007ECCD /* Amplitude.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A38344532400B67B0007ECCD /* Amplitude.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
A38344562400B6880007ECCD /* Analytics.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A38344552400B6870007ECCD /* Analytics.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
EA0E73CE254B761A00349B58 /* Segment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0E73CB254B75DF00349B58 /* Segment.framework */; platformFilter = ios; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -46,7 +44,6 @@
dstSubfolderSpec = 10;
files = (
A38344542400B67B0007ECCD /* Amplitude.framework in CopyFiles */,
A38344562400B6880007ECCD /* Analytics.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -75,15 +72,15 @@
A38344472400AFF80007ECCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
A38344482400AFF80007ECCD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
A38344532400B67B0007ECCD /* Amplitude.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Amplitude.framework; path = Carthage/Build/iOS/Amplitude.framework; sourceTree = "<group>"; };
A38344552400B6870007ECCD /* Analytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Analytics.framework; path = Carthage/Build/iOS/Analytics.framework; sourceTree = "<group>"; };
EA0E73CB254B75DF00349B58 /* Segment.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Segment.framework; path = Carthage/Build/iOS/Segment.framework; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
A38344142400A3CB0007ECCD /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
A383442D2400AE2E0007ECCD /* Analytics.framework in Frameworks */,
EA0E73CE254B761A00349B58 /* Segment.framework in Frameworks */,
A383442F2400AE310007ECCD /* Amplitude.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -94,7 +91,6 @@
files = (
A383444D2400B0110007ECCD /* Segment_Amplitude.framework in Frameworks */,
A383444E2400B03A0007ECCD /* Amplitude.framework in Frameworks */,
A383444F2400B03E0007ECCD /* Analytics.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -104,7 +100,6 @@
A383440D2400A3CB0007ECCD = {
isa = PBXGroup;
children = (
A38344552400B6870007ECCD /* Analytics.framework */,
A38344532400B67B0007ECCD /* Amplitude.framework */,
A38344192400A3CB0007ECCD /* Segment-Amplitude */,
A38344352400AFF60007ECCD /* CarthageExample */,
Expand Down Expand Up @@ -138,6 +133,7 @@
A383442B2400AE2E0007ECCD /* Frameworks */ = {
isa = PBXGroup;
children = (
EA0E73CB254B75DF00349B58 /* Segment.framework */,
A383442E2400AE310007ECCD /* Amplitude.framework */,
A383442C2400AE2E0007ECCD /* Analytics.framework */,
);
Expand Down Expand Up @@ -472,6 +468,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS/**",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = "Segment-Amplitude/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -498,6 +495,7 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Carthage/Build/iOS/**",
"$(PROJECT_DIR)/Carthage/Build/iOS",
);
INFOPLIST_FILE = "Segment-Amplitude/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down

0 comments on commit dea3a1b

Please sign in to comment.