-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #106 from MesquiteProject/development
Version 3.8 release
- Loading branch information
Showing
212 changed files
with
3,795 additions
and
514 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry exported="true" kind="lib" path="jars/AppleJavaExtensions.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/iText.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/Jama-1.0.1.zip"/> | ||
<classpathentry exported="true" kind="lib" path="jars/JSci.zip"/> | ||
<classpathentry exported="true" kind="lib" path="jars/MRJToolkitStubs.zip"/> | ||
<classpathentry exported="true" kind="lib" path="jars/pal.zip"/> | ||
<classpathentry exported="true" kind="lib" path="jars/commons-httpclient-3.1.jar"/> | ||
<classpathentry excluding="docs/mesquite/BeanTree/" kind="src" path="Resources"/> | ||
<classpathentry kind="src" path="Source"/> | ||
<classpathentry exported="true" kind="lib" path="jars/gson-2.6.2.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry exported="true" kind="lib" path="jars/commons-math3-3.6.1.jar"/> | ||
<classpathentry kind="lib" path="jars/byte-buddy-agent-1.7.8.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/jsch-0.1.54.jar"/> | ||
<classpathentry kind="lib" path="jars/commons-logging-1.2.jar"/> | ||
<classpathentry kind="lib" path="jars/commons-codec-1.11.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/httpclient-4.5.13.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/commons-io-2.11.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/commons-lang3-3.12.0.jar"/> | ||
<classpathentry exported="true" kind="lib" path="jars/dom4j-2.1.3.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/AppleJavaExtensions.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/byte-buddy-agent-1.7.8.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-codec-1.11.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-httpclient-3.1.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-io-2.11.0.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-lang3-3.12.0.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-logging-1.2.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-math3-3.6.1.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/commons-text-1.9.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/dom4j-2.1.3.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/gson-2.6.2.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/httpclient-4.5.13.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/iText.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/Jama-1.0.1.zip"/> | ||
<classpathentry kind="lib" path="Resources/jars/jsch-0.1.54.jar"/> | ||
<classpathentry kind="lib" path="Resources/jars/JSci.zip"/> | ||
<classpathentry kind="lib" path="Resources/jars/MRJToolkitStubs.zip"/> | ||
<classpathentry kind="lib" path="Resources/jars/pal.zip"/> | ||
<classpathentry kind="output" path="Mesquite_Folder"/> | ||
</classpath> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Binary file not shown.
Binary file renamed
BIN
+27.4 KB
...squite.app/Contents/MacOS/JavaAppLauncher → ...ter_E2.app/Contents/MacOS/JavaAppLauncher
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Binary file not shown.
Binary file not shown.
109 changes: 109 additions & 0 deletions
109
Resources/Mesquite_Starter_Flex.app/Contents/Info.plist
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,109 @@ | ||
<?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>AMIsApplet</key> | ||
<true/> | ||
<key>AMStayOpen</key> | ||
<false/> | ||
<key>BuildMachineOSBuild</key> | ||
<string>17A405001</string> | ||
<key>CFBundleAllowMixedLocalizations</key> | ||
<true/> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleDocumentTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleTypeExtensions</key> | ||
<array> | ||
<string>*</string> | ||
</array> | ||
<key>CFBundleTypeName</key> | ||
<string>Automator workflow file</string> | ||
<key>CFBundleTypeOSTypes</key> | ||
<array> | ||
<string>****</string> | ||
</array> | ||
<key>CFBundleTypeRole</key> | ||
<string>Viewer</string> | ||
</dict> | ||
</array> | ||
<key>CFBundleExecutable</key> | ||
<string>Application Stub</string> | ||
<key>CFBundleIconFile</key> | ||
<string>Mesquite.icns</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.apple.automator.Mesquite_Starter_Flex-01AutomatorOrig-2021superFlex</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>Mesquite_Starter_Flex-01AutomatorOrig-2021superFlex</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.3</string> | ||
<key>CFBundleSignature</key> | ||
<string>????</string> | ||
<key>CFBundleSupportedPlatforms</key> | ||
<array> | ||
<string>MacOSX</string> | ||
</array> | ||
<key>CFBundleURLTypes</key> | ||
<array/> | ||
<key>CFBundleVersion</key> | ||
<string>444.42</string> | ||
<key>DTCompiler</key> | ||
<string>com.apple.compilers.llvm.clang.1_0</string> | ||
<key>DTPlatformBuild</key> | ||
<string>10P70r</string> | ||
<key>DTPlatformName</key> | ||
<string>macosx</string> | ||
<key>DTPlatformVersion</key> | ||
<string>10.14</string> | ||
<key>DTSDKBuild</key> | ||
<string>18F82</string> | ||
<key>DTSDKName</key> | ||
<string>macosx10.14internal</string> | ||
<key>DTXcode</key> | ||
<string>1020</string> | ||
<key>DTXcodeBuild</key> | ||
<string>10P70r</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.6</string> | ||
<key>LSUIElement</key> | ||
<true/> | ||
<key>NSAppleEventsUsageDescription</key> | ||
<string>This workflow needs to control other applications to run.</string> | ||
<key>NSAppleMusicUsageDescription</key> | ||
<string>This workflow needs access to your music to run.</string> | ||
<key>NSAppleScriptEnabled</key> | ||
<string>YES</string> | ||
<key>NSCalendarsUsageDescription</key> | ||
<string>This workflow needs access to your calendars to run.</string> | ||
<key>NSCameraUsageDescription</key> | ||
<string>This workflow needs access to your camera to run.</string> | ||
<key>NSContactsUsageDescription</key> | ||
<string>This workflow needs access to your contacts to run.</string> | ||
<key>NSHomeKitUsageDescription</key> | ||
<string>This workflow needs access to your HomeKit Home to run.</string> | ||
<key>NSMicrophoneUsageDescription</key> | ||
<string>This workflow needs access to your microphone to run.</string> | ||
<key>NSPhotoLibraryUsageDescription</key> | ||
<string>This workflow needs access to your photos to run.</string> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
<key>NSRemindersUsageDescription</key> | ||
<string>This workflow needs access to your reminders to run.</string> | ||
<key>NSServices</key> | ||
<array/> | ||
<key>NSSiriUsageDescription</key> | ||
<string>This workflow needs access to Siri to run.</string> | ||
<key>NSSystemAdministrationUsageDescription</key> | ||
<string>This workflow needs access to administer this system in order to run.</string> | ||
<key>UTExportedTypeDeclarations</key> | ||
<array/> | ||
<key>UTImportedTypeDeclarations</key> | ||
<array/> | ||
</dict> | ||
</plist> |
Binary file not shown.
Binary file added
BIN
+1.21 MB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/AutomatorApplet.icns
Binary file not shown.
Binary file renamed
BIN
+47.3 KB
...s/Mesquite.app/Contents/Java/mesquite.jar → ...Flex.app/Contents/Resources/Mesquite.icns
100644 → 100755
Binary file not shown.
Binary file added
BIN
+1.95 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ar.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.24 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ca.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.92 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/cs.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.37 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/da.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.37 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/de.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.16 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/el.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.03 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/en.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.03 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/en_AU.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.03 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/en_GB.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.53 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/es.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.44 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/es_419.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.79 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/fi.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.92 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/fr.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.75 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/fr_CA.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.56 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/he.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.86 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/hi.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.05 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/hr.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.89 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/hu.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.2 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/id.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.26 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/it.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.27 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ja.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.17 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ko.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.17 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ms.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.37 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/nl.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.05 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/no.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.13 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/pl.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.82 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/pt.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.73 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/pt_PT.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.94 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ro.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.12 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/ru.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.74 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/sk.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.1 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/sv.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.67 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/th.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.84 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/tr.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+2.01 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/uk.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+1.87 KB
Resources/Mesquite_Starter_Flex.app/Contents/Resources/vi.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+923 Bytes
Resources/Mesquite_Starter_Flex.app/Contents/Resources/zh_CN.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+915 Bytes
Resources/Mesquite_Starter_Flex.app/Contents/Resources/zh_HK.lproj/InfoPlist.strings
Binary file not shown.
Binary file added
BIN
+917 Bytes
Resources/Mesquite_Starter_Flex.app/Contents/Resources/zh_TW.lproj/InfoPlist.strings
Binary file not shown.
Oops, something went wrong.