Skip to content

Commit

Permalink
Merge pull request #24 from amwal-tech/feature/apple-pay
Browse files Browse the repository at this point in the history
add apple pay feature in our SDK and support preferred language
  • Loading branch information
knight6700 committed Jan 10, 2024
2 parents 3f29063 + 8220ddc commit d6978c9
Show file tree
Hide file tree
Showing 25 changed files with 21,528 additions and 19,007 deletions.
2 changes: 1 addition & 1 deletion AmwalPayment.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AmwalPayment'
s.version = '1.0.12'
s.version = '1.1.0'
s.summary = 'AmwalPayment SDK for secure payment transactions.'

s.description = <<-DESC
Expand Down
10 changes: 5 additions & 5 deletions AmwalPayment/Frameworks/AmwalPay.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,34 @@
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>AmwalPay.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>AmwalPay.framework/AmwalPay</string>
<key>DebugSymbolsPath</key>
<string>dSYMs</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>AmwalPay.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.
Loading

0 comments on commit d6978c9

Please sign in to comment.