Skip to content

Commit 9dc1ca0

Browse files
authored
Merge pull request #35 from razorpay/release/v2.0.20
release v2.0.20
2 parents 82f453e + da96530 commit 9dc1ca0

File tree

41 files changed

+2381
-1944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2381
-1944
lines changed

Example/Podfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ target 'razorpay-customui-pod_Example' do
1010
inherit! :search_paths
1111
end
1212
end
13+
14+
post_install do |installer|
15+
installer.pods_project.targets.each do |target|
16+
target.build_configurations.each do |config|
17+
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'
18+
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
19+
end
20+
end
21+
end

Example/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- razorpay-customui-pod (2.0.19)
2+
- razorpay-customui-pod (2.0.20)
33

44
DEPENDENCIES:
55
- razorpay-customui-pod (from `../`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99
:path: "../"
1010

1111
SPEC CHECKSUMS:
12-
razorpay-customui-pod: 50f58cb9678f2c739b25e3ad773d218f3201e9c8
12+
razorpay-customui-pod: 7a409dc2f84645c2f3856522cf4143d2c4d3f9bb
1313

14-
PODFILE CHECKSUM: 141ef2c897da084e5302d64f11dd67049a02b6a7
14+
PODFILE CHECKSUM: 22d69d53f72a5f9581ccd712fb43b5ddba4ad1d4
1515

1616
COCOAPODS: 1.16.2

Example/Pods/Local Podspecs/razorpay-customui-pod.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)