-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#331: abandoned approaches taken so far in favour of a signed AppleSc…
…ript application
- Loading branch information
Showing
13 changed files
with
159 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,76 @@ | ||
<?xml version="1.0" ?> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleExecutable</key> | ||
<string>JavaAppLauncher</string> | ||
<key>CFBundleIconFile</key> | ||
<string>vstaricon.icns</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>org.aavso.tools.vstar.ui.VStar</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>VStar</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>VStar</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
<key>NSHumanReadableCopyright</key> | ||
<string></string> | ||
<key>NSHighResolutionCapable</key> | ||
<true/> | ||
<key>JVMMainClassName</key> | ||
<string>org.aavso.tools.vstar.ui.VStar</string> | ||
<key>JVMOptions</key> | ||
<array> | ||
<string>-Xms800m</string> | ||
<string>-Xmx8g</string> | ||
<string>-splash:$APP_ROOT/Contents/Java/vstaricon.png</string> | ||
</array> | ||
<key>JVMArguments</key> | ||
<array> | ||
<string>$*</string> | ||
</array> | ||
<key>CFBundleAllowMixedLocalizations</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>en</string> | ||
<key>CFBundleExecutable</key> | ||
<string>applet</string> | ||
<key>CFBundleIconFile</key> | ||
<string>applet</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.ScriptEditor.id.VStar</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>VStar</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleSignature</key> | ||
<string>aplt</string> | ||
<key>LSMinimumSystemVersionByArchitecture</key> | ||
<dict> | ||
<key>x86_64</key> | ||
<string>10.6</string> | ||
</dict> | ||
<key>LSRequiresCarbon</key> | ||
<true/> | ||
<key>NSAppleEventsUsageDescription</key> | ||
<string>This script needs to control other applications to run.</string> | ||
<key>NSAppleMusicUsageDescription</key> | ||
<string>This script needs access to your music to run.</string> | ||
<key>NSCalendarsUsageDescription</key> | ||
<string>This script needs access to your calendars to run.</string> | ||
<key>NSCameraUsageDescription</key> | ||
<string>This script needs access to your camera to run.</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>This script needs access to your contacts to run.</string> | ||
<key>NSHomeKitUsageDescription</key> | ||
<string>This script needs access to your HomeKit Home to run.</string> | ||
<key>NSMicrophoneUsageDescription</key> | ||
<string>This script needs access to your microphone to run.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>This script needs access to your photos to run.</string> | ||
<key>NSRemindersUsageDescription</key> | ||
<string>This script needs access to your reminders to run.</string> | ||
<key>NSSiriUsageDescription</key> | ||
<string>This script needs access to Siri to run.</string> | ||
<key>NSSystemAdministrationUsageDescription</key> | ||
<string>This script needs access to administer this system to run.</string> | ||
<key>OSAAppletShowStartupScreen</key> | ||
<false/> | ||
<key>WindowState</key> | ||
<dict> | ||
<key>bundleDividerCollapsed</key> | ||
<true/> | ||
<key>bundlePositionOfDivider</key> | ||
<real>0.0</real> | ||
<key>dividerCollapsed</key> | ||
<false/> | ||
<key>eventLogLevel</key> | ||
<integer>2</integer> | ||
<key>name</key> | ||
<string>ScriptWindowState</string> | ||
<key>positionOfDivider</key> | ||
<real>443</real> | ||
<key>savedFrame</key> | ||
<string>76 161 700 678 0 0 1440 875 </string> | ||
<key>selectedTab</key> | ||
<string>description</string> | ||
</dict> | ||
</dict> | ||
</plist> | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
APPL???? | ||
APPLaplt |
Binary file not shown.
Binary file renamed
BIN
+183 KB
...tar.app/Contents/Resources/vstaricon.icns → .../VStar.app/Contents/Resources/applet.icns
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions
5
install-files/mac/VStar.app/Contents/Resources/description.rtfd/TXT.rtf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{\rtf1\ansi\ansicpg1252\cocoartf2639 | ||
\cocoatextscaling0\cocoaplatform0{\fonttbl} | ||
{\colortbl;\red255\green255\blue255;} | ||
{\*\expandedcolortbl;;} | ||
} |
3 changes: 0 additions & 3 deletions
3
install-files/mac/VStar.app/Contents/Resources/en.lproj/Localizable.strings
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.