バージョンを取得する
■プログラム説明(ソースコード説明)
バージョンはapp.versionで取得できます。
■ソースコード
#target "Bridge"
appVer = app.version;
alert("バージョンは"+appVer+"です。");
実際のスクリプトを
ダウンロード