From 694bce2027f7b0c70bd97c914fb33a207910ab7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Magalha=CC=83es?= Date: Fri, 14 Aug 2020 14:24:47 +0100 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- VelocidiSDK.podspec | 2 +- VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj | 12 ++++++------ VelocidiSDK/VelocidiSDK/Info.plist | 4 ++-- VelocidiSDK/VelocidiSDKTests/Info.plist | 4 ++-- 6 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 940d12ef..94edb083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,10 @@ nd this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. ### Infrastructural +## [0.3.1] - 2020-08-14 +### Fixed +- Makes JSONModel usage compatible with Swift 3 ([#29](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/29)). + ## [0.3.0] - 2020-07-28 ### Added - Tracking events model classes `VSDKOrderPlace`, `VSDKOrder`, `VSDKLineItem`, and `VSDKDiscount` ([#26](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/26)) diff --git a/README.md b/README.md index 7e0e11e2..8a517da2 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ platform :ios, '12.1' project 'MyProject.xcodeproj' target "MyProject" do - pod 'VelocidiSDK', '~> 0.3.0' + pod 'VelocidiSDK', '~> 0.3.1' end ``` @@ -32,7 +32,7 @@ $ pod install To integrate VelocidiSDK into your Xcode project using Carthage, specify it in your `Cartfile`: ``` -github "velocidi/velocidi-ios-objc-sdk" ~> 0.3.0 +github "velocidi/velocidi-ios-objc-sdk" ~> 0.3.1 ``` Then, run `carthage` to build the framework and drag the built VelocidiSDK.framework into your Xcode project. diff --git a/VelocidiSDK.podspec b/VelocidiSDK.podspec index 6b7885ca..fdfa02c2 100644 --- a/VelocidiSDK.podspec +++ b/VelocidiSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "VelocidiSDK" - spec.version = "0.3.0" + spec.version = "0.3.1" spec.summary = "Velocidi's Objective-C SDK to integrate with iOS apps" # This description is used to generate tags and improve search results. diff --git a/VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj b/VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj index cb5940bc..b4462c4b 100644 --- a/VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj +++ b/VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj @@ -688,7 +688,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -722,10 +722,10 @@ buildSettings = { CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4; + DYLIB_CURRENT_VERSION = 5; DYLIB_INSTALL_NAME_BASE = "@rpath"; HEADER_SEARCH_PATHS = ( "$(inherited)", @@ -779,7 +779,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -825,10 +825,10 @@ buildSettings = { CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES; CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 4; + CURRENT_PROJECT_VERSION = 5; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 4; + DYLIB_CURRENT_VERSION = 5; DYLIB_INSTALL_NAME_BASE = "@rpath"; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/VelocidiSDK/VelocidiSDK/Info.plist b/VelocidiSDK/VelocidiSDK/Info.plist index 83c3f052..5bdf569a 100644 --- a/VelocidiSDK/VelocidiSDK/Info.plist +++ b/VelocidiSDK/VelocidiSDK/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.0 + 0.3.1 CFBundleVersion - 4 + 5 diff --git a/VelocidiSDK/VelocidiSDKTests/Info.plist b/VelocidiSDK/VelocidiSDKTests/Info.plist index 7bb7ea6a..93022ba1 100644 --- a/VelocidiSDK/VelocidiSDKTests/Info.plist +++ b/VelocidiSDK/VelocidiSDKTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.3.0 + 0.3.1 CFBundleVersion - 4 + 5