Skip to content

Commit

Permalink
revert 087dcfd
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Arnesson committed Jul 4, 2017
1 parent 4f8530c commit ff5849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
<string>production</string>
</config-file>

<resource-file src="src/ios/GoogleService-Info.plist" />
<resource-file src="src/ios/GoogleService-Info.plist" target="Resources/GoogleService-Info.plist" />

<header-file src="src/ios/AppDelegate+FirebasePlugin.h" />
<source-file src="src/ios/AppDelegate+FirebasePlugin.m" />
Expand Down

1 comment on commit ff5849c

@soumak77
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robertarnesson this change must be re-added since #364 was merged. Without this change, it is causing an empty file to be created and that file is being used instead of the intended one.

Please sign in to comment.