Переглянути джерело

Added missing wp8 source file.

Sebastián Katzer 12 роки тому
батько
коміт
291b2c224f
1 змінених файлів з 1 додано та 1 видалено
  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>