Skip to content

Commit

Permalink
Merge pull request arnesson#328 from wolfg1969/master
Browse files Browse the repository at this point in the history
Fix 'plugin create an extra Resources folder inside Resources with an empty google-info.plist'
  • Loading branch information
robertarnesson authored Jul 4, 2017
2 parents 7a69b95 + 087dcfd commit 2522d2a
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 @@ -74,7 +74,7 @@ xmlns:android="http://schemas.android.com/apk/res/android">
<string>production</string>
</config-file>

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

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

0 comments on commit 2522d2a

Please sign in to comment.