Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhamedAdly committed Oct 15, 2024
1 parent 2b497a2 commit 5413bd5
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 23 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,7 @@
* Minor Localization Fix

## 6.6.23 2024-10-14
* Hide card number when taking a screenshot or screen recording
* Hide card number when taking a screenshot or screen recording

## 6.6.24 2024-10-15
* minor change
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: "0d750eb3011e041ce6029ca7d63ba87289dd1aaf35b446b1319612bff047970c")
.binaryTarget(name: "PaymentSDK", url: "https://github.com/paytabscom/paytabs-ios-library-sample/raw/master/sources/PaymentSDK.xcframework.zip", checksum: "6766f402a8b843e62937079a45131d1f54cfeb697ea59b4dd3d22e5854dc8e9d")
]
)
4 changes: 2 additions & 2 deletions PayTabsSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|
s.name = "PayTabsSDK"
s.version = "6.6.23"
s.version = "6.6.24"
s.summary = "PayTabs is an online payment gateway."
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'
s.homepage = "https://github.com/paytabscom/paytabs-ios-library-sample/tree/master"
s.license = "MIT"
s.author = { "PayTabs" => "[email protected]" }
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.23'
pod 'PayTabsSDK', '~> 6.6.24'
```
### 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.23
github "paytabscom/paytabs-ios-library-sample" ~> 6.6.24
```

### 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.23"))
.package(url: "https://github.com/paytabscom/paytabs-ios-library-sample.git", .upToNextMajor(from: "6.6.24"))
]
```

Expand Down
4 changes: 2 additions & 2 deletions sample-swiftui/Podfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '13.0'

target 'sample-swiftui' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for sample-swiftui
pod 'PayTabsSDK', '~> 6.6.23'
pod 'PayTabsSDK', '~> 6.6.24'

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.23'
pod 'PayTabsSDK', '~> 6.6.24'
end
8 changes: 4 additions & 4 deletions sample/sample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -339,7 +339,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -375,7 +375,7 @@
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down Expand Up @@ -417,7 +417,7 @@
INFOPLIST_KEY_UIRequiredDeviceCapabilities = armv7;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
Binary file modified sources/PaymentSDK.xcframework.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions sources/PaymentSDK.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>PaymentSDK.framework/PaymentSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PaymentSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>PaymentSDK.framework/PaymentSDK</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PaymentSDK.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</data>
<key>Assets.car</key>
<data>
CwJqAih/cuWRPCzX3C6ZSN1u0dE=
9Ro4ni/WgZHvAAzJeJVcdcsBgI4=
</data>
<key>CameraScanning.wav</key>
<data>
Expand Down Expand Up @@ -1090,7 +1090,7 @@
</data>
<key>Info.plist</key>
<data>
AD1OhTwWSw/hUr+/UkFMO2Xof30=
pxYhrFvOiIzwFJm9Oy7ITDaiZDU=
</data>
<key>InputTextTableViewCell.nib</key>
<data>
Expand Down Expand Up @@ -1259,7 +1259,7 @@
<dict>
<key>hash2</key>
<data>
LZDq4YoVWcxIfguqBe8t068fp41phkpW+6YqpZCoBEA=
+xRv12NdW/0y4kxHdN76Ldvg7HcCFUdrglh5U6r747w=
</data>
</dict>
<key>CameraScanning.wav</key>
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@
</data>
<key>Info.plist</key>
<data>
ZQMkfsG4ZlXe42crwGxxpl6hnPM=
hR+xQZN8yfMzmrjySD9v8kqxgZE=
</data>
<key>InputTextTableViewCell.nib</key>
<data>
Expand Down

0 comments on commit 5413bd5

Please sign in to comment.