Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix high CPU usage with Safari browsers #114

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'Shifty' do
use_frameworks!

pod 'AppCenter'
pod 'AXSwift'
pod 'AXSwift', :git => 'https://github.com/tmandry/AXSwift.git'
pod 'LetsMove'
pod 'MASPreferences+Shifty'
pod 'MASShortcut'
Expand Down
20 changes: 14 additions & 6 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- AppCenter/Core (4.2.0)
- AppCenter/Crashes (4.2.0):
- AppCenter/Core
- AXSwift (0.3.1)
- AXSwift (0.3.2)
- LetsMove (1.25)
- "MASPreferences+Shifty (1.3.4)"
- MASShortcut (2.4.0)
Expand All @@ -17,7 +17,7 @@ PODS:

DEPENDENCIES:
- AppCenter
- AXSwift
- AXSwift (from `https://github.com/tmandry/AXSwift.git`)
- LetsMove
- "MASPreferences+Shifty"
- MASShortcut
Expand All @@ -28,24 +28,32 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
- AppCenter
- AXSwift
- LetsMove
- "MASPreferences+Shifty"
- MASShortcut
- PublicSuffix
- Sparkle
- SwiftLog

EXTERNAL SOURCES:
AXSwift:
:git: https://github.com/tmandry/AXSwift.git

CHECKOUT OPTIONS:
AXSwift:
:commit: e18a18453d135ad45809a384ee5139e05ea52def
:git: https://github.com/tmandry/AXSwift.git

SPEC CHECKSUMS:
AppCenter: 87ef6eefd8ade4df59e88951288587429f3dd2a5
AXSwift: 24508e48dd103399d5e495201a8157a663029b92
AXSwift: 80e78750bd6e295b57456f664ff63ebf4f1fcfd8
LetsMove: 7b9fe44737707d984fbd3f47af46609a9a07b461
"MASPreferences+Shifty": 0270936bfce4fc7c1857eea8b14aaeae568b377a
MASShortcut: d9e4909e878661cc42877cc9d6efbe638273ab57
PublicSuffix: fb6147cd2400ff7a04f4173df07b73e55af29b65
Sparkle: d56d028f4b0c123577825f5d1004f6140d77f90e
SwiftLog: f6c4f9a4ade06263555ab34b2c0f72025ffcda9e

PODFILE CHECKSUM: 7232af95492538b305e0ee2c8345e71ec7bf8d4a
PODFILE CHECKSUM: e39f022eca0e16f1a6de4528d381d8ae87ede6eb

COCOAPODS: 1.10.0
COCOAPODS: 1.11.0
6 changes: 3 additions & 3 deletions Pods/AXSwift/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Pods/AXSwift/Sources/Constants.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/AXSwift/Sources/Error.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Pods/AXSwift/Sources/SystemWideElement.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Pods/AXSwift/Sources/UIElement.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions Pods/Local Podspecs/AXSwift.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 14 additions & 6 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading