Skip to content

Commit

Permalink
Merge pull request #433 from qonversion/release/5.5.1
Browse files Browse the repository at this point in the history
Release 5.5.1
  • Loading branch information
suriksarkisyan authored Dec 30, 2023
2 parents a1de12c + 47ec5ef commit a2fcf80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.5.0</string>
<string>5.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Qonversion.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
idfa_exclude_files = ['Sources/Qonversion/IDFA']
s.name = 'Qonversion'
s.swift_version = '5.5'
s.version = '5.5.0'
s.version = '5.5.1'
s.summary = 'qonversion.io'
s.description = <<-DESC
Deep Analytics for iOS Subscriptions
Expand Down
2 changes: 1 addition & 1 deletion Sources/Qonversion/Public/QONConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import "QONConfiguration.h"
#import "QNAPIConstants.h"

static NSString *const kSDKVersion = @"5.5.0";
static NSString *const kSDKVersion = @"5.5.1";

@interface QONConfiguration ()

Expand Down
1 change: 0 additions & 1 deletion Sources/Qonversion/Public/QONEntitlement.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ - (void)encodeWithCoder:(NSCoder *)coder {
[coder encodeObject:_productID forKey:NSStringFromSelector(@selector(productID))];
[coder encodeBool:_isActive forKey:NSStringFromSelector(@selector(isActive))];
[coder encodeInteger:_renewState forKey:NSStringFromSelector(@selector(renewState))];
[coder encodeInteger:_grantType forKey:NSStringFromSelector(@selector(grantType))];
[coder encodeInteger:_source forKey:NSStringFromSelector(@selector(source))];
[coder encodeObject:_startedDate forKey:NSStringFromSelector(@selector(startedDate))];
[coder encodeObject:_expirationDate forKey:NSStringFromSelector(@selector(expirationDate))];
Expand Down
4 changes: 2 additions & 2 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@



<testcase classname="fastlane.lanes" name="0: update_plist" time="0.123341">
<testcase classname="fastlane.lanes" name="0: update_plist" time="0.057436">

</testcase>


<testcase classname="fastlane.lanes" name="1: version_bump_podspec" time="0.001534">
<testcase classname="fastlane.lanes" name="1: version_bump_podspec" time="0.006088">

</testcase>

Expand Down

0 comments on commit a2fcf80

Please sign in to comment.