Skip to content

Commit a204d81

Browse files
committed
init project
1 parent 9c5f6d3 commit a204d81

126 files changed

Lines changed: 9724 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Podfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Uncomment the next line to define a global platform for your project
2+
# platform :osx, '10.10'
3+
4+
target 'WindowSnap' do
5+
# Comment the next line if you don't want to use dynamic frameworks
6+
use_frameworks!
7+
8+
# Pods for WindowSnap
9+
pod 'MASShortcut'
10+
pod 'DFAXUIElement'
11+
end

Podfile.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
PODS:
2+
- DFAXUIElement (1.0.7)
3+
- MASShortcut (2.4.0)
4+
5+
DEPENDENCIES:
6+
- DFAXUIElement
7+
- MASShortcut
8+
9+
SPEC REPOS:
10+
trunk:
11+
- DFAXUIElement
12+
- MASShortcut
13+
14+
SPEC CHECKSUMS:
15+
DFAXUIElement: b9eb7e36d76492ed97a3f2feac099035e3ab0420
16+
MASShortcut: d9e4909e878661cc42877cc9d6efbe638273ab57
17+
18+
PODFILE CHECKSUM: f26786486f4d675766e6958cbcb348b01e34c6de
19+
20+
COCOAPODS: 1.10.1

Pods/DFAXUIElement/Classes/AXError+DFBase.swift

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/DFAXUIElement/Classes/AXObserver+DFBase.swift

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/DFAXUIElement/Classes/AXUIElement+DFAction.swift

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/DFAXUIElement/Classes/AXUIElement+DFApplication.swift

Lines changed: 79 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)