Skip to content

Commit a9c8cd4

Browse files
author
Cleber Silva dos Reis
committed
feat[CocoaPods]: Inserindo podfile com a lib SnapshotTesting
1 parent a0e4488 commit a9c8cd4

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

solutions/devsprint-renato-sarro-5/DeliveryApp.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@
310310
983271B5272752AF0010C63A /* Sources */,
311311
983271B6272752AF0010C63A /* Frameworks */,
312312
983271B7272752AF0010C63A /* Resources */,
313-
6B3214D6D171ACB5F6E5BC0F /* [CP] Embed Pods Frameworks */,
314313
);
315314
buildRules = (
316315
);
@@ -329,6 +328,7 @@
329328
983271CB272752B50010C63A /* Sources */,
330329
983271CC272752B50010C63A /* Frameworks */,
331330
983271CD272752B50010C63A /* Resources */,
331+
6CBE2A9A2F22A1B80ED79331 /* [CP] Embed Pods Frameworks */,
332332
);
333333
buildRules = (
334334
);
@@ -398,21 +398,21 @@
398398
/* End PBXResourcesBuildPhase section */
399399

400400
/* Begin PBXShellScriptBuildPhase section */
401-
6B3214D6D171ACB5F6E5BC0F /* [CP] Embed Pods Frameworks */ = {
401+
6CBE2A9A2F22A1B80ED79331 /* [CP] Embed Pods Frameworks */ = {
402402
isa = PBXShellScriptBuildPhase;
403403
buildActionMask = 2147483647;
404404
files = (
405405
);
406406
inputFileListPaths = (
407-
"${PODS_ROOT}/Target Support Files/Pods-DeliveryApp/Pods-DeliveryApp-frameworks-${CONFIGURATION}-input-files.xcfilelist",
407+
"${PODS_ROOT}/Target Support Files/Pods-DeliveryAppTests/Pods-DeliveryAppTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
408408
);
409409
name = "[CP] Embed Pods Frameworks";
410410
outputFileListPaths = (
411-
"${PODS_ROOT}/Target Support Files/Pods-DeliveryApp/Pods-DeliveryApp-frameworks-${CONFIGURATION}-output-files.xcfilelist",
411+
"${PODS_ROOT}/Target Support Files/Pods-DeliveryAppTests/Pods-DeliveryAppTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
412412
);
413413
runOnlyForDeploymentPostprocessing = 0;
414414
shellPath = /bin/sh;
415-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DeliveryApp/Pods-DeliveryApp-frameworks.sh\"\n";
415+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DeliveryAppTests/Pods-DeliveryAppTests-frameworks.sh\"\n";
416416
showEnvVarsInLog = 0;
417417
};
418418
D102E7CC2EAADA786D153D08 /* [CP] Check Pods Manifest.lock */ = {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

solutions/devsprint-renato-sarro-5/Podfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
target 'DeliveryApp' do
55
use_frameworks!
66

7-
pod 'SnapshotTesting', '~> 1.9.0'
8-
97
target 'DeliveryAppTests' do
108
inherit! :search_paths
11-
# Pods for testing
9+
10+
pod 'SnapshotTesting', '~> 1.9.0'
1211
end
1312

1413
end

solutions/devsprint-renato-sarro-5/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ SPEC REPOS:
1111
SPEC CHECKSUMS:
1212
SnapshotTesting: 6141c48b6aa76ead61431ca665c14ab9a066c53b
1313

14-
PODFILE CHECKSUM: 3538c98846e8a2314e9674526db0ac79836d9916
14+
PODFILE CHECKSUM: b208a71c6011e4faf5e92a0191b707403ece3b46
1515

1616
COCOAPODS: 1.11.2

0 commit comments

Comments
 (0)