소스 검색

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>