Theos_pack_but_better !!top!! -

[hooks] pre_pack = ./scripts/run_tests.sh post_pack = ./scripts/upload_to_repo.sh | Feature | Original theos_pack | theos_pack_but_better | |--------|----------------------|--------------------------| | Strips debug symbols | ❌ | ✅ | | Version bump | ❌ | ✅ | | Git tagging | ❌ | ✅ | | Pre/post hooks | ❌ | ✅ | | Dependency warnings | ❌ | ✅ | | Colored output | ❌ | ✅ | | Config file | ❌ | ✅ | Example Workflow # Develop tweak, test on device make package Ready to release theos_pack_but_better --bump patch --tag Output: Version 1.0.0 → 1.0.1 Created git tag v1.0.1 packages/com.example.mytweak_1.0.1_iphoneos-arm.deb

[INFO] Found control version: 1.0.0 [INFO] Stripping debug symbols from MyTweak.dylib [INFO] Building .deb... [SUCCESS] Package created: ./packages/com.example.mytweak_1.0.0_iphoneos-arm.deb # Increment patch version (1.0.0 → 1.0.1) theos_pack_but_better --bump patch Bump minor version theos_pack_but_better --bump minor Skip stripping (debug builds) theos_pack_but_better --no-strip Create a git tag after packing theos_pack_but_better --tag Output to custom directory theos_pack_but_better --output ./debs/ Configuration File Create .theos_pack_better in your tweak root: theos_pack_but_better

April 14, 2026

جستجو...
نتیجه‌ای در بر نداشت. لطفا با یک متن متفاوت امتحان کنید.