Skip to content

Commit

Permalink
Project is updating to Flex 4.16.1 with AIR 28.0 (reference #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rat-moonshine committed Dec 14, 2017
1 parent df60af1 commit a6eb3de
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 24 deletions.
56 changes: 33 additions & 23 deletions ide/MoonshineDESKTOPevolved/MoonshineDESKTOPevolved.as3proj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<output>
<movie disabled="False"/>
<movie version="25"/>
<movie fps="24"/>
<movie width="100"/>
<movie height="100"/>
<movie fps="24"/>
<movie path="bin-debug/MoonshineDESKTOP.swf"/>
<movie disabled="False"/>
<movie version="28"/>
<movie background="#000000"/>
<movie input=""/>
<movie width="100"/>
</output>
&lt;!-- Other classes to be compiled into your SWF --&gt;
<classpaths>
Expand All @@ -17,32 +17,31 @@
<class path="src"/>
</classpaths>
<moonshineResourcePaths>
<class path="\Users\santanu\Documents\Adobe Flash Builder 4.7\ProminicSVNBranch\MoonshineMultiCodeBase\Balsamiq2FlexJSConverterLib\templates"/>
<class path="\Users\santanu\Documents\Adobe Flash Builder 4.7\ProminicSVNBranch\MoonshineMultiCodeBase\MoonshineSharedCore\src\elements"/>
<class path="../../../ProminicSVNBranch/MoonshineMultiCodeBase/MoonshineSharedCore/src/elements"/>
</moonshineResourcePaths>
<build>
<option customSDK=""/>
<option useNetwork="True"/>
<option accessible="True"/>
<option showBindingWarnings="True"/>
<option es="False"/>
<option additional="-locale en_US ja_JP -allow-source-path-overlap=true -swf-version 33 -define+=CONFIG::OSX,false +configname=air"/>
<option showUnusedTypeSelectorWarnings="True"/>
<option showDeprecationWarnings="True"/>
<option optimize="True"/>
<option staticLinkRSL="False"/>
<option locale=""/>
<option linkReport=""/>
<option allowSourcePathOverlap="False"/>
<option verboseStackTraces="False"/>
<option benchmark="False"/>
<option warnings="True"/>
<option useResourceBundleMetadata="True"/>
<option loadConfig=""/>
<option showUnusedTypeSelectorWarnings="True"/>
<option es="False"/>
<option strict="True"/>
<option locale=""/>
<option antBuildPath=""/>
<option additional="-locale en_US ja_JP -allow-source-path-overlap=true -swf-version 39 -define+=CONFIG::OSX,true +configname=air -external-library-path+=extensions/SSB.ane"/>
<option staticLinkRSL="False"/>
<option allowSourcePathOverlap="False"/>
<option useNetwork="True"/>
<option optimize="True"/>
<option compilerConstants=""/>
<option customSDK="/Users/santanu/Downloads/MoonshineSDKs/Flex_SDK/4.16.1_AIR.28.0"/>
<option loadConfig=""/>
<option showActionScriptWarnings="True"/>
<option antBuildPath=""/>
<option accessible="True"/>
<option warnings="True"/>
<option showBindingWarnings="True"/>
<option useResourceBundleMetadata="True"/>
<option benchmark="False"/>
<option verboseStackTraces="False"/>
</build>
<includeLibraries></includeLibraries>
<libraryPaths>
Expand All @@ -66,4 +65,15 @@
<option defaultBuildTargets=""/>
<option showHiddenPaths="False"/>
</options>
<moonshineRunCustomization>
<option projectType="1"/>
<option launchMethod="Simulator"/>
<option targetPlatform="1"/>
<option urlToLaunch=""/>
<option deviceSimulator="null"/>
<deviceSimulator>null</deviceSimulator>
<certAndroid>null</certAndroid>
<certIos>null</certIos>
<certIosProvisioning>null</certIosProvisioning>
</moonshineRunCustomization>
</project>
Binary file modified ide/MoonshineDESKTOPevolved/extensions/SSB.ane
Binary file not shown.
2 changes: 1 addition & 1 deletion ide/MoonshineDESKTOPevolved/src/MoonshineDESKTOP-app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/22.0">
<application xmlns="http://ns.adobe.com/air/application/28.0">

<!-- Adobe AIR Application Descriptor File Template.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ package actionScripts.interfaces
function addNewPath(relativeTo:String="", isDirectory:Boolean=false, strictToFileTypes:String=""):String;
function restoreAccessedPaths():String;
function closeAccessedPath(value:String):String;
function runSSHFile(value:String):String;
function closeAllPaths():String;
function disposeKeys():String;
}
Expand Down

0 comments on commit a6eb3de

Please sign in to comment.