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 39
39
40
40
# Downloads Firebase files
41
41
- 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
43
46
44
47
# Runs test on the develop scheme
45
48
- name : Running Test Suite
Original file line number Diff line number Diff line change 368
368
path = "ios-base";
369
369
sourceTree = "<group>";
370
370
};
371
+ 9B0E254B28C15003006FBCD4 /* GoogleFirebase */ = {
372
+ isa = PBXGroup;
373
+ children = (
374
+ 9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
375
+ );
376
+ path = GoogleFirebase;
377
+ sourceTree = "<group>";
378
+ };
371
379
9B2D00FC278CAFFC000657BE /* Endpoints */ = {
372
380
isa = PBXGroup;
373
381
children = (
448
456
9B8D306720AB45160050697F /* Resources */ = {
449
457
isa = PBXGroup;
450
458
children = (
451
- 9B0E254628C140E3006FBCD4 /* GoogleService-Info.plist */,
459
+ 9B0E254B28C15003006FBCD4 /* GoogleFirebase */,
452
460
9B8D306820AB451E0050697F /* Localization */,
453
461
);
454
462
path = Resources;
You can’t perform that action at this time.
0 commit comments