Skip to content

Commit

Permalink
EddyVerbruggen#496 build failing on build.phonegap.com - possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jan 7, 2016
1 parent 0b1481f commit 4aaf78a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-x-socialsharing",
"version": "5.0.8",
"version": "5.0.9",
"description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
"cordova": {
"id": "cordova-plugin-x-socialsharing",
Expand Down Expand Up @@ -29,7 +29,7 @@
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
"cordova-windows"
],
"engines": [
{
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-x-socialsharing"
version="5.0.8">
version="5.0.9">

<name>SocialSharing</name>

Expand Down Expand Up @@ -71,7 +71,7 @@
</config-file>

<source-file src="src/wp8/SocialSharing.cs" />
<source-file src="src/wp8/SocialSharingSDK/Newtonsoft.Json.dll" />
<framework src="src/wp8/Newtonsoft.Json.dll" custom="true"/>
</platform>

<!-- windows -->
Expand Down
4 changes: 2 additions & 2 deletions src/windows/SocialSharingProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = {
);
}
}
}
};


var dataTransferManager = Windows.ApplicationModel.DataTransfer.DataTransferManager.getForCurrentView();
Expand Down Expand Up @@ -96,7 +96,7 @@ module.exports = {
);
}
}
}
};

var dataTransferManager = Windows.ApplicationModel.DataTransfer.DataTransferManager.getForCurrentView();

Expand Down
File renamed without changes.

0 comments on commit 4aaf78a

Please sign in to comment.