-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
28 lines (20 loc) · 804 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This xcode bundle provides SummaryString formatters for various Qt4 objects.
Currently contains:
- QString
- QVariant
- QModelIndex
- QFile
- QDomNode
- QDomElement
Building:
- Open the *.xcodeproj file in Xcode.
- Select the Release target (unless you want to debug/contribute!)
- Click Build (or CMD+B)
Place the resulting bundle ($project/build/Release/Qt4DataFormatter.bundle) in
~/Library/Application\ Support/Developer/Shared/Xcode/CustomDataViews
If you wish to contribute, build a debug target. I also suggest creating a
symlink to the build/Debug/Qt4DataFormatter.bundle directory in your
~/Library/Application\ Support/Developer/Shared/Xcode/CustomDataViews. By
doing so, your changes are immediately reflected in the debugger on each build.
Cheers,
-jkyle