Skip to content

Commit

Permalink
Fixed wp8 build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sang Ki Kwon authored and Sang Ki Kwon committed Jul 17, 2015
1 parent ecad26d commit dde4216
Show file tree
Hide file tree
Showing 27 changed files with 4,599 additions and 77 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ You can see Plugins For Cordova in one page: http://cranberrygame.github.io?refe
Updated Admob SDK
Windows Phone 8 - 6.5.13
Supports wp8 split mode
1.0.95
Fixed wp8 build error

To-Do:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-ad-admob",
"version": "1.0.94",
"version": "1.0.95",
"description": "Show admob banner and full screen ad",
"cordova": {
"id": "cordova-plugin-ad-admob",
Expand Down
25 changes: 22 additions & 3 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-ad-admob"
version="1.0.94">
version="1.0.95">

<name>Cordova Admob plugin</name>
<description>Show admob banner and full screen ad</description>
Expand Down Expand Up @@ -56,8 +56,7 @@
</platform>

<!-- wp8 -->
<platform name="wp8">

<platform name="wp8">
<config-file target="config.xml" parent="/*">
<feature name="Admob">
<param name="wp-package" value="Admob"/>
Expand All @@ -72,4 +71,24 @@
<!-- dependency -->
<dependency id="cordova-plugin-ad-admobsdk" url="https://github.com/cranberrygame/cordova-plugin-ad-admobsdk" />
</platform>

<!-- windows (wp8.1) --> <!-- not yet supported-->
<!--
<platform name="windows">
<js-module src="src/windows/admobproxy.js">
<runs />
</js-module>
-->
<!--
<framework src="src/windows/Com.Cranberrygame.Cordova.Plugin.Ad.AdMob/Com.Cranberrygame.Cordova.Plugin.Ad.AdMob.csproj" custom="true" type="projectReference" target="win" />
-->
<!--
<framework src="src/windows/Com.Cranberrygame.Cordova.Plugin.Ad.AdMob/bin/Debug/Com.Cranberrygame.Cordova.Plugin.Ad.AdMob.winmd" custom="true" target="win" />
<framework src="src/wp8/Silverlight.Md5.dll" custom="true" />
-->
<!-- dependency -->
<!--
<dependency id="cordova-plugin-ad-admobsdk" url="https://github.com/cranberrygame/cordova-plugin-ad-admobsdk" />
</platform>
-->
</plugin>
Loading

0 comments on commit dde4216

Please sign in to comment.