Skip to content

Commit 805e66e

Browse files
committed
Revert the changes in Podfile for test case and retry
1 parent 973391b commit 805e66e

File tree

3 files changed

+16
-24
lines changed

3 files changed

+16
-24
lines changed

Storage/FirebaseStorageUI.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,18 +268,12 @@
268268
);
269269
inputPaths = (
270270
"${PODS_ROOT}/Target Support Files/Pods-FirebaseStorageUITests/Pods-FirebaseStorageUITests-frameworks.sh",
271-
"${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework",
272-
"${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework",
273-
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
274271
"${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
275272
);
276273
name = "[CP] Embed Pods Frameworks";
277274
outputFileListPaths = (
278275
);
279276
outputPaths = (
280-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework",
281-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework",
282-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
283277
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
284278
);
285279
runOnlyForDeploymentPostprocessing = 0;

Storage/Podfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ target 'FirebaseStorageUI' do
55

66
pod 'Firebase/Storage'
77
pod 'SDWebImage', '~> 5.0'
8-
end
98

10-
target 'FirebaseStorageUITests' do
11-
use_frameworks!
12-
13-
pod 'Firebase/Storage'
14-
pod 'SDWebImage', '~> 5.0'
15-
pod 'OCMock'
9+
target 'FirebaseStorageUITests' do
10+
inherit! :search_paths
11+
pod 'OCMock'
12+
end
13+
1614
end

Storage/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
2-
- Firebase/CoreOnly (5.20.1):
2+
- Firebase/CoreOnly (5.20.2):
33
- FirebaseCore (= 5.4.1)
4-
- Firebase/Storage (5.20.1):
4+
- Firebase/Storage (5.20.2):
55
- Firebase/CoreOnly
66
- FirebaseStorage (= 3.1.1)
77
- FirebaseAuthInterop (1.0.0)
@@ -12,14 +12,14 @@ PODS:
1212
- FirebaseAuthInterop (~> 1.0)
1313
- FirebaseCore (~> 5.2)
1414
- GTMSessionFetcher/Core (~> 1.1)
15-
- GoogleUtilities/Environment (5.5.0)
16-
- GoogleUtilities/Logger (5.5.0):
15+
- GoogleUtilities/Environment (5.8.0)
16+
- GoogleUtilities/Logger (5.8.0):
1717
- GoogleUtilities/Environment
1818
- GTMSessionFetcher/Core (1.2.1)
1919
- OCMock (3.4.3)
20-
- SDWebImage (5.0.0):
21-
- SDWebImage/Core (= 5.0.0)
22-
- SDWebImage/Core (5.0.0)
20+
- SDWebImage (5.0.2):
21+
- SDWebImage/Core (= 5.0.2)
22+
- SDWebImage/Core (5.0.2)
2323

2424
DEPENDENCIES:
2525
- Firebase/Storage
@@ -38,15 +38,15 @@ SPEC REPOS:
3838
- SDWebImage
3939

4040
SPEC CHECKSUMS:
41-
Firebase: 2f5235e62f141cb86181c3af0dfe4509706351ac
41+
Firebase: 0c8cf33f266410c61ab3e2265cfa412200351d9c
4242
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
4343
FirebaseCore: f1a9a8be1aee4bf71a2fc0f4096df6788bdfda61
4444
FirebaseStorage: 6162ef4322502b818d9de0ec552f5226d283de43
45-
GoogleUtilities: 6481e6318c5fcabaaa8513ef8120f329055d7c10
45+
GoogleUtilities: 04fce34bcd5620c1ee76fb79172105c74a4df335
4646
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
4747
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
48-
SDWebImage: 5de80a0302de9e377e62f47d2fa1304efff0e55f
48+
SDWebImage: 6764b5fa0f73c203728052955dbefa2bf1f33282
4949

50-
PODFILE CHECKSUM: 257b15ecb7b966143e9994f21e65b042cc02e579
50+
PODFILE CHECKSUM: 7e31ef1208b509b08b5ef56059cab4a380676885
5151

5252
COCOAPODS: 1.6.1

0 commit comments

Comments
 (0)