ylazy / nativeapplicationupdater

Automatically exported from code.google.com/p/nativeapplicationupdater
0 stars 1 forks source link

Application versionNumber with AIR 2.7 #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There is a problem with AIR 2.7 application descriptor.

NativeApplicationUpdater.as, line 132 :

if (xmlns.uri == "http://ns.adobe.com/air/application/2.0")

should be replaced by :

if (xmlns.uri == "http://ns.adobe.com/air/application/2.0" || xmlns.uri == 
"http://ns.adobe.com/air/application/2.7")

Original issue reported on code.google.com by logi...@gmail.com on 18 Aug 2011 at 11:14

GoogleCodeExporter commented 8 years ago
Oops... i made a mistake... Can you delete this issue ?

Original comment by logi...@gmail.com on 18 Aug 2011 at 11:22