Skip to content

YouGottaBillieve/NeoFreeBird-BHTwitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoFreeBird-BHTwitter

the ultimate way to tweak your Twitter/X experience.

Forked from BHTwitter.

Disclaimer:

these builds are considered beta. even though they should work fine. you may run into some issues. currently we're building it against Twitter/X v10.94. recent versions may have issues that havent been fixed yet.

Screenshot 1 Screenshot 2 Screenshot 3
Screenshot 4

How to Build

Build Locally

  1. Install Theos.
  2. Install cyan if you want sideload or TrollStore builds.
  3. Clone the NeoFreeBird-BHTwitter repository:
git clone --recursive https://github.com/actuallyaridan/NeoFreeBird-BHTwitter
cd NeoFreeBird-BHTwitter
  1. Make the build script executable:
chmod +x ./build.sh
  1. Run the script with your preferred option:
./build.sh [OPTIONS]

Available options:

--sideloaded: For sideloading.
--rootless: For rootless jailbreaks.
--trollstore: For TrollStore users.
(no option): For rootful jailbreaks.

Build via GitHub Actions

  1. Fork this repository.
  2. Open the "Actions" tab and enable workflows.
  3. Choose "Build and Release NeoFreeBird-BHTwitter."
  4. Click "Run workflow" and provide:
    • Deployment format: rootful, rootless, sideloaded, or trollstore.
    • A decrypted IPA URL for sideloaded/TrollStore builds.
    • Any value for rootful/rootless builds.
  5. Check the "Releases" tab once the build completes.

Build Examples

Build for Sideloading

  1. Get a decrypted IPA for Twitter/X.
  2. Rename it to com.atebits.Tweetie2.ipa and move it to the packages folder.
./build.sh --sideloaded

Result: NeoFreeBird-BHTwitter-sideloaded.ipa inside packages.

Build for TrollStore

Follow the same steps as sideloading, then run:

./build.sh --trollstore

Result: NeoFreeBird-BHTwitter-trollstore.tipa inside packages.

Build for Rootless Jailbreaks

Simply run:

./build.sh --rootless

Result: com.bandarhl.bhtwitter_4.2_iphoneos-arm64.deb inside packages.

Build for Rootful Jailbreaks

Just run the script without any flags:

./build.sh

Result: com.bandarhl.bhtwitter_4.2_iphoneos-arm.deb inside packages.

About

the ultimate way to tweak your Twitter/X experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.2%
  • Objective-C 14.1%
  • Logos 5.2%
  • Other 0.5%