From 967b09cf422cf772c584a0bea65e51a0c85aeb0f Mon Sep 17 00:00:00 2001 From: Frank Schmitt Date: Mon, 6 Jul 2020 11:57:57 -0700 Subject: [PATCH] Apptentive IOS SDK 5.2.13 --- Apptentive/Apptentive.xcodeproj/project.pbxproj | 8 ++++---- .../xcshareddata/xcschemes/Apptentive.xcscheme | 3 +-- Apptentive/Apptentive/Apptentive.h | 2 +- Apptentive/Apptentive/Info.plist | 2 +- Apptentive/ApptentiveTests/Info.plist | 2 +- CHANGELOG.md | 6 ++++++ Example/Podfile.lock | 4 ++-- apptentive-ios.podspec | 2 +- 8 files changed, 17 insertions(+), 12 deletions(-) diff --git a/Apptentive/Apptentive.xcodeproj/project.pbxproj b/Apptentive/Apptentive.xcodeproj/project.pbxproj index e844e646f..5e3f2fff7 100644 --- a/Apptentive/Apptentive.xcodeproj/project.pbxproj +++ b/Apptentive/Apptentive.xcodeproj/project.pbxproj @@ -2409,7 +2409,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 41; + CURRENT_PROJECT_VERSION = 42; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2467,7 +2467,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 41; + CURRENT_PROJECT_VERSION = 42; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -2499,7 +2499,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 86WML2UN43; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 41; + DYLIB_CURRENT_VERSION = 42; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Apptentive/Misc/ApptentiveConnect-Prefix.pch"; GCC_PREPROCESSOR_DEFINITIONS = "APPTENTIVE_DEBUG=1"; @@ -2519,7 +2519,7 @@ DEFINES_MODULE = YES; DEVELOPMENT_TEAM = 86WML2UN43; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 41; + DYLIB_CURRENT_VERSION = 42; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Apptentive/Misc/ApptentiveConnect-Prefix.pch"; INFOPLIST_FILE = Apptentive/Info.plist; diff --git a/Apptentive/Apptentive.xcodeproj/xcshareddata/xcschemes/Apptentive.xcscheme b/Apptentive/Apptentive.xcodeproj/xcshareddata/xcschemes/Apptentive.xcscheme index 2d5e5f756..7b000bf5b 100644 --- a/Apptentive/Apptentive.xcodeproj/xcshareddata/xcschemes/Apptentive.xcscheme +++ b/Apptentive/Apptentive.xcodeproj/xcshareddata/xcschemes/Apptentive.xcscheme @@ -27,6 +27,7 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" + disableMainThreadChecker = "YES" codeCoverageEnabled = "YES"> CFBundlePackageType FMWK CFBundleShortVersionString - 5.2.12 + 5.2.13 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Apptentive/ApptentiveTests/Info.plist b/Apptentive/ApptentiveTests/Info.plist index dc2ac6996..67b4d1db8 100644 --- a/Apptentive/ApptentiveTests/Info.plist +++ b/Apptentive/ApptentiveTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 5.2.12 + 5.2.13 CFBundleVersion 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b37b98b9..00c6e50bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2020-07-06 - v5.2.13 + +#### Bugs Fixed + +* Revert change to thread sanitizer settings. + # 2020-06-29 - v5.2.12 #### Improvements diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 12a9b1402..c41d9a71c 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - apptentive-ios (5.2.12) + - apptentive-ios (5.2.13) DEPENDENCIES: - apptentive-ios (from `..`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: ".." SPEC CHECKSUMS: - apptentive-ios: 209e1e8c472392f7658387b113a63a8325c11a3d + apptentive-ios: d99c34d093015a81d2c8621dcd749d95ad750569 PODFILE CHECKSUM: 89d2b5f4683b04482e89df6d46b268cc9ed1ef79 diff --git a/apptentive-ios.podspec b/apptentive-ios.podspec index e194cdba6..66805cea6 100644 --- a/apptentive-ios.podspec +++ b/apptentive-ios.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'apptentive-ios' s.module_name = 'Apptentive' - s.version = '5.2.12' + s.version = '5.2.13' s.license = 'BSD' s.summary = 'Apptentive Customer Communications SDK.' s.homepage = 'https://www.apptentive.com/'