Skip to content

Commit

Permalink
BBv0.36 with logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tallrene committed Apr 8, 2021
1 parent 7fcea75 commit 1a4aca7
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 67 deletions.
Binary file modified .DS_Store
Binary file not shown.
12 changes: 8 additions & 4 deletions Bounce Bunny beta36.app/Contents/Info.plist
Expand Up @@ -19,9 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.36</string>
<key>CFBundleSignature</key>
<string>aplt</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
Expand All @@ -41,6 +43,8 @@
<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>NSHumanReadableCopyright</key>
<string>© 2021 René G</string>
<key>NSMicrophoneUsageDescription</key>
<string>This script needs access to your microphone to run.</string>
<key>NSPhotoLibraryUsageDescription</key>
Expand All @@ -54,9 +58,9 @@
<key>WindowState</key>
<dict>
<key>bundleDividerCollapsed</key>
<true/>
<false/>
<key>bundlePositionOfDivider</key>
<real>0.0</real>
<real>1046</real>
<key>dividerCollapsed</key>
<false/>
<key>eventLogLevel</key>
Expand All @@ -66,7 +70,7 @@
<key>positionOfDivider</key>
<real>371</real>
<key>savedFrame</key>
<string>740 412 1345 622 0 0 2560 1417 </string>
<string>865 267 1345 622 0 0 2560 1417 </string>
<key>selectedTab</key>
<string>description</string>
</dict>
Expand Down
Binary file modified Bounce Bunny beta36.app/Contents/Resources/Scripts/main.scpt
Binary file not shown.
Binary file modified Bounce Bunny beta36.app/Contents/Resources/applet.icns 100644 → 100755
Binary file not shown.
11 changes: 6 additions & 5 deletions Bounce Bunny beta36.applescript
Expand Up @@ -154,6 +154,7 @@ on actionHandler:sender

set TT_ to ((T2 * 60) + T2s) - ((T1 * 60) + T1s)
set ETB to ((TT_ * theResponse) / 60)
set ETB to (round (ETB * 100)) / 100
display notification "Remaining tracks " & theResponse & "." & " TPB " & TT_ & "sec" & "Estimated Time Remaing " & ETB & "mins"

--display notification "Estimated Time Remaing " & ETB
Expand Down Expand Up @@ -221,11 +222,11 @@ on actionHandler:sender
repeat while (exists window "Logic Pro X" of application process "Logic Pro X")

delay 1
set T2 to minutes of (current date)
set T2s to seconds of (current date) --Set End Time
set TT_ to ((T2 * 60) + T2s) - ((T1 * 60) + T1s)
set ETB to ((TT_ * theResponse) / 60)
display dialog "Tracks " & theResponse & "." & " TPB:" & TT_ & "sec. " & "Estimated Time Remaing " & ETB & "mins" buttons {"Stop", "Continue"} default button "Continue" cancel button "Stop" giving up after 2
--set T2 to minutes of (current date)
--set T2s to seconds of (current date) --Set End Time
--set TT_ to ((T2 * 60) + T2s) - ((T1 * 60) + T1s)

display dialog "Tracks " & theResponse & "." & " TPB:" & TT_ & "sec. " & "Estimated Time Remaing " & ETB & "mins" buttons {"Stop", "Continue"} default button "Continue" cancel button "Stop" giving up after 3

--display notification GUT
delay 1
Expand Down
52 changes: 0 additions & 52 deletions Bounce Bunny beta36.bak.app/Contents/Info.plist

This file was deleted.

Binary file removed Bounce Bunny beta36.bak.app/Contents/MacOS/applet
Binary file not shown.
1 change: 0 additions & 1 deletion Bounce Bunny beta36.bak.app/Contents/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

0 comments on commit 1a4aca7

Please sign in to comment.