Skip to content

Commit

Permalink
added aps-environment to plugin.xml, fixes phonegap#1408
Browse files Browse the repository at this point in the history
  • Loading branch information
tonijn committed Dec 15, 2016
1 parent 4b18505 commit 94b0cac
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 @@ -93,6 +93,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"/>
<source-file target-dir="GCM/Libraries" src="src/ios/Google/Libraries/libGGLCloudMessaging.a" framework="true"/>
Expand Down

0 comments on commit 94b0cac

Please sign in to comment.