https://github.com/miyako/4d-plugin-address-book
4D Plugin to access the contacts database on OS X, using the old AddressBook framework.
https://github.com/miyako/4d-plugin-address-book
4d-plugin
Last synced: about 1 year ago
JSON representation
4D Plugin to access the contacts database on OS X, using the old AddressBook framework.
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-address-book
- Owner: miyako
- License: mit
- Created: 2012-11-04T22:32:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T23:13:34.000Z (over 2 years ago)
- Last Synced: 2025-01-08T17:55:31.846Z (over 1 year ago)
- Topics: 4d-plugin
- Language: C
- Homepage:
- Size: 7.36 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


[](LICENSE)

See [4d-utility-sign-app](https://github.com/miyako/4d-utility-sign-app) on how to enable the plugin in 4D.
4d-pugin-address-book
=====================
Access "contacts" via the [Address Book API](https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AddressBook/AddressBook.html).
To use on v16 or v17, move manifest.json to contents.
**Important Note**: ``AB Is access denied`` has been renamed as ``AB Request permisson``. You must call this once before you use other commands.
You must codesign your app with the following entitlements:
* ``com.apple.security.personal-information.addressbook``
The app must also have the following property list keys:
* ``NSContactsUsageDescription``