Skip to content

Commit f7333da

Browse files
committed
Updated vcode
1 parent 5451a63 commit f7333da

File tree

43 files changed

+245
-788
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

+245
-788
lines changed

Example/Example.xcodeproj/project.pbxproj

+20-20
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
377C649F28C479D60099B8FA /* Sources */,
110110
377C64A028C479D60099B8FA /* Frameworks */,
111111
377C64A128C479D60099B8FA /* Resources */,
112-
B2031D9B21E2CB50E660831A /* [CP] Embed Pods Frameworks */,
113-
F42970BE0AB39D338FE0824C /* [CP] Copy Pods Resources */,
112+
84277AE6FE4298045AF40A71 /* [CP] Embed Pods Frameworks */,
113+
4AE5A76FA82888BD9F50CE74 /* [CP] Copy Pods Resources */,
114114
);
115115
buildRules = (
116116
);
@@ -168,6 +168,23 @@
168168
/* End PBXResourcesBuildPhase section */
169169

170170
/* 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+
};
171188
795BC39C48F018E700576301 /* [CP] Check Pods Manifest.lock */ = {
172189
isa = PBXShellScriptBuildPhase;
173190
buildActionMask = 2147483647;
@@ -190,7 +207,7 @@
190207
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
191208
showEnvVarsInLog = 0;
192209
};
193-
B2031D9B21E2CB50E660831A /* [CP] Embed Pods Frameworks */ = {
210+
84277AE6FE4298045AF40A71 /* [CP] Embed Pods Frameworks */ = {
194211
isa = PBXShellScriptBuildPhase;
195212
buildActionMask = 2147483647;
196213
files = (
@@ -207,23 +224,6 @@
207224
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
208225
showEnvVarsInLog = 0;
209226
};
210-
F42970BE0AB39D338FE0824C /* [CP] Copy Pods Resources */ = {
211-
isa = PBXShellScriptBuildPhase;
212-
buildActionMask = 2147483647;
213-
files = (
214-
);
215-
inputFileListPaths = (
216-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources-${CONFIGURATION}-input-files.xcfilelist",
217-
);
218-
name = "[CP] Copy Pods Resources";
219-
outputFileListPaths = (
220-
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources-${CONFIGURATION}-output-files.xcfilelist",
221-
);
222-
runOnlyForDeploymentPostprocessing = 0;
223-
shellPath = /bin/sh;
224-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n";
225-
showEnvVarsInLog = 0;
226-
};
227227
/* End PBXShellScriptBuildPhase section */
228228

229229
/* Begin PBXSourcesBuildPhase section */

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>5</integer>
10+
<integer>3</integer>
1111
</dict>
1212
</dict>
1313
</dict>

Example/Podfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +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.71'
8-
pod 'ApplePayButton', :git => 'https://github.com/Maninder1991/ApplePayButton.git', :tag => '1.0.0'
7+
pod 'Ottu', :git => 'https://github.com/ottuco/ottu-ios-sdk.git', :tag => '1.0.60'
98
# Pods for Example
109

1110
end

Example/Podfile.lock

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,22 @@
11
PODS:
2-
- ApplePayButton (1.0.0)
3-
- Ottu (1.0.71)
2+
- Ottu (1.0.60)
43

54
DEPENDENCIES:
6-
- ApplePayButton (from `https://github.com/Maninder1991/ApplePayButton.git`, tag `1.0.0`)
7-
- Ottu (from `https://github.com/ottuco/ottu-ios-sdk.git`, tag `1.0.71`)
5+
- Ottu (from `https://github.com/ottuco/ottu-ios-sdk.git`, tag `1.0.60`)
86

97
EXTERNAL SOURCES:
10-
ApplePayButton:
11-
:git: https://github.com/Maninder1991/ApplePayButton.git
12-
:tag: 1.0.0
138
Ottu:
149
:git: https://github.com/ottuco/ottu-ios-sdk.git
15-
:tag: 1.0.71
10+
:tag: 1.0.60
1611

1712
CHECKOUT OPTIONS:
18-
ApplePayButton:
19-
:git: https://github.com/Maninder1991/ApplePayButton.git
20-
:tag: 1.0.0
2113
Ottu:
2214
:git: https://github.com/ottuco/ottu-ios-sdk.git
23-
:tag: 1.0.71
15+
:tag: 1.0.60
2416

2517
SPEC CHECKSUMS:
26-
ApplePayButton: 5fb2f2eb7e7890bcb7831e46c4adf6d45ea140b8
27-
Ottu: f58bf738f7d097d7352dec849e8ccf80903f0ef6
18+
Ottu: 01e81ee6b8b30728e609f16b0dacc15da721727c
2819

29-
PODFILE CHECKSUM: 38f0ecc3f82629263c0071ebcba18545de114841
20+
PODFILE CHECKSUM: 5a3a446e9b7e5c3f5fee037729f048a34c330634
3021

3122
COCOAPODS: 1.12.1

Example/Pods/ApplePayButton/LICENSE

-21
This file was deleted.

Example/Pods/ApplePayButton/README.md

-11
This file was deleted.

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

-29
This file was deleted.

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

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

Example/Pods/Manifest.lock

+6-15
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)