No project description provided
Project description
macOS-Pkg-Builder
Python module for creating macOS packages more easily through native tooling (pkgbuild).
Usage
import macos_pkg_builder
pkg_obj = macos_pkg_builder.Packages(
pkg_name="MyApp-Installer",
pkg_output="Sample.pkg",
pkg_bundle_id="com.myapp.installer",
pkg_file_structure={
"Samples/MyApp/MyApp.app": "/Applications/MyApp.app",
"Samples/MyApp/MyLaunchDaemon.plist": "/Library/LaunchDaemons/com.myapp.plist",
},
pkg_preinstall_script="Samples/MyApp/MyPreinstall.sh",
pkg_postinstall_script="Samples/MyApp/MyPostinstall.sh",
)
pkg_obj.build()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file macos_pkg_builder-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: macos_pkg_builder-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc6388ed90b0cb591af35160ee0abeeed048f05579467abc4ed71f57266922f3 |
|
MD5 | ecd57f119ff03b2708f70ef3e9d317c0 |
|
BLAKE2b-256 | c76e0a2378e3a27f3ccbb1737c687ba47fdfd49e372091771bb70ad08ad69922 |