Skip to content

Commit b994f07

Browse files
Merge pull request #29 from jubril-paystack/fix/version-bump
Fix/version bump
2 parents efe46ad + c861412 commit b994f07

8 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 3.0.13 2019-11-4
2+
3+
* Updates deprecated class UIWebView to WKWebView
4+
15
=== 3.0.6 2019-03-29
26

37
* Change title and placeholder of OTP dialog

Example/Paystack iOS Example.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@
394394
CODE_SIGN_ENTITLEMENTS = "Paystack iOS Example/Paystack iOS Example.entitlements";
395395
CODE_SIGN_IDENTITY = "iPhone Developer";
396396
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
397+
CURRENT_PROJECT_VERSION = 17;
397398
DEVELOPMENT_TEAM = VZCEZ65JNX;
398399
FRAMEWORK_SEARCH_PATHS = (
399400
"$(inherited)",
@@ -403,6 +404,7 @@
403404
INFOPLIST_FILE = "$(SRCROOT)/Paystack iOS Example/Info.plist";
404405
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
405406
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
407+
MARKETING_VERSION = 3.0.13;
406408
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.$(PRODUCT_NAME:rfc1034identifier)";
407409
PRODUCT_NAME = "Paystack iOS Example";
408410
PROVISIONING_PROFILE = "";
@@ -421,6 +423,7 @@
421423
CODE_SIGN_ENTITLEMENTS = "Paystack iOS Example/Paystack iOS Example.entitlements";
422424
CODE_SIGN_IDENTITY = "iPhone Developer";
423425
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
426+
CURRENT_PROJECT_VERSION = 17;
424427
DEVELOPMENT_TEAM = VZCEZ65JNX;
425428
FRAMEWORK_SEARCH_PATHS = (
426429
"$(inherited)",
@@ -430,6 +433,7 @@
430433
INFOPLIST_FILE = "$(SRCROOT)/Paystack iOS Example/Info.plist";
431434
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
432435
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
436+
MARKETING_VERSION = 3.0.13;
433437
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.$(PRODUCT_NAME:rfc1034identifier)";
434438
PRODUCT_NAME = "Paystack iOS Example";
435439
PROVISIONING_PROFILE = "";

Example/Paystack iOS Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.12</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

Paystack.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Paystack'
3-
s.version = '3.0.6'
3+
s.version = '3.0.13'
44
s.summary = 'Paystack is a web-based API helping African Businesses accept payments online.'
55
s.description = <<-DESC
66
Paystack makes it easy for African Businesses to accept Mastercard, Visa and Verve cards from anyone, anywhere in the world.

Paystack.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,8 @@
13181318
baseConfigurationReference = 04F39F101AEF2AFE005B926E /* PaystackiOS-Debug.xcconfig */;
13191319
buildSettings = {
13201320
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1321+
CURRENT_PROJECT_VERSION = 17;
1322+
MARKETING_VERSION = 3.0.13;
13211323
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
13221324
SWIFT_VERSION = 2.3;
13231325
};
@@ -1328,6 +1330,8 @@
13281330
baseConfigurationReference = 04F39F111AEF2AFE005B926E /* PaystackiOS-Release.xcconfig */;
13291331
buildSettings = {
13301332
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1333+
CURRENT_PROJECT_VERSION = 17;
1334+
MARKETING_VERSION = 3.0.13;
13311335
PRODUCT_BUNDLE_IDENTIFIER = "com.paystack.paystack-ios";
13321336
SWIFT_VERSION = 2.3;
13331337
};

Paystack/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0.12</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

Paystack/PublicHeaders/PSTCKAPIClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#import <UIKit/UIViewController.h>
99
#endif
1010

11-
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.12";
12-
static NSString *const __nonnull PSTCKSDKBuild = @"16";
11+
static NSString *const __nonnull PSTCKSDKVersion = @"3.0.13";
12+
static NSString *const __nonnull PSTCKSDKBuild = @"17";
1313

1414
@class PSTCKCard, PSTCKCardParams, PSTCKTransactionParams, PSTCKToken;
1515

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.6
1+
3.0.13

0 commit comments

Comments
 (0)