Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duartepinto committed May 6, 2021
1 parent 6dda8a9 commit 6a93787
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 20 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
nd this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

### Changed
- Change iOS Deployment target version to 10.0 ([#45](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/45)).
- Prevent warnings thrown from Pods ([#45](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/45)).
- Require all user ids explicitly in the API ([#44](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/44)).
- Remove tracking events domain models and provide JSON API instead ([48](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/48)).

### Deprecated

Expand All @@ -25,6 +21,14 @@ nd this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.

### Infrastructural

## [0.4.0] - 2021-05-06

### Changed
- Change iOS Deployment target version to 10.0 ([#45](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/45)).
- Prevent warnings thrown from Pods ([#45](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/45)).
- Require all user ids explicitly in the API ([#44](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/44)).
- Remove tracking events domain models and provide JSON API instead ([48](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/48)).

## [0.3.2] - 2020-09-10
### Changed
- Use version number instead of build number for the User-Agent ([#33](https://github.com/velocidi/velocidi-ios-objc-sdk/pull/33)).
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ platform :ios, '12.1'
project 'MyProject.xcodeproj'

target "MyProject" do
pod 'VelocidiSDK', '~> 0.3.2'
pod 'VelocidiSDK', '~> 0.4.0'
end
```

Expand All @@ -30,14 +30,14 @@ $ pod install
To integrate VelocidiSDK into your Xcode project using Carthage, specify it in your `Cartfile`:

```
github "velocidi/velocidi-ios-objc-sdk" ~> 0.3.2
github "velocidi/velocidi-ios-objc-sdk" ~> 0.4.0
```

Then, run `carthage` to build the framework and drag the built VelocidiSDK.framework into your Xcode project.

## Requirements

VelocidiSDK should work with any version of iOS equal or bigger than 11.0.
VelocidiSDK should work with any version of iOS equal or bigger than 10.0.

# Setup

Expand Down
4 changes: 2 additions & 2 deletions VelocidiSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "VelocidiSDK"
spec.version = "0.3.2"
spec.version = "0.4.0"
spec.summary = "Velocidi's Objective-C SDK to integrate with iOS apps"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -65,7 +65,7 @@ Pod::Spec.new do |spec|
#

# spec.platform = :ios
spec.platform = :ios, "11.0"
spec.platform = :ios, "10.0"

# When using multiple platforms
# spec.ios.deployment_target = "5.0"
Expand Down
12 changes: 6 additions & 6 deletions VelocidiSDK/VelocidiSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -626,10 +626,10 @@
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 6;
DYLIB_CURRENT_VERSION = 7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -683,7 +683,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -729,10 +729,10 @@
buildSettings = {
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
CODE_SIGN_IDENTITY = "";
CURRENT_PROJECT_VERSION = 6;
CURRENT_PROJECT_VERSION = 7;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 6;
DYLIB_CURRENT_VERSION = 7;
DYLIB_INSTALL_NAME_BASE = "@rpath";
HEADER_SEARCH_PATHS = (
"$(inherited)",
Expand Down
4 changes: 2 additions & 2 deletions VelocidiSDK/VelocidiSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.2</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions VelocidiSDK/VelocidiSDKTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.2</string>
<string>0.4.0</string>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
</dict>
</plist>

0 comments on commit 6a93787

Please sign in to comment.