File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
Pod ::Spec . new do |s |
8
8
s . name = "Analytics"
9
- s . version = "1.11.7 "
9
+ s . version = "1.11.8 "
10
10
s . summary = "Segment analytics and marketing tools library for iOS."
11
11
s . homepage = "https://segment.com/libraries/ios"
12
12
s . license = { :type => "MIT" , :file => "License.md" }
Original file line number Diff line number Diff line change 1777
1777
isa = XCBuildConfiguration;
1778
1778
buildSettings = {
1779
1779
ALWAYS_SEARCH_USER_PATHS = NO;
1780
- ANALYTICS_VERSION = 1.11.7 ;
1780
+ ANALYTICS_VERSION = 1.11.8 ;
1781
1781
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1782
1782
CLANG_CXX_LIBRARY = "libc++";
1783
1783
CLANG_ENABLE_OBJC_ARC = YES;
1809
1809
isa = XCBuildConfiguration;
1810
1810
buildSettings = {
1811
1811
ALWAYS_SEARCH_USER_PATHS = NO;
1812
- ANALYTICS_VERSION = 1.11.7 ;
1812
+ ANALYTICS_VERSION = 1.11.8 ;
1813
1813
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1814
1814
CLANG_CXX_LIBRARY = "libc++";
1815
1815
CLANG_ENABLE_OBJC_ARC = YES;
Original file line number Diff line number Diff line change 1
1
// Analytics.h
2
2
// Copyright (c) 2014 Segment.io. All rights reserved.
3
- // Version 1.11.7 (Do not change this line. It is automatically modified by the build process)
3
+ // Version 1.11.8 (Do not change this line. It is automatically modified by the build process)
4
4
5
5
#import " SEGAnalytics.h"
Original file line number Diff line number Diff line change 1
1
2
+ 1.11.8 / 2015-05-11
3
+ ===================
4
+
5
+ * Use Localized Info Dictionary instead of default
6
+ * Respect trackAllPages setting for Amplitude
7
+ * Respect trackAllPages setting for Mixpanel
8
+ * Add Kahuna Integration
9
+ * Add Apptimize Integration.
10
+ * Update Amplitude to version 2.4.0
11
+
2
12
1.11.7 / 2015-05-05
3
13
===================
4
14
You can’t perform that action at this time.
0 commit comments