diff options
author | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:04:20 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-02-14 11:04:20 +0000 |
commit | 62882fc0471895bc1a47c13e22daf35dcaafecd0 (patch) | |
tree | c5fb76fc3f64e729fdabeb9c35774e722000fd4e /data/uicaboodle.py/_metadata | |
parent | 8e60af7ad00762fb8a89ae39c771287f3c5efed4 (diff) |
Got PyObjC working.
git-svn-id: http://svn.telesphoreo.org/trunk@74 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/uicaboodle.py/_metadata')
-rw-r--r-- | data/uicaboodle.py/_metadata/description | 1 | ||||
l--------- | data/uicaboodle.py/_metadata/license | 1 | ||||
l--------- | data/uicaboodle.py/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/uicaboodle.py/_metadata/name | 1 | ||||
-rw-r--r-- | data/uicaboodle.py/_metadata/priority | 1 | ||||
l--------- | data/uicaboodle.py/_metadata/pyobjc.dep | 1 | ||||
-rw-r--r-- | data/uicaboodle.py/_metadata/section | 1 | ||||
-rw-r--r-- | data/uicaboodle.py/_metadata/version | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/data/uicaboodle.py/_metadata/description b/data/uicaboodle.py/_metadata/description new file mode 100644 index 000000000..009000489 --- /dev/null +++ b/data/uicaboodle.py/_metadata/description @@ -0,0 +1 @@ +iPhone-specific PyObjC extensions diff --git a/data/uicaboodle.py/_metadata/license b/data/uicaboodle.py/_metadata/license new file mode 120000 index 000000000..b9c4e3684 --- /dev/null +++ b/data/uicaboodle.py/_metadata/license @@ -0,0 +1 @@ +../../../licenses/menes
\ No newline at end of file diff --git a/data/uicaboodle.py/_metadata/maintainer b/data/uicaboodle.py/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/uicaboodle.py/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/uicaboodle.py/_metadata/name b/data/uicaboodle.py/_metadata/name new file mode 100644 index 000000000..15b83dace --- /dev/null +++ b/data/uicaboodle.py/_metadata/name @@ -0,0 +1 @@ +UICaboodle.py diff --git a/data/uicaboodle.py/_metadata/priority b/data/uicaboodle.py/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/uicaboodle.py/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/uicaboodle.py/_metadata/pyobjc.dep b/data/uicaboodle.py/_metadata/pyobjc.dep new file mode 120000 index 000000000..a208096d6 --- /dev/null +++ b/data/uicaboodle.py/_metadata/pyobjc.dep @@ -0,0 +1 @@ +../../pyobjc
\ No newline at end of file diff --git a/data/uicaboodle.py/_metadata/section b/data/uicaboodle.py/_metadata/section new file mode 100644 index 000000000..46c5d2cde --- /dev/null +++ b/data/uicaboodle.py/_metadata/section @@ -0,0 +1 @@ +Python diff --git a/data/uicaboodle.py/_metadata/version b/data/uicaboodle.py/_metadata/version new file mode 100644 index 000000000..14fde4785 --- /dev/null +++ b/data/uicaboodle.py/_metadata/version @@ -0,0 +1 @@ +1.0.2307 |