Skip to content

Commit

Permalink
feat : Updated razorpay SDK to 1.2.10 and pod to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nautiyalsachin committed Feb 10, 2021
1 parent be6cbd4 commit 7b3a0a2
Show file tree
Hide file tree
Showing 35 changed files with 70 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: ⤴️ Upgrade Issue or Installation issue
url: https://pub.dev/packages/razorpay_flutter
about: Need help upgrading to the latest flutter version? Follow steps from our plugin docuemntation.
url: https://cocoapods.org/pods/razorpay-pod
about: Need help upgrading to the latest razorpay-pod version? Follow steps from our razorpay-pod docuemntation.

- name: 🤔 Need some help in Integrations
url: https://razorpay.com/integrations/
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v1.1.12](https://github.com/razorpay/razorpay-pod/tree/v1.1.12) (2021-02-10)

**Implemented enhancements:**

- Support for Swift 5.3.1 & Swift 5.3.2
- Internal fixes

## [v1.1.11](https://github.com/razorpay/razorpay-pod/tree/v1.1.11) (2021-01-02)

**Implemented enhancements:**
Expand Down
4 changes: 0 additions & 4 deletions Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
<<<<<<< HEAD
LastUpgradeVersion = "1160"
=======
LastUpgradeVersion = "1200"
>>>>>>> 1.1.10
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
52 changes: 52 additions & 0 deletions Example.xcodeproj/xcshareddata/xcschemes/ExampleTests.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1160"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "0C89ACE7246E79150097C815"
BuildableName = "ExampleTests.xctest"
BlueprintName = "ExampleTests"
ReferencedContainer = "container:Example.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Pod/Razorpay.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Pod/Razorpay.framework/Razorpay
Binary file not shown.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- razorpay-pod (1.1.11)
- razorpay-pod (1.1.12)

DEPENDENCIES:
- razorpay-pod (from `.`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
razorpay-pod: 968635ba3bed4572f5ea9fe72be705225dcbce48
razorpay-pod: e2e8cf25aea59eef51c6851716f188df71adab86

PODFILE CHECKSUM: 13f35734ef150534c47f232bf238be1a41cfaacc

Expand Down
4 changes: 2 additions & 2 deletions Pods/Local Podspecs/razorpay-pod.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ razorpay-pod is available through [CocoaPods]. To install
it, simply add the following line to your Podfile

```ruby
pod 'razorpay-pod', '1.1.11'
pod 'razorpay-pod', '1.1.12'
```
### Note:
for older cocoapod versions check [CHANGELOG](https://github.com/razorpay/razorpay-pod/blob/1.1.5/CHANGELOG.md).
for older cocoapod versions check [CHANGELOG](https://github.com/razorpay/razorpay-pod/blob/1.1.12/CHANGELOG.md).

Refer to the documentation from [here](https://razorpay.com/docs/payment-gateway/ios-integration/standard/)

Expand Down
2 changes: 1 addition & 1 deletion razorpay-pod.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "razorpay-pod"
s.version = "1.1.11"
s.version = "1.1.12"
s.summary = "CocoaPod implementation of Razorpay's Payment SDK"

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7b3a0a2

Please sign in to comment.