File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Expand file tree Collapse file tree 4 files changed +11
-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.6 "
9
+ s . version = "1.11.7 "
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 1731
1731
isa = XCBuildConfiguration;
1732
1732
buildSettings = {
1733
1733
ALWAYS_SEARCH_USER_PATHS = NO;
1734
- ANALYTICS_VERSION = 1.11.6 ;
1734
+ ANALYTICS_VERSION = 1.11.7 ;
1735
1735
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1736
1736
CLANG_CXX_LIBRARY = "libc++";
1737
1737
CLANG_ENABLE_OBJC_ARC = YES;
1763
1763
isa = XCBuildConfiguration;
1764
1764
buildSettings = {
1765
1765
ALWAYS_SEARCH_USER_PATHS = NO;
1766
- ANALYTICS_VERSION = 1.11.6 ;
1766
+ ANALYTICS_VERSION = 1.11.7 ;
1767
1767
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
1768
1768
CLANG_CXX_LIBRARY = "libc++";
1769
1769
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.6 (Do not change this line. It is automatically modified by the build process)
3
+ // Version 1.11.7 (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.7 / 2015-05-05
3
+ ===================
4
+
5
+ * Use the right context for sending custom context fields
6
+ * Fix for iOS 6 compatibility
7
+ * Updated Taplytics 2.1.82
8
+
2
9
1.11.6 / 2015-05-03
3
10
===================
4
11
You can’t perform that action at this time.
0 commit comments