Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Style
  • Loading branch information
ryanwilson committed Dec 2, 2020
commit ea8ec16eb3a6991c0a24b854483f5b7ae024a062
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ - (NSString*)resourcePath:(NSString*)path {
// nested bundle. In Swift we could have used `Bundle.module` to access it, but that isn't
// surfaced in ObjC.
#if SWIFT_PACKAGE
NSString *nestedBundlePath = [bundle pathForResource:@"Firebase_AppDistributionUnit"
ofType:@"bundle"];;
NSString* nestedBundlePath = [bundle pathForResource:@"Firebase_AppDistributionUnit"
ofType:@"bundle"];
;
bundle = [NSBundle bundleWithPath:nestedBundlePath];
#endif // SWIFT_PACKAGE

Expand Down