Index | Next |
House-keeping methods
frameworkVersion
Returns the version of the framework. If you are using the framework embedded in the BridgePlus.scpt script library, you can use the library's 'framework version' command instead.
+ (NSString *)frameworkVersion
An NSString
Version 1.0.0
use scripting additions
use framework "Foundation"
use script "BridgePlus"
load framework
set theResult to current application's SMSForder's frameworkVersion()
ASify from theResult
--> "1.3.0"
theResult as text
--> "1.3.0"