Browse Source

Forget to comment in winmd before pushing

Sebastián Katzer 8 năm trước cách đây
mục cha
commit
7ba39d66d3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      plugin.xml

+ 2 - 2
plugin.xml

@@ -234,11 +234,11 @@
 
     <!-- windows -->
     <platform name="windows">
-<!--
+
         <framework src="src/windows/lib.UW/x86/LocalNotificationProxy.winmd" target-dir="x86" arch="x86" custom="true"/>
         <framework src="src/windows/lib.UW/x64/LocalNotificationProxy.winmd" target-dir="x64" arch="x64" custom="true"/>
         <framework src="src/windows/lib.UW/ARM/LocalNotificationProxy.winmd" target-dir="ARM" arch="ARM" custom="true"/>
- -->
+
         <js-module src="src/windows/LocalNotificationProxy.js" name="LocalNotification.Proxy" >
             <merges target="" />
         </js-module>