Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
🐛🍎🔧 Fixing a merge issue where aps-environment was accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jan 4, 2017
1 parent 1bef8b3 commit cb98397
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
<string>remote-notification</string>
</array>
</config-file>
<config-file target="*-Debug.plist" parent="aps-environment">
<string>development</string>
</config-file>
<config-file target="*-Release.plist" parent="aps-environment">
<string>production</string>
</config-file>
<source-file src="src/ios/AppDelegate+notification.m"/>
<source-file src="src/ios/PushPlugin.m"/>
<header-file src="src/ios/AppDelegate+notification.h"/>
Expand Down

0 comments on commit cb98397

Please sign in to comment.