Skip to content

Commit

Permalink
version 6.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
amr-Magdy-PT committed Jul 2, 2024
1 parent 7506419 commit 4a4df0e
Show file tree
Hide file tree
Showing 26 changed files with 73 additions and 75 deletions.
Binary file not shown.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,6 @@

## 6.6.15 2024-06-03
* Minor Fix

## 6.6.16 2024-07-02
* Minor Fix
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ let package = Package(
// .package(url: /* package url */, from: "1.0.0"),
],
targets: [
.binaryTarget(name: "PaymentSDK", url: "https://github.com/paytabscom/paytabs-ios-library-sample/raw/master/sources/PaymentSDK.xcframework.zip", checksum: "926f818b223d8e3365359d7f2351ef94ab8b035a15a654e70fe6cfe9158fdb6d")
.binaryTarget(name: "PaymentSDK", url: "https://github.com/paytabscom/paytabs-ios-library-sample/raw/master/sources/PaymentSDK.xcframework.zip", checksum: "f8638c21917b27ec77297489d49e209375e0ec7ef8bf271858f2703166d0a118")
]
)
2 changes: 1 addition & 1 deletion PayTabsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayTabsSDK"
s.version = "6.6.15"
s.version = "6.6.16"
s.summary = "PayTabs is an online payment gateway."
s.ios.deployment_target = '11.0'
s.homepage = "https://github.com/paytabscom/paytabs-ios-library-sample/tree/master"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate **PayTabs SDK** into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'PayTabsSDK', '~> 6.6.15'
pod 'PayTabsSDK', '~> 6.6.16'
```
### Carthage
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate **PayTabs SDK** into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "paytabscom/paytabs-ios-library-sample" ~> 6.6.15
github "paytabscom/paytabs-ios-library-sample" ~> 6.6.16
```

### Swift Package Manager
Expand All @@ -47,7 +47,7 @@ Once you have your Swift package set up, adding PayTabsSDK as a dependency is as

```ruby
dependencies: [
.package(url: "https://github.com/paytabscom/paytabs-ios-library-sample.git", .upToNextMajor(from: "6.6.15"))
.package(url: "https://github.com/paytabscom/paytabs-ios-library-sample.git", .upToNextMajor(from: "6.6.16"))
]
```

Expand Down
2 changes: 1 addition & 1 deletion sample-swiftui/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ target 'sample-swiftui' do
use_frameworks!

# Pods for sample-swiftui
pod 'PayTabsSDK', '~> 6.6.15'
pod 'PayTabsSDK', '~> 6.6.16'

end
2 changes: 1 addition & 1 deletion sample/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
target 'PayTabs Sample' do
pod 'PayTabsSDK', '~> 6.6.15'
pod 'PayTabsSDK', '~> 6.6.16'
end
10 changes: 5 additions & 5 deletions sample/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- PayTabsSDK (6.6.7)
- PayTabsSDK (6.6.15)

DEPENDENCIES:
- PayTabsSDK (~> 6.6.7)
- PayTabsSDK (~> 6.6.14)

SPEC REPOS:
trunk:
- PayTabsSDK

SPEC CHECKSUMS:
PayTabsSDK: 75309ffa36ead0128ad8e68bda0c0199e7a58bff
PayTabsSDK: 34f41d6c5981b5a5e9a5c0b92e58733594afc1de

PODFILE CHECKSUM: 01c252c7c830efed76407b2a09828cb816ab9f05
PODFILE CHECKSUM: 4340757b874e687e931e5a0949faed8f2e03b3c5

COCOAPODS: 1.13.0
COCOAPODS: 1.15.2
16 changes: 5 additions & 11 deletions sample/sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 51;
objectVersion = 54;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -357,11 +357,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "PayTabs Sample.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = E4D8R9ZYJ8;
DEVELOPMENT_TEAM = E4D8R9ZYJ8;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/sample.swift",
Expand All @@ -387,7 +385,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.paytabs.pt2sdk.sample;
PRODUCT_NAME = "PayTabs Sample";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "for Amr";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -402,11 +399,9 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = "PayTabs Sample.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = E4D8R9ZYJ8;
DEVELOPMENT_TEAM = E4D8R9ZYJ8;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/sample.swift",
Expand All @@ -432,7 +427,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.paytabs.pt2sdk.sample;
PRODUCT_NAME = "PayTabs Sample";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "for Amr";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
Binary file not shown.
9 changes: 5 additions & 4 deletions sample/sample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class ViewController: UIViewController {
buttonStackView.insertArrangedSubview(applePayButton, at: 1)
}



let profileID = "profile id"
let serverKey = "server key"
let clientKey = "client key"
Expand Down Expand Up @@ -91,10 +93,9 @@ class ViewController: UIViewController {
merchantCountryCode: "AE")
.cartDescription("Flowers")
.cartID("1234")
.screenTitle("Pay with Card")
.theme(theme)
.billingDetails(billingDetails)
}
.languageCode("ar")
.showBillingInfo(true)
}

var applePayConfiguration: PaymentSDKConfiguration! {
return PaymentSDKConfiguration(profileID: profileID,
Expand Down
Binary file modified sources/PaymentSDK.xcframework.zip
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41594,34 +41594,34 @@
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4236,
"length": 39,
"value": "\"String.Localized.enable_camera_access\""
"length": 34,
"value": "\"payment_sdk_enable_camera_access\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4334,
"length": 40,
"value": "\"String.Localized.update_phone_settings\""
"offset": 4339,
"length": 35,
"value": "\"payment_sdk_update_phone_settings\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4410,
"offset": 4420,
"length": 30,
"value": "\"payment_sdk_scan_cards_close\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4486,
"offset": 4496,
"length": 30,
"value": "\"payment_sdk_scan_cards_torch\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "FloatLiteral",
"offset": 4761,
"offset": 4771,
"length": 3,
"value": "4.0"
},
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,15 +1090,15 @@
</data>
<key>Info.plist</key>
<data>
OapoBoJ+pn3ecClO/ZYyOSAtFXA=
sptYc1HTqiOQ+obp/ea9XWIGzzs=
</data>
<key>InputTextTableViewCell.nib</key>
<data>
O0/cKnRV54qfsusT6k2RK8OdYnI=
</data>
<key>Modules/PaymentSDK.swiftmodule/arm64-apple-ios.abi.json</key>
<data>
esB5qxlvjp7Eg+i3CEX64XT+GfY=
KL9jesH4IjzM0C6s4UK1kiyznHs=
</data>
<key>Modules/PaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
<data>
Expand All @@ -1114,7 +1114,7 @@
</data>
<key>Modules/PaymentSDK.swiftmodule/arm64-apple-ios.swiftmodule</key>
<data>
qvjWgoYGjYSaJkiqWPEm2zc9ljQ=
taYLLS78Yjpq09SmsZD3W7aprMA=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -1212,7 +1212,7 @@
<dict>
<key>hash</key>
<data>
lh22dFkpBJHzohoJEspEpi5YFTI=
aYqCkeFWY9TB0RGsu+pd6BbsLEQ=
</data>
<key>optional</key>
<true/>
Expand All @@ -1233,7 +1233,7 @@
<dict>
<key>hash</key>
<data>
Sn057k6XihLVnMkHQpH7SAEnhoc=
sGgzaU1MnQ598wV/1hNzojsT1ds=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -3149,7 +3149,7 @@
<dict>
<key>hash2</key>
<data>
ktcgA6XBZZbbe8fM+DkCo6G7IN4MovtA9hGyqtxQLO8=
HLh9lp+vUryJ5Qz5dDDvQEc0AxC/2hC6yFyFdsi73XU=
</data>
</dict>
<key>Modules/PaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface</key>
Expand Down Expand Up @@ -3177,7 +3177,7 @@
<dict>
<key>hash2</key>
<data>
deJtqNEmlSXoc9/EByj6SF8sORpOfFEmN8vF7EUGY34=
5bQYZTbAot3ELqqB+g+SKN3rheegMk+Fq6tI6JvGrdo=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down Expand Up @@ -3345,7 +3345,7 @@
<dict>
<key>hash2</key>
<data>
3AkW551W0AK7IoJGWpAKuq2W4hqvsAEu+HCfX3y7keI=
qI2a3LXEGPL1winro4HTA3H8sRN0QI1C3qYyJpMjOkM=
</data>
<key>optional</key>
<true/>
Expand Down Expand Up @@ -3375,7 +3375,7 @@
<dict>
<key>hash2</key>
<data>
WL1pIunfNY5AtkhoM0sqACI0s9mKfST0Vej0KyPhBI8=
phUu4FwrDdRwNx1gkSmoGn2qUldZtgp1ni8Ajh+G8Qc=
</data>
<key>optional</key>
<true/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -41615,34 +41615,34 @@
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4236,
"length": 39,
"value": "\"String.Localized.enable_camera_access\""
"length": 34,
"value": "\"payment_sdk_enable_camera_access\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4334,
"length": 40,
"value": "\"String.Localized.update_phone_settings\""
"offset": 4339,
"length": 35,
"value": "\"payment_sdk_update_phone_settings\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4410,
"offset": 4420,
"length": 30,
"value": "\"payment_sdk_scan_cards_close\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4486,
"offset": 4496,
"length": 30,
"value": "\"payment_sdk_scan_cards_torch\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "FloatLiteral",
"offset": 4761,
"offset": 4771,
"length": 3,
"value": "4.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41615,34 +41615,34 @@
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4236,
"length": 39,
"value": "\"String.Localized.enable_camera_access\""
"length": 34,
"value": "\"payment_sdk_enable_camera_access\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4334,
"length": 40,
"value": "\"String.Localized.update_phone_settings\""
"offset": 4339,
"length": 35,
"value": "\"payment_sdk_update_phone_settings\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4410,
"offset": 4420,
"length": 30,
"value": "\"payment_sdk_scan_cards_close\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "StringLiteral",
"offset": 4486,
"offset": 4496,
"length": 30,
"value": "\"payment_sdk_scan_cards_torch\""
},
{
"filePath": "\/Users\/amr\/Desktop\/Projects\/Native\/ios-sdk\/PayTabs\/StrCardScanner\/CardScan\/UI\/SimpleScanViewController.swift",
"kind": "FloatLiteral",
"offset": 4761,
"offset": 4771,
"length": 3,
"value": "4.0"
},
Expand Down
Binary file not shown.
Loading

0 comments on commit 4a4df0e

Please sign in to comment.