Explorar o código

Added missing wp8 source file.

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
291b2c224f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin.xml

+ 1 - 1
plugin.xml

@@ -79,11 +79,11 @@
         <config-file target="config.xml" parent="/*">
             <feature name="LocalNotification">
                 <param name="wp-package" value="LocalNotification"/>
-                <param name="wp-package" value="LocalNotificationOptions"/>
             </feature>
         </config-file>
 
         <source-file src="src/wp8/LocalNotification.cs" />
+        <source-file src="src/wp8/LocalNotificationOptions.cs" />
     </platform>
 
 </plugin>