Skip to content

Commit 4988ab1

Browse files
committed
Try to remove the pod install effected project changes. Run pod deintegrate
1 parent 40f25cb commit 4988ab1

File tree

1 file changed

+0
-108
lines changed

1 file changed

+0
-108
lines changed

Storage/FirebaseStorageUI.xcodeproj/project.pbxproj

Lines changed: 0 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
8D69E61821DE96CF00CFA49B /* UIImageView+FirebaseStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D69E61621DE96CF00CFA49B /* UIImageView+FirebaseStorage.m */; };
2121
8D69E61921DE96CF00CFA49B /* UIImageView+FirebaseStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D69E61721DE96CF00CFA49B /* UIImageView+FirebaseStorage.h */; settings = {ATTRIBUTES = (Public, ); }; };
2222
8D69E61B21DE96D900CFA49B /* FUIImageViewCategoryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D69E61A21DE96D900CFA49B /* FUIImageViewCategoryTests.m */; };
23-
9DA2615702DB5B00809BD179 /* Pods_FirebaseStorageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 394D01F06479F5F133E31EA7 /* Pods_FirebaseStorageUI.framework */; };
24-
A7CDF7C1A684C207B9EC2BEC /* Pods_FirebaseStorageUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5E602B38093570DAD37D329 /* Pods_FirebaseStorageUITests.framework */; };
2523
/* End PBXBuildFile section */
2624

2725
/* Begin PBXContainerItemProxy section */
@@ -35,7 +33,6 @@
3533
/* End PBXContainerItemProxy section */
3634

3735
/* Begin PBXFileReference section */
38-
2531884B814A605E24AF1BD1 /* Pods-FirebaseStorageUI.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseStorageUI.release.xcconfig"; path = "Target Support Files/Pods-FirebaseStorageUI/Pods-FirebaseStorageUI.release.xcconfig"; sourceTree = "<group>"; };
3936
3245015F224B963B00AF2E90 /* FUIStorageImageLoader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FUIStorageImageLoader.h; sourceTree = "<group>"; };
4037
32450160224B963B00AF2E90 /* FUIStorageImageLoader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FUIStorageImageLoader.m; sourceTree = "<group>"; };
4138
32450163224B96B400AF2E90 /* NSURL+FirebaseStorage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NSURL+FirebaseStorage.h"; sourceTree = "<group>"; };
@@ -44,9 +41,6 @@
4441
3245016C224B987400AF2E90 /* FUIStorageDefine.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FUIStorageDefine.m; sourceTree = "<group>"; };
4542
32A5DB2522755E480029B3D5 /* FIRStorageDownloadTask+SDWebImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "FIRStorageDownloadTask+SDWebImage.h"; sourceTree = "<group>"; };
4643
32A5DB2622755E480029B3D5 /* FIRStorageDownloadTask+SDWebImage.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "FIRStorageDownloadTask+SDWebImage.m"; sourceTree = "<group>"; };
47-
394D01F06479F5F133E31EA7 /* Pods_FirebaseStorageUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseStorageUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
47BA3EFFA8182422FCFF3BA8 /* Pods-FirebaseStorageUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseStorageUITests.release.xcconfig"; path = "Target Support Files/Pods-FirebaseStorageUITests/Pods-FirebaseStorageUITests.release.xcconfig"; sourceTree = "<group>"; };
49-
4F5D5A91D72EF2D6714BF575 /* Pods-FirebaseStorageUI.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseStorageUI.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseStorageUI/Pods-FirebaseStorageUI.debug.xcconfig"; sourceTree = "<group>"; };
5044
8D69E5FC21DE968300CFA49B /* FirebaseStorageUI.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FirebaseStorageUI.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5145
8D69E5FF21DE968300CFA49B /* FirebaseStorageUI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirebaseStorageUI.h; sourceTree = "<group>"; };
5246
8D69E60021DE968300CFA49B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
@@ -55,16 +49,13 @@
5549
8D69E61621DE96CF00CFA49B /* UIImageView+FirebaseStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+FirebaseStorage.m"; sourceTree = "<group>"; };
5650
8D69E61721DE96CF00CFA49B /* UIImageView+FirebaseStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+FirebaseStorage.h"; sourceTree = "<group>"; };
5751
8D69E61A21DE96D900CFA49B /* FUIImageViewCategoryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FUIImageViewCategoryTests.m; sourceTree = "<group>"; };
58-
A6602D6474A93D643DAE0E09 /* Pods-FirebaseStorageUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FirebaseStorageUITests.debug.xcconfig"; path = "Target Support Files/Pods-FirebaseStorageUITests/Pods-FirebaseStorageUITests.debug.xcconfig"; sourceTree = "<group>"; };
59-
B5E602B38093570DAD37D329 /* Pods_FirebaseStorageUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FirebaseStorageUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6052
/* End PBXFileReference section */
6153

6254
/* Begin PBXFrameworksBuildPhase section */
6355
8D69E5F921DE968300CFA49B /* Frameworks */ = {
6456
isa = PBXFrameworksBuildPhase;
6557
buildActionMask = 2147483647;
6658
files = (
67-
9DA2615702DB5B00809BD179 /* Pods_FirebaseStorageUI.framework in Frameworks */,
6859
);
6960
runOnlyForDeploymentPostprocessing = 0;
7061
};
@@ -73,32 +64,18 @@
7364
buildActionMask = 2147483647;
7465
files = (
7566
8D69E60621DE968300CFA49B /* FirebaseStorageUI.framework in Frameworks */,
76-
A7CDF7C1A684C207B9EC2BEC /* Pods_FirebaseStorageUITests.framework in Frameworks */,
7767
);
7868
runOnlyForDeploymentPostprocessing = 0;
7969
};
8070
/* End PBXFrameworksBuildPhase section */
8171

8272
/* Begin PBXGroup section */
83-
0CC97045B70819DE9626D1BE /* Pods */ = {
84-
isa = PBXGroup;
85-
children = (
86-
4F5D5A91D72EF2D6714BF575 /* Pods-FirebaseStorageUI.debug.xcconfig */,
87-
2531884B814A605E24AF1BD1 /* Pods-FirebaseStorageUI.release.xcconfig */,
88-
A6602D6474A93D643DAE0E09 /* Pods-FirebaseStorageUITests.debug.xcconfig */,
89-
47BA3EFFA8182422FCFF3BA8 /* Pods-FirebaseStorageUITests.release.xcconfig */,
90-
);
91-
path = Pods;
92-
sourceTree = "<group>";
93-
};
9473
8D69E5F221DE968300CFA49B = {
9574
isa = PBXGroup;
9675
children = (
9776
8D69E5FE21DE968300CFA49B /* FirebaseStorageUI */,
9877
8D69E60921DE968300CFA49B /* FirebaseStorageUITests */,
9978
8D69E5FD21DE968300CFA49B /* Products */,
100-
0CC97045B70819DE9626D1BE /* Pods */,
101-
AB368CA46E5052A9298EBEC5 /* Frameworks */,
10279
);
10380
sourceTree = "<group>";
10481
};
@@ -139,15 +116,6 @@
139116
path = FirebaseStorageUITests;
140117
sourceTree = "<group>";
141118
};
142-
AB368CA46E5052A9298EBEC5 /* Frameworks */ = {
143-
isa = PBXGroup;
144-
children = (
145-
394D01F06479F5F133E31EA7 /* Pods_FirebaseStorageUI.framework */,
146-
B5E602B38093570DAD37D329 /* Pods_FirebaseStorageUITests.framework */,
147-
);
148-
name = Frameworks;
149-
sourceTree = "<group>";
150-
};
151119
/* End PBXGroup section */
152120

153121
/* Begin PBXHeadersBuildPhase section */
@@ -171,7 +139,6 @@
171139
isa = PBXNativeTarget;
172140
buildConfigurationList = 8D69E61021DE968300CFA49B /* Build configuration list for PBXNativeTarget "FirebaseStorageUI" */;
173141
buildPhases = (
174-
CA40CBB6AA56043F94AFB971 /* [CP] Check Pods Manifest.lock */,
175142
8D69E5F721DE968300CFA49B /* Headers */,
176143
8D69E5F821DE968300CFA49B /* Sources */,
177144
8D69E5F921DE968300CFA49B /* Frameworks */,
@@ -190,11 +157,9 @@
190157
isa = PBXNativeTarget;
191158
buildConfigurationList = 8D69E61321DE968300CFA49B /* Build configuration list for PBXNativeTarget "FirebaseStorageUITests" */;
192159
buildPhases = (
193-
8FD9C5788D2EEAE951CD23E8 /* [CP] Check Pods Manifest.lock */,
194160
8D69E60121DE968300CFA49B /* Sources */,
195161
8D69E60221DE968300CFA49B /* Frameworks */,
196162
8D69E60321DE968300CFA49B /* Resources */,
197-
5A65CD8B4FD0E1D5FB9EFE5E /* [CP] Embed Pods Frameworks */,
198163
);
199164
buildRules = (
200165
);
@@ -258,75 +223,6 @@
258223
};
259224
/* End PBXResourcesBuildPhase section */
260225

261-
/* Begin PBXShellScriptBuildPhase section */
262-
5A65CD8B4FD0E1D5FB9EFE5E /* [CP] Embed Pods Frameworks */ = {
263-
isa = PBXShellScriptBuildPhase;
264-
buildActionMask = 2147483647;
265-
files = (
266-
);
267-
inputFileListPaths = (
268-
);
269-
inputPaths = (
270-
"${PODS_ROOT}/Target Support Files/Pods-FirebaseStorageUITests/Pods-FirebaseStorageUITests-frameworks.sh",
271-
"${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
272-
);
273-
name = "[CP] Embed Pods Frameworks";
274-
outputFileListPaths = (
275-
);
276-
outputPaths = (
277-
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
278-
);
279-
runOnlyForDeploymentPostprocessing = 0;
280-
shellPath = /bin/sh;
281-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FirebaseStorageUITests/Pods-FirebaseStorageUITests-frameworks.sh\"\n";
282-
showEnvVarsInLog = 0;
283-
};
284-
8FD9C5788D2EEAE951CD23E8 /* [CP] Check Pods Manifest.lock */ = {
285-
isa = PBXShellScriptBuildPhase;
286-
buildActionMask = 2147483647;
287-
files = (
288-
);
289-
inputFileListPaths = (
290-
);
291-
inputPaths = (
292-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
293-
"${PODS_ROOT}/Manifest.lock",
294-
);
295-
name = "[CP] Check Pods Manifest.lock";
296-
outputFileListPaths = (
297-
);
298-
outputPaths = (
299-
"$(DERIVED_FILE_DIR)/Pods-FirebaseStorageUITests-checkManifestLockResult.txt",
300-
);
301-
runOnlyForDeploymentPostprocessing = 0;
302-
shellPath = /bin/sh;
303-
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";
304-
showEnvVarsInLog = 0;
305-
};
306-
CA40CBB6AA56043F94AFB971 /* [CP] Check Pods Manifest.lock */ = {
307-
isa = PBXShellScriptBuildPhase;
308-
buildActionMask = 2147483647;
309-
files = (
310-
);
311-
inputFileListPaths = (
312-
);
313-
inputPaths = (
314-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
315-
"${PODS_ROOT}/Manifest.lock",
316-
);
317-
name = "[CP] Check Pods Manifest.lock";
318-
outputFileListPaths = (
319-
);
320-
outputPaths = (
321-
"$(DERIVED_FILE_DIR)/Pods-FirebaseStorageUI-checkManifestLockResult.txt",
322-
);
323-
runOnlyForDeploymentPostprocessing = 0;
324-
shellPath = /bin/sh;
325-
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";
326-
showEnvVarsInLog = 0;
327-
};
328-
/* End PBXShellScriptBuildPhase section */
329-
330226
/* Begin PBXSourcesBuildPhase section */
331227
8D69E5F821DE968300CFA49B /* Sources */ = {
332228
isa = PBXSourcesBuildPhase;
@@ -479,7 +375,6 @@
479375
};
480376
8D69E61121DE968300CFA49B /* Debug */ = {
481377
isa = XCBuildConfiguration;
482-
baseConfigurationReference = 4F5D5A91D72EF2D6714BF575 /* Pods-FirebaseStorageUI.debug.xcconfig */;
483378
buildSettings = {
484379
CODE_SIGN_IDENTITY = "";
485380
CODE_SIGN_STYLE = Automatic;
@@ -503,7 +398,6 @@
503398
};
504399
8D69E61221DE968300CFA49B /* Release */ = {
505400
isa = XCBuildConfiguration;
506-
baseConfigurationReference = 2531884B814A605E24AF1BD1 /* Pods-FirebaseStorageUI.release.xcconfig */;
507401
buildSettings = {
508402
CODE_SIGN_IDENTITY = "";
509403
CODE_SIGN_STYLE = Automatic;
@@ -527,7 +421,6 @@
527421
};
528422
8D69E61421DE968300CFA49B /* Debug */ = {
529423
isa = XCBuildConfiguration;
530-
baseConfigurationReference = A6602D6474A93D643DAE0E09 /* Pods-FirebaseStorageUITests.debug.xcconfig */;
531424
buildSettings = {
532425
CODE_SIGN_STYLE = Automatic;
533426
INFOPLIST_FILE = FirebaseStorageUITests/Info.plist;
@@ -544,7 +437,6 @@
544437
};
545438
8D69E61521DE968300CFA49B /* Release */ = {
546439
isa = XCBuildConfiguration;
547-
baseConfigurationReference = 47BA3EFFA8182422FCFF3BA8 /* Pods-FirebaseStorageUITests.release.xcconfig */;
548440
buildSettings = {
549441
CODE_SIGN_STYLE = Automatic;
550442
INFOPLIST_FILE = FirebaseStorageUITests/Info.plist;

0 commit comments

Comments
 (0)