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

Commit

Permalink
Issue #1154: Register fail iOS 10
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Nov 3, 2016
1 parent 8631666 commit e6013d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin.xml
Expand Up @@ -94,6 +94,12 @@
<config-file target="*-Info.plist" parent="IS_GCM_ENABLED">
<true/>
</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 e6013d4

Please sign in to comment.