Skip to content

Commit b1f83ab

Browse files
committed
Apple pay bug fixing
1 parent f7333da commit b1f83ab

File tree

43 files changed

+638
-295
lines changed

Some content is hidden

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

43 files changed

+638
-295
lines changed

Example/Example.xcodeproj/project.pbxproj

-18
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
377C64A028C479D60099B8FA /* Frameworks */,
111111
377C64A128C479D60099B8FA /* Resources */,
112112
84277AE6FE4298045AF40A71 /* [CP] Embed Pods Frameworks */,
113-
4AE5A76FA82888BD9F50CE74 /* [CP] Copy Pods Resources */,
114113
);
115114
buildRules = (
116115
);
@@ -168,23 +167,6 @@
168167
/* End PBXResourcesBuildPhase section */
169168

170169
/* Begin PBXShellScriptBuildPhase section */
171-
4AE5A76FA82888BD9F50CE74 /* [CP] Copy Pods Resources */ = {
172-
isa = PBXShellScriptBuildPhase;
173-
buildActionMask = 2147483647;
174-
files = (
175-
);
176-
inputFileListPaths = (
177-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources-${CONFIGURATION}-input-files.xcfilelist",
178-
);
179-
name = "[CP] Copy Pods Resources";
180-
outputFileListPaths = (
181-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources-${CONFIGURATION}-output-files.xcfilelist",
182-
);
183-
runOnlyForDeploymentPostprocessing = 0;
184-
shellPath = /bin/sh;
185-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n";
186-
showEnvVarsInLog = 0;
187-
};
188170
795BC39C48F018E700576301 /* [CP] Check Pods Manifest.lock */ = {
189171
isa = PBXShellScriptBuildPhase;
190172
buildActionMask = 2147483647;

Example/Example.xcodeproj/xcuserdata/manindersingh.xcuserdatad/xcschemes/xcschememanagement.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>Example.xcscheme_^#shared#^_</key>
88
<dict>
99
<key>orderHint</key>
10-
<integer>3</integer>
10+
<integer>4</integer>
1111
</dict>
1212
</dict>
1313
</dict>

Example/Example/Base.lproj/Main.storyboard

+5
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
<point key="canvasLocation" x="131.8840579710145" y="55.580357142857139"/>
109109
</scene>
110110
</scenes>
111+
<designables>
112+
<designable name="yw5-2N-1Sb">
113+
<size key="intrinsicContentSize" width="75" height="34.5"/>
114+
</designable>
115+
</designables>
111116
<resources>
112117
<systemColor name="systemBackgroundColor">
113118
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>

Example/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
target 'Example' do
55
# Comment the next line if you don't want to use dynamic frameworks
66
use_frameworks!
7-
pod 'Ottu', :git => 'https://github.com/ottuco/ottu-ios-sdk.git', :tag => '1.0.60'
7+
pod 'Ottu', :git => 'https://github.com/ottuco/ottu-ios-sdk.git', :tag => '1.0.72'
88
# Pods for Example
99

1010
end

Example/Podfile.lock

+13-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
PODS:
2-
- Ottu (1.0.60)
2+
- ApplePayButton (1.0.0)
3+
- Ottu (1.0.72):
4+
- ApplePayButton
35

46
DEPENDENCIES:
5-
- Ottu (from `https://github.com/ottuco/ottu-ios-sdk.git`, tag `1.0.60`)
7+
- Ottu (from `https://github.com/ottuco/ottu-ios-sdk.git`, tag `1.0.72`)
8+
9+
SPEC REPOS:
10+
trunk:
11+
- ApplePayButton
612

713
EXTERNAL SOURCES:
814
Ottu:
915
:git: https://github.com/ottuco/ottu-ios-sdk.git
10-
:tag: 1.0.60
16+
:tag: 1.0.72
1117

1218
CHECKOUT OPTIONS:
1319
Ottu:
1420
:git: https://github.com/ottuco/ottu-ios-sdk.git
15-
:tag: 1.0.60
21+
:tag: 1.0.72
1622

1723
SPEC CHECKSUMS:
18-
Ottu: 01e81ee6b8b30728e609f16b0dacc15da721727c
24+
ApplePayButton: 5fb2f2eb7e7890bcb7831e46c4adf6d45ea140b8
25+
Ottu: 1a04625527e689556d67dc833ffe6dd739d97018
1926

20-
PODFILE CHECKSUM: 5a3a446e9b7e5c3f5fee037729f048a34c330634
27+
PODFILE CHECKSUM: e9ec80fa58cfa16c93e35ef94b00bde3a1df2da3
2128

2229
COCOAPODS: 1.12.1

Example/Pods/ApplePayButton/LICENSE

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/ApplePayButton/README.md

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Local Podspecs/Ottu.podspec.json

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+13-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios.private.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Ottu/Source/Ottu.xcframework/ios-arm64_x86_64-simulator/Ottu.framework/Modules/Ottu.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)