File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3939
4040 # Downloads Firebase files
4141 - name : Downloading Google Firebase plist files
42- run : aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
42+ run : |
43+ aws s3 cp s3://$BUILDS_BUCKET/$FOLDER/ ios-base/Resources/$FOLDER/ --recursive
44+ ls
45+ ls ios-base/Resources
4346
4447 # Runs test on the develop scheme
4548 - name : Running Test Suite
Original file line number Diff line number Diff line change 368368 path = "ios-base";
369369 sourceTree = "<group>";
370370 };
371+ 9B0E254B28C15003006FBCD4 /* GoogleFirebase */ = {
372+ isa = PBXGroup;
373+ children = (
374+ 9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
375+ );
376+ path = GoogleFirebase;
377+ sourceTree = "<group>";
378+ };
371379 9B2D00FC278CAFFC000657BE /* Endpoints */ = {
372380 isa = PBXGroup;
373381 children = (
448456 9B8D306720AB45160050697F /* Resources */ = {
449457 isa = PBXGroup;
450458 children = (
451- 9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
459+ 9B0E254B28C15003006FBCD4 /* GoogleFirebase */,
452460 9B8D306820AB451E0050697F /* Localization */,
453461 );
454462 path = Resources;
You can’t perform that action at this time.
0 commit comments