We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 1b1bd4eCopy full SHA for 1b1bd4e
.gitignore
@@ -0,0 +1,18 @@
1
+# Xcode
2
+.DS_Store
3
+build/
4
+*.pbxuser
5
+!default.pbxuser
6
+*.mode1v3
7
+!default.mode1v3
8
+*.mode2v3
9
+!default.mode2v3
10
+*.perspectivev3
11
+!default.perspectivev3
12
+*.xcworkspace
13
+!default.xcworkspace
14
+xcuserdata
15
+profile
16
+*.moved-aside
17
+DerivedData
18
+.idea/
README.md
@@ -0,0 +1,4 @@
+UIDynamics-Helpers
+==================
+
+This repository is filled with helping code for UIDynamics stuff.
0 commit comments