Skip to content

Commit 1564f34

Browse files
committed
fix storage plist location
1 parent f4731f4 commit 1564f34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

storage/StorageExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
864F1ABA2A964D27009743F2 /* FirebaseStorage in Frameworks */ = {isa = PBXBuildFile; productRef = 864F1AB92A964D27009743F2 /* FirebaseStorage */; };
1212
864F1ABC2A964D31009743F2 /* FirebaseStorage in Frameworks */ = {isa = PBXBuildFile; productRef = 864F1ABB2A964D31009743F2 /* FirebaseStorage */; };
1313
B9380F7627E3EEBD00B5C769 /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = B9380F7527E3EEBD00B5C769 /* FirebaseAuth */; };
14-
B9380F7A27E3FABA00B5C769 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9380F7927E3FABA00B5C769 /* GoogleService-Info.plist */; };
1514
B94D0AC327F5060D00753EEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B94D0AC227F5060D00753EEA /* Assets.xcassets */; };
1615
B94D0AC627F5060D00753EEA /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B94D0AC527F5060D00753EEA /* Preview Assets.xcassets */; };
1716
B94D0ACB27F506C000753EEA /* StorageExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1527F21B1D00E4E201 /* StorageExampleApp.swift */; };
1817
B94D0ACC27F506C600753EEA /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1627F21B1D00E4E201 /* ViewModel.swift */; };
1918
B94D0ACD27F506CC00753EEA /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1827F21B1D00E4E201 /* ContentView.swift */; };
2019
B94D0ACF27F5075900753EEA /* FirebaseAuth in Frameworks */ = {isa = PBXBuildFile; productRef = B94D0ACE27F5075900753EEA /* FirebaseAuth */; };
21-
B94D0AD227F5157400753EEA /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9380F7927E3FABA00B5C769 /* GoogleService-Info.plist */; };
2220
B94D0AD327F52FBB00753EEA /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1727F21B1D00E4E201 /* ImagePicker.swift */; };
2321
B983CA1927F21B1D00E4E201 /* StorageExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1527F21B1D00E4E201 /* StorageExampleApp.swift */; };
2422
B983CA1A27F21B1D00E4E201 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1627F21B1D00E4E201 /* ViewModel.swift */; };
@@ -33,11 +31,12 @@
3331
B9EABE3527FB83CD00E055FD /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1627F21B1D00E4E201 /* ViewModel.swift */; };
3432
B9EABE3627FB83D100E055FD /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1827F21B1D00E4E201 /* ContentView.swift */; };
3533
B9EABE3727FB83D100E055FD /* ImagePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = B983CA1727F21B1D00E4E201 /* ImagePicker.swift */; };
36-
B9EABE3827FB9B2700E055FD /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = B9380F7927E3FABA00B5C769 /* GoogleService-Info.plist */; };
34+
EA4A29E82E6F543800B647BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = EA4A29E72E6F543800B647BC /* GoogleService-Info.plist */; };
35+
EA4A29E92E6F543800B647BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = EA4A29E72E6F543800B647BC /* GoogleService-Info.plist */; };
36+
EA4A29EA2E6F543800B647BC /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = EA4A29E72E6F543800B647BC /* GoogleService-Info.plist */; };
3737
/* End PBXBuildFile section */
3838

3939
/* Begin PBXFileReference section */
40-
B9380F7927E3FABA00B5C769 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../GoogleService-Info.plist"; sourceTree = "<group>"; };
4140
B94D0ABC27F5060C00753EEA /* StorageExample (macOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "StorageExample (macOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
4241
B94D0AC227F5060D00753EEA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
4342
B94D0AC527F5060D00753EEA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
@@ -52,6 +51,7 @@
5251
B9EABE2127FB82B200E055FD /* StorageExample (tvOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "StorageExample (tvOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
5352
B9EABE2727FB82B300E055FD /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5453
B9EABE2A27FB82B300E055FD /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
54+
EA4A29E72E6F543800B647BC /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
5555
/* End PBXFileReference section */
5656

5757
/* Begin PBXFrameworksBuildPhase section */
@@ -117,7 +117,7 @@
117117
B9A598B127E3D169003BCFD0 = {
118118
isa = PBXGroup;
119119
children = (
120-
B9380F7927E3FABA00B5C769 /* GoogleService-Info.plist */,
120+
EA4A29E72E6F543800B647BC /* GoogleService-Info.plist */,
121121
B983CA1427F21B1D00E4E201 /* Shared */,
122122
B9A598BC27E3D169003BCFD0 /* StorageExample (iOS) */,
123123
B94D0ABD27F5060C00753EEA /* StorageExample (macOS) */,
@@ -296,7 +296,7 @@
296296
files = (
297297
B94D0AC627F5060D00753EEA /* Preview Assets.xcassets in Resources */,
298298
B94D0AC327F5060D00753EEA /* Assets.xcassets in Resources */,
299-
B94D0AD227F5157400753EEA /* GoogleService-Info.plist in Resources */,
299+
EA4A29EA2E6F543800B647BC /* GoogleService-Info.plist in Resources */,
300300
);
301301
runOnlyForDeploymentPostprocessing = 0;
302302
};
@@ -306,7 +306,7 @@
306306
files = (
307307
B9A598C527E3D16A003BCFD0 /* Preview Assets.xcassets in Resources */,
308308
B9A598C227E3D16A003BCFD0 /* Assets.xcassets in Resources */,
309-
B9380F7A27E3FABA00B5C769 /* GoogleService-Info.plist in Resources */,
309+
EA4A29E92E6F543800B647BC /* GoogleService-Info.plist in Resources */,
310310
);
311311
runOnlyForDeploymentPostprocessing = 0;
312312
};
@@ -316,7 +316,7 @@
316316
files = (
317317
B9EABE2B27FB82B300E055FD /* Preview Assets.xcassets in Resources */,
318318
B9EABE2827FB82B300E055FD /* Assets.xcassets in Resources */,
319-
B9EABE3827FB9B2700E055FD /* GoogleService-Info.plist in Resources */,
319+
EA4A29E82E6F543800B647BC /* GoogleService-Info.plist in Resources */,
320320
);
321321
runOnlyForDeploymentPostprocessing = 0;
322322
};

0 commit comments

Comments
 (0)