Skip to content

Commit d5ff901

Browse files
update example (#285)
1 parent be3b22a commit d5ff901

3 files changed

Lines changed: 32 additions & 32 deletions

File tree

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ platform :ios, '14.0'
44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
66

7-
$sqipVersion = '1.6.3'
7+
$sqipVersion = '1.6.6'
88

99
project 'Runner', {
1010
'Debug' => :debug,

example/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- square_in_app_payments (1.6.3):
3+
- square_in_app_payments (1.6.6):
44
- Flutter
5-
- SquareBuyerVerificationSDK (= 1.6.3)
6-
- SquareInAppPaymentsSDK (= 1.6.3)
7-
- SquareBuyerVerificationSDK (1.6.3)
8-
- SquareInAppPaymentsSDK (1.6.3)
5+
- SquareBuyerVerificationSDK (= 1.6.6)
6+
- SquareInAppPaymentsSDK (= 1.6.6)
7+
- SquareBuyerVerificationSDK (1.6.6)
8+
- SquareInAppPaymentsSDK (1.6.6)
99

1010
DEPENDENCIES:
1111
- Flutter (from `Flutter`)
@@ -23,11 +23,11 @@ EXTERNAL SOURCES:
2323
:path: ".symlinks/plugins/square_in_app_payments/ios"
2424

2525
SPEC CHECKSUMS:
26-
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
27-
square_in_app_payments: 96f9a5f6fd3f5aed494f0266f334fb56e1adefa7
28-
SquareBuyerVerificationSDK: d325f473a724cfa5684a837296a307152ca52854
29-
SquareInAppPaymentsSDK: 4d7f1e984fee5d8d7dbd44a67661ca1aedee7f76
26+
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
27+
square_in_app_payments: 06fbfe68c5c4bbb354dfead8190a7e051358d4c7
28+
SquareBuyerVerificationSDK: 5cea1ba9b58db082f1557adcf4087fa7b6ba862e
29+
SquareInAppPaymentsSDK: 1cad924a40f39c084930478bc1021b38d70d4b61
3030

31-
PODFILE CHECKSUM: 3095475c8b4475d5353089cfe9f0bebb1c4b418a
31+
PODFILE CHECKSUM: 5bcbcc3ad323c74412ce29f4f5cf20bfc411fc2c
3232

3333
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@
144144
97C146EC1CF9000F007C117D /* Resources */,
145145
9705A1C41CF9048500538489 /* Embed Frameworks */,
146146
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
147-
5BC38C83D881270381C64576 /* [CP] Embed Pods Frameworks */,
148-
09ACBE0189125E5E78E58F54 /* [CP] Copy Pods Resources */,
149147
FB98E3402C208BCF00104568 /* ShellScript */,
148+
1675F0330F29679994F7B662 /* [CP] Embed Pods Frameworks */,
149+
BC20C8B8E1CA0D0665576C62 /* [CP] Copy Pods Resources */,
150150
);
151151
buildRules = (
152152
);
@@ -205,21 +205,21 @@
205205
/* End PBXResourcesBuildPhase section */
206206

207207
/* Begin PBXShellScriptBuildPhase section */
208-
09ACBE0189125E5E78E58F54 /* [CP] Copy Pods Resources */ = {
208+
1675F0330F29679994F7B662 /* [CP] Embed Pods Frameworks */ = {
209209
isa = PBXShellScriptBuildPhase;
210210
buildActionMask = 2147483647;
211211
files = (
212212
);
213213
inputFileListPaths = (
214-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
214+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
215215
);
216-
name = "[CP] Copy Pods Resources";
216+
name = "[CP] Embed Pods Frameworks";
217217
outputFileListPaths = (
218-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
218+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
219219
);
220220
runOnlyForDeploymentPostprocessing = 0;
221221
shellPath = /bin/sh;
222-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
222+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
223223
showEnvVarsInLog = 0;
224224
};
225225
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
@@ -238,37 +238,37 @@
238238
shellPath = /bin/sh;
239239
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin\n";
240240
};
241-
5BC38C83D881270381C64576 /* [CP] Embed Pods Frameworks */ = {
241+
9740EEB61CF901F6004384FC /* Run Script */ = {
242242
isa = PBXShellScriptBuildPhase;
243+
alwaysOutOfDate = 1;
243244
buildActionMask = 2147483647;
244245
files = (
245246
);
246-
inputFileListPaths = (
247-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
247+
inputPaths = (
248248
);
249-
name = "[CP] Embed Pods Frameworks";
250-
outputFileListPaths = (
251-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
249+
name = "Run Script";
250+
outputPaths = (
252251
);
253252
runOnlyForDeploymentPostprocessing = 0;
254253
shellPath = /bin/sh;
255-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
256-
showEnvVarsInLog = 0;
254+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
257255
};
258-
9740EEB61CF901F6004384FC /* Run Script */ = {
256+
BC20C8B8E1CA0D0665576C62 /* [CP] Copy Pods Resources */ = {
259257
isa = PBXShellScriptBuildPhase;
260-
alwaysOutOfDate = 1;
261258
buildActionMask = 2147483647;
262259
files = (
263260
);
264-
inputPaths = (
261+
inputFileListPaths = (
262+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
265263
);
266-
name = "Run Script";
267-
outputPaths = (
264+
name = "[CP] Copy Pods Resources";
265+
outputFileListPaths = (
266+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
268267
);
269268
runOnlyForDeploymentPostprocessing = 0;
270269
shellPath = /bin/sh;
271-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
270+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
271+
showEnvVarsInLog = 0;
272272
};
273273
D8C50486A84C5EDFF3E42275 /* [CP] Check Pods Manifest.lock */ = {
274274
isa = PBXShellScriptBuildPhase;

0 commit comments

Comments
 (0)