Skip to content

Commit dea3a1b

Browse files
author
Brie
committed
Prepare for releaae 3.2.3
1 parent 3b02390 commit dea3a1b

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Change Log
22
==========
3+
4+
Version 3.2.3 *(29th October, 2020)
5+
-------------------------------------
6+
* Fix a bug with import headers support new namespacing introduced in v4.x
7+
38
Version 3.2.2 *(14th October, 2020)
49
-------------------------------------
510
* Update SEGAnalytics imports to support new namespacing introduced in v4.x

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "amplitude/Amplitude-iOS" "v5.3.0"
2-
github "segmentio/analytics-ios" "4.0.5"
2+
github "segmentio/analytics-ios" "4.1.1"

CarthageExample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@import Analytics;
1414
#else
1515
@import Segment;
16-
#endifs
16+
#endif
1717
@import Amplitude;
1818
@import Segment_Amplitude;
1919

Pod/Classes/SEGAmplitudeIntegration.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#if defined(__has_include) && __has_include(<Analytics/Analytics.h>)
33
#import <Analytics/Analytics.h>
44
#else
5+
#import <Segment/SEGAnalyticsUtils.h>
56
#import <Segment/SEGAnalytics.h>
67
#endif
78

Pod/Classes/SEGAmplitudeIntegrationFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#if defined(__has_include) && __has_include(<Analytics/Analytics.h>)
44
#import <Analytics/Analytics.h>
55
#else
6-
#import <Segment/SEGsAnalytics.h>
6+
#import <Segment/SEGAnalytics.h>
77
#endif
88
#import "SEGAmplitudeIntegration.h"
99

Segment-Amplitude.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Segment-Amplitude"
3-
s.version = "3.2.2"
3+
s.version = "3.2.3"
44
s.summary = "Amplitude Integration for Segment's analytics-ios library."
55

66
s.description = <<-DESC

Segment-Amplitude.xcodeproj/project.pbxproj

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
A38344272400A4100007ECCD /* SEGAmplitudeIntegrationFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = A38344232400A4100007ECCD /* SEGAmplitudeIntegrationFactory.h */; platformFilter = ios; settings = {ATTRIBUTES = (Public, ); }; };
1212
A38344282400A4100007ECCD /* SEGAmplitudeIntegrationFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344242400A4100007ECCD /* SEGAmplitudeIntegrationFactory.m */; };
1313
A38344292400A4100007ECCD /* SEGAmplitudeIntegration.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344252400A4100007ECCD /* SEGAmplitudeIntegration.m */; };
14-
A383442D2400AE2E0007ECCD /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442C2400AE2E0007ECCD /* Analytics.framework */; platformFilter = ios; };
1514
A383442F2400AE310007ECCD /* Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442E2400AE310007ECCD /* Amplitude.framework */; platformFilter = ios; };
1615
A38344382400AFF60007ECCD /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344372400AFF60007ECCD /* AppDelegate.m */; };
1716
A383443B2400AFF60007ECCD /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = A383443A2400AFF60007ECCD /* SceneDelegate.m */; };
@@ -22,10 +21,9 @@
2221
A38344492400AFF80007ECCD /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = A38344482400AFF80007ECCD /* main.m */; };
2322
A383444D2400B0110007ECCD /* Segment_Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A38344172400A3CB0007ECCD /* Segment_Amplitude.framework */; };
2423
A383444E2400B03A0007ECCD /* Amplitude.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442E2400AE310007ECCD /* Amplitude.framework */; };
25-
A383444F2400B03E0007ECCD /* Analytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A383442C2400AE2E0007ECCD /* Analytics.framework */; };
2624
A38344512400B2CD0007ECCD /* Segment_Amplitude.h in Headers */ = {isa = PBXBuildFile; fileRef = A383441A2400A3CB0007ECCD /* Segment_Amplitude.h */; settings = {ATTRIBUTES = (Public, ); }; };
2725
A38344542400B67B0007ECCD /* Amplitude.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A38344532400B67B0007ECCD /* Amplitude.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
28-
A38344562400B6880007ECCD /* Analytics.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = A38344552400B6870007ECCD /* Analytics.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
26+
EA0E73CE254B761A00349B58 /* Segment.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA0E73CB254B75DF00349B58 /* Segment.framework */; platformFilter = ios; };
2927
/* End PBXBuildFile section */
3028

3129
/* Begin PBXContainerItemProxy section */
@@ -46,7 +44,6 @@
4644
dstSubfolderSpec = 10;
4745
files = (
4846
A38344542400B67B0007ECCD /* Amplitude.framework in CopyFiles */,
49-
A38344562400B6880007ECCD /* Analytics.framework in CopyFiles */,
5047
);
5148
runOnlyForDeploymentPostprocessing = 0;
5249
};
@@ -75,15 +72,15 @@
7572
A38344472400AFF80007ECCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
7673
A38344482400AFF80007ECCD /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
7774
A38344532400B67B0007ECCD /* Amplitude.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Amplitude.framework; path = Carthage/Build/iOS/Amplitude.framework; sourceTree = "<group>"; };
78-
A38344552400B6870007ECCD /* Analytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Analytics.framework; path = Carthage/Build/iOS/Analytics.framework; sourceTree = "<group>"; };
75+
EA0E73CB254B75DF00349B58 /* Segment.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Segment.framework; path = Carthage/Build/iOS/Segment.framework; sourceTree = "<group>"; };
7976
/* End PBXFileReference section */
8077

8178
/* Begin PBXFrameworksBuildPhase section */
8279
A38344142400A3CB0007ECCD /* Frameworks */ = {
8380
isa = PBXFrameworksBuildPhase;
8481
buildActionMask = 2147483647;
8582
files = (
86-
A383442D2400AE2E0007ECCD /* Analytics.framework in Frameworks */,
83+
EA0E73CE254B761A00349B58 /* Segment.framework in Frameworks */,
8784
A383442F2400AE310007ECCD /* Amplitude.framework in Frameworks */,
8885
);
8986
runOnlyForDeploymentPostprocessing = 0;
@@ -94,7 +91,6 @@
9491
files = (
9592
A383444D2400B0110007ECCD /* Segment_Amplitude.framework in Frameworks */,
9693
A383444E2400B03A0007ECCD /* Amplitude.framework in Frameworks */,
97-
A383444F2400B03E0007ECCD /* Analytics.framework in Frameworks */,
9894
);
9995
runOnlyForDeploymentPostprocessing = 0;
10096
};
@@ -104,7 +100,6 @@
104100
A383440D2400A3CB0007ECCD = {
105101
isa = PBXGroup;
106102
children = (
107-
A38344552400B6870007ECCD /* Analytics.framework */,
108103
A38344532400B67B0007ECCD /* Amplitude.framework */,
109104
A38344192400A3CB0007ECCD /* Segment-Amplitude */,
110105
A38344352400AFF60007ECCD /* CarthageExample */,
@@ -138,6 +133,7 @@
138133
A383442B2400AE2E0007ECCD /* Frameworks */ = {
139134
isa = PBXGroup;
140135
children = (
136+
EA0E73CB254B75DF00349B58 /* Segment.framework */,
141137
A383442E2400AE310007ECCD /* Amplitude.framework */,
142138
A383442C2400AE2E0007ECCD /* Analytics.framework */,
143139
);
@@ -472,6 +468,7 @@
472468
FRAMEWORK_SEARCH_PATHS = (
473469
"$(inherited)",
474470
"$(PROJECT_DIR)/Carthage/Build/iOS/**",
471+
"$(PROJECT_DIR)/Carthage/Build/iOS",
475472
);
476473
INFOPLIST_FILE = "Segment-Amplitude/Info.plist";
477474
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -498,6 +495,7 @@
498495
FRAMEWORK_SEARCH_PATHS = (
499496
"$(inherited)",
500497
"$(PROJECT_DIR)/Carthage/Build/iOS/**",
498+
"$(PROJECT_DIR)/Carthage/Build/iOS",
501499
);
502500
INFOPLIST_FILE = "Segment-Amplitude/Info.plist";
503501
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)