dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit afe86f7e772f8293249538a35b303e254bc52462
parent 2891a384f5ff1be6da34ad11f2db49b0925144dd
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  4 Aug 2019 23:32:31 +0200

find-in-photo-albums.app: see which albums a photo belongs to


Former-commit-id: 09dff10caec132c8336eae189ad69c2ec0c09a7a
Diffstat:
Abin/find-photo-in-albums.app/Contents/Info.plist | 74++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Abin/find-photo-in-albums.app/Contents/MacOS/applet | 0
Abin/find-photo-in-albums.app/Contents/PkgInfo | 2++
Abin/find-photo-in-albums.app/Contents/Resources/Scripts/main.scpt | 0
Abin/find-photo-in-albums.app/Contents/Resources/applet.icns | 0
Abin/find-photo-in-albums.app/Contents/Resources/applet.rsrc | 0
Abin/find-photo-in-albums.app/Contents/Resources/description.rtfd/TXT.rtf | 6++++++
7 files changed, 82 insertions(+), 0 deletions(-)

diff --git a/bin/find-photo-in-albums.app/Contents/Info.plist b/bin/find-photo-in-albums.app/Contents/Info.plist @@ -0,0 +1,74 @@ +<?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>CFBundleAllowMixedLocalizations</key> + <true/> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>applet</string> + <key>CFBundleIconFile</key> + <string>applet</string> + <key>CFBundleIdentifier</key> + <string>com.apple.ScriptEditor.id.•PHOTOS-Show-Albums-a-Photo-is-in-V2019</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>•PHOTOS-Show Albums a Photo is in-V4</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>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>341</real> + <key>savedFrame</key> + <string>8 242 700 654 0 0 1440 900 </string> + <key>selectedTab</key> + <string>description</string> + </dict> +</dict> +</plist> diff --git a/bin/find-photo-in-albums.app/Contents/MacOS/applet b/bin/find-photo-in-albums.app/Contents/MacOS/applet Binary files differ. diff --git a/bin/find-photo-in-albums.app/Contents/PkgInfo b/bin/find-photo-in-albums.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt+ \ No newline at end of file diff --git a/bin/find-photo-in-albums.app/Contents/Resources/Scripts/main.scpt b/bin/find-photo-in-albums.app/Contents/Resources/Scripts/main.scpt Binary files differ. diff --git a/bin/find-photo-in-albums.app/Contents/Resources/applet.icns b/bin/find-photo-in-albums.app/Contents/Resources/applet.icns Binary files differ. diff --git a/bin/find-photo-in-albums.app/Contents/Resources/applet.rsrc b/bin/find-photo-in-albums.app/Contents/Resources/applet.rsrc Binary files differ. diff --git a/bin/find-photo-in-albums.app/Contents/Resources/description.rtfd/TXT.rtf b/bin/find-photo-in-albums.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,5 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1671\cocoasubrtf200 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +}+ \ No newline at end of file