#development

1 messages · Page 108 of 1

granite frigate
#

nathan did that just now elmao

#

idm changing app label color too lol could you send it

#

i don’t mind

wind ravine
#

how do u make a view get ignored by touch events?

#

because its not letting u tap on the thing below it

#

setUserInteractionEnabled: NO doesnt work

#

i dont have access to the views under it

#

stackoverflow says userinteraction thing should work

#

or change the view order (which is not an option for me)

slender glade
#

fiore you have no shame

#

this is 100% on you buddy

primal perch
#

wtf

#

capt got job at walmart

indigo peak
granite frigate
#

does anyone know why this error happens if i try to compile a tweak with the latest sdk? using 16.x ones works

primal perch
#

no idea but you should get gnu make

#

💯

granite frigate
#

oh fucks sake the class doesn't exist anymore on 16

#

😭

placid kraken
#

like isnt that just a more advanced way to do the same thing that you could do by copy pasting it 200 times and using %hook

slender glade
#

My bad

placid kraken
#

how can i make a cell in my preferences have a color trailing which opens ios's stock color picker?

#

ok well it kinda worked

harsh junco
placid kraken
#

true

harsh junco
#

How to be useful

placid kraken
#

how do i get the silly color picker to work

#

ive tried both the stock one and alderis

#

both crash settings

#

so i think im doing something wrong

#

i literally just have

@implementation FloraRootListController

- (NSArray *)specifiers {
    if (!_specifiers) {
        _specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
    }

    return _specifiers;
}

@end
#

and then i have ```plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>cellClass</key>
<string>HBColorPickerTableCell</string>
<key>defaults</key>
<string>com.rosiepie.flora</string>
<key>default</key>
<string>#fff</string>
<key>label</key>
<string>Tint Color</string>
<key>showAlphaSlider</key>
<true/>
<key>PostNotification</key>
<string>com.rosiepie.flora.reload</string>
</dict>
</array>
<key>title</key>
<string>Flora</string>
</dict>
</plist>

#

i have alderis in my depends in control

placid kraken
#

i probably shouldnt rename the file

#

but i have like 100+ files in that packages directory

ashen birch
harsh junco
slender glade
#

has anyone had an issue with HBPackageNameHeaderCell being un-centered?

granite frigate
#

is it possible to %hook within a %ctor or if statement

timid furnace
#

No

granite frigate
#

for example i want to check if a file exists once, then %hook a function if the file exists

slender glade
#

?

#

%group

#

%init

granite frigate
#

oh

#

😭

#

ok omw

timid furnace
#

You can do conditional initialization of hooks yes

slender glade
#

and then you can remove the hook

#

buddy

#

MSHookMessageEx([self class], _cmd, (IMP)&%orig, NULL);?

granite frigate
#

this some magic shit

slender glade
#

BUDDY

#

wellll i kinda dont careeeee I just typed garbage

#

it would be funny if it worked

granite frigate
#

thx for letting me know about %group @slender glade ily trol

#

damn my google is ass

placid kraken
slender glade
#

@granite frigate ```logos
%group MyPersonalGroup

%hook ClassHook

  • (NSString *) someMethod { return @""; }

%end /* end of hook */

%end /* end of group */

%ctor {
if (someRandomExpr)
%init(MyPersonalGroup)
}

#

that sounds like a lot of garbage

#

listen buddy if it works on my barely functioning iPhone 8. it works

granite frigate
#
// change confidential text - thx fiore

@interface SBUILegibilityLabel : UIView
@property(nonatomic, assign, readwrite)NSString* string;
@property(assign,nonatomic) long long textAlignment;
@property(nonatomic, assign, readwrite)UIColor* textColor;
@end

%group thething
%hook CSStatusTextView
- (void)setInternalLegalText:(NSString *)string {
    %orig(@"");
}
%end
%end

%ctor {
    BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:@"/var/mobile/.serotonin_hidetext"];
    if (fileExists) {
        %init thething
    }
}
        ```
slender glade
#

so real

granite frigate
#

oh its()

slender glade
#

what's that for @granite frigate

slender glade
placid kraken
#

probably another hide legal label thing

#

for serotonin

granite frigate
#

im adding it to my thing

slender glade
#

also we do not need to use dot files for confs here. we're on iOS USE NSUSERDEFAULTS

slender glade
granite frigate
#

what 😭

slender glade
#

buddy thinks we're on Linux

#

@granite frigate real talk use NSUserDefaults

granite frigate
#

another thing to google

placid kraken
#

ok no good

slender glade
#

self promoting ur shit even when we're talking about NSUserDefaults. clout is a fucking disease

placid kraken
#

nevermind

#

oh

granite frigate
#

com.captinc.funnytweak 🔛🔝

slender glade
# granite frigate ok

and when u set the option to YES/NO in ur app make sure u use NSUserDefaults there too

granite frigate
#

i just been touching random files nd shit

placid kraken
#

i love how discord is very functional

granite frigate
#

😭 damn............

slender glade
#

im touching random stuff too

#

make sure u use a specific domain in both ur app and ur tweak

granite frigate
#

is there an example tweak or sumn

#

so i can copy paste trol

slender glade
#

here

#

in ur app & user tweak, u'd have a

#

NSUserDefauts that is NSUserDefaults *defaults = [[NSUserDefaults alloc] initWithSuiteName: @"com.htrowii.whatever"]

#

then, you write to that from the app

#

setObject and such

granite frigate
#

uh huh

slender glade
#

you know how NSUserDefault's set/get interface works right?

granite frigate
#

uh huh

slender glade
#

and in the tweak you also initialize a defaults with the same way

#

and just

granite frigate
#

get it?

slender glade
#

use objcetForKey

#

yeah

#

objectForKey*

#

if you use NSUserDefaults.standardUserDefaults that's gonna be writing into 2 diff places bc it'll be looking for SB's in the tweak

slender glade
#

No.

granite frigate
#

com.captinc.zefram

granite frigate
#

i;ll figure it out

turbid fjord
slender glade
#

@granite frigate it's how we write preferences, so for the app, here's an example:

let defaults = UserDefaults(suiteName: "com.htrowii.serotonin")! // Store `defaults` in a class somewhere
defaults.set(false /* or true */, forKey: "HideText")

then, in the tweak: ```swift
let defaults = UserDefaults(suiteName: "com.htrowii.serotonin")! // Store defaults in a class somewhere

if defaults.bool(forKey: "HideText" ) { // hide it }

#

it's swift but easy to convert to objc

slender glade
granite frigate
#

okay

timid furnace
#

Don't use nsuserdefaults

granite frigate
#

uh

timid furnace
#

You do not have a cfprefsd hook

slender glade
#

oh woops i forgot this was for an expiremental jb

granite frigate
#

yet

slender glade
#

yeah until you have ur cfprefsd hook use ur dotfile

granite frigate
#

i mean I can do it soon™️ but it doesnt exist yet yeah

turbid fjord
#

As long as it’s more reliable than zefram you win at life

timid furnace
#

Objc

#

Just use intellisense or copilot

placid kraken
#

is there any examples of tweaks that use ios's stock color picker for prefs

#

like almost all tweaks are closed source i dont have very much i can look at lmao

timid furnace
#

There is no native cell for it afaik so you have to implement it yourself

#

Just use alderis

placid kraken
#

ok so are there any examples of how alderis is used

native dune
#

I’m pretty sure alderis has good docs

placid kraken
#

it does however my pref page either just shows a PSLinkCell instead of the color picker or crashes settings altogether

timid furnace
#

Are you linking against alderis

placid kraken
#

as in i put FloraPreferences_LIBRARIES = colorpicker in my makefile?

#

if yes then yes i did that

timid furnace
#

Is alderis actually installed

placid kraken
#

yea lmao ofc

#

im depending on it in control

timid furnace
#

Ok send the crash log

placid kraken
#

ok 1 sec

#
Library not loaded: /usr/lib/libcolorpicker.dylib
 Referenced from: <uid> /private/var/containers/Bundle/Application/.jbroot-uid/Library/PreferenceBundles/FloraPreferences.bundle/FloraPreferences
 Reason: tried: '/usr/lib/libcolorpicker.dylib'
``` apparently its not in dyld cache
#

but that doesnt make any sense

timid furnace
placid kraken
#

both alderis and libcolorpicker are installed the bin is at /usr/lib/libcolorpicker.dylib

timid furnace
#

the bin cannot be at /usr/lib/libcolorpicker.dylib that makes no sense

#

that would imply rootful

placid kraken
#

well its in .jbroot/usr/ ofc

timid furnace
#

that is not the same thing

#

anyways

placid kraken
#

yea ok

timid furnace
#

you need the tbd to point to the right location

#

i can't help you in that regard I don't use roothide theos

placid kraken
#

hmmm

#

i wonder if i build for rootless and then patch

#

if it converts to the right path

timid furnace
#

💀

native dune
#

It might but that’s really scuffed

timid furnace
#

me when jailbreak developers

placid kraken
#

ok well it rendered the row

#

but its not a color picker row

#

its just a PSLinkCell

#

explosion

hasty ruin
native dune
#

Well yeah

astral hound
#

Why does “$THEOS/bin/nic.pl”
return “zsh: no such file or directory: /var/mobile/theos/bin/nic.pl” when it obviously exists?

#

echo $THEOS returns
/var/mobile/theos

placid kraken
#

see what it returns

#

should return /var/mobile/theos/bin/nic.pl: Perl script text executable or whatever

astral hound
placid kraken
#

ah

native dune
#

lol

#

Your shits fucked reinstall theos

placid kraken
#

^

astral hound
#

is that why it’s in red and has an @ at the end?

native dune
#

Yes

astral hound
#

I see

native dune
#

Maybe

astral hound
#

Thanks guys

native dune
#

Idk how ls shows colors

#

But yeah it’s a broken symlink

placid kraken
#

ughhhhh im about to just make all the cells PSEditTextCell

timid furnace
#

Or you know

#

You could properly debug it

placid kraken
#

its getting tiring i wanna move on to some other thingies for now

timid furnace
#

Have fun

placid kraken
#

i tried to use it, it also crashes settings

#

so, thats fun

#

oh also its not me which is doing it wrong

#

their own poc package crashes settings too

hasty ruin
placid kraken
#

no not really

#

im a perfectionist

placid kraken
#

and ive gotten nowhere

shrewd moth
#

what jailbreak are you on?

placid kraken
#

serotonin

shrewd moth
#

That's why..

#

do you even have a crash log?

placid kraken
#

im assuming so

shrewd moth
placid kraken
#

i think there is one but its buried in the hundreds of logs per second

#

if i filter by the tweak name it doesnt appear

shrewd moth
#

this is what crashed

placid kraken
#

oh true

granite frigate
#

im like 99% sure it is

placid kraken
#

nope even filtering by Preferences

#

nothing

placid kraken
#

because neither work

#

i tried alderis too

slender glade
#

but. idk...

indigo peak
placid kraken
slender glade
placid kraken
#

idk lol

slender glade
slender glade
granite frigate
#

ooo what album

placid kraken
slender glade
hasty ruin
granite frigate
#

got no clue what that is but now i wanna listen

slender glade
placid kraken
#

wait do i need to import anything into my headers horror

granite frigate
#

wait its kind of a banger

slender glade
placid kraken
#

my header is just

#import <UIKit/UIKit.h>
#import <Preferences/PSListController.h>
#import <Preferences/PSSpecifier.h>
#import <rootless.h>
#import <objc/runtime.h>
#import "../../Tweak/Constants.h"

@interface FloraRootListController : PSListController
@end
``` idk lmao
slender glade
#

I was gonna help you

#

but

placid kraken
#

react native is actually a good abstraction for both ios and android

#

i only work on rn because discord uses it

indigo peak
placid kraken
indigo peak
#

no

#

but if youre using EXMColorPickerCell

#

then yes

placid kraken
#

im not im using HBColorPickerTableCell

hasty ruin
placid kraken
indigo peak
#

@placid kraken whats even the issue

#

like whats happening

#

(i didnt scroll all the way up)

placid kraken
indigo peak
#

whats the crash log

#

whats the error

placid kraken
#

i dont get one, i filtered by Preferences as the process aswell as the tweak name

#

there are no Faults in console.app

#

at least none which are relevant

#

because i dont think this one is

Failed to log access with error: access=<PATCCAccess 0x2824fc550> accessor:<<PAApplication 0x2824d8410 identifierType:inProcess assumedIdentity:(null)>> identifier: kind:intervalEvent timestampAdjustment:0 visibilityState:0 assetIdentifierCount:0 tccService:kTCCServiceAddressBook, error=Error Domain=NSCocoaErrorDomain Code=4097 "connection to service with pid 624 named com.apple.privacyaccountingd" UserInfo={NSDebugDescription=connection to service with pid 624 named com.apple.privacyaccountingd}
hasty ruin
#

Settings -> Privacy -> analytics -> analytics data

timid furnace
#

Bruh I already told you what the issue is

#

You aren't linking to alderis/libcolorpicker properly

placid kraken
placid kraken
indigo peak
#

@placid kraken

Remember to link against the libcolorpicker library from the preference bundle. With Theos, this might look like:
MyAwesomeThing_LIBRARIES = colorpicker

placid kraken
#

already done

hasty ruin
#

roothide trolling

indigo peak
#

fr

placid kraken
#

are there any tweaks that use alderis

#

i wanna see if they work

indigo peak
#

i think atria

#

but i could be wrong

placid kraken
#

LMAO THAT DOESNT WORK EITHER

#

I KNEW IT

#

I KNEW IT

#

I KNEW IT

#

I KNEW IT

#

ITS JUST A PSLINKCELL TOO

indigo peak
#

roothide trolling frfr

placid kraken
slender glade
indigo peak
#

ok but why doesnt EXMColorPickerCell work

#

fr

placid kraken
#

ill try again now

placid kraken
#

actually

#

hmm

slender glade
#

they're not

indigo peak
placid kraken
#

oh

indigo peak
#

LMAO

#

ROSIE

#

WORKS ON MY MACHINE

#

LMAO

placid kraken
#

W ROOTHIDE???

#

OR WHAT JB

indigo peak
#

roothide 💀

placid kraken
#

I FUCKING HATE THIS

#

😭

granite frigate
#

gg

indigo peak
#

do you not have alderis installed...

placid kraken
#

MAYBE ITS MY ALDERIS INSTALL

#

ITS INSTALLED

indigo peak
#

from where

#

roothide repo

#

or chariz

placid kraken
indigo peak
#

wtf

indigo peak
placid kraken
#

i will explode

indigo peak
#

ok so weve established its the react devs fault

placid kraken
#

i still dont know whats causing this

#

do you think a tweak could overwrite alderis

slender glade
#

.

hasty ruin
placid kraken
#

i have the wrong libcolorpicker

#

its from alias's repo

#

not bigboss

#

husk

slender glade
#

oxidative phosphorylation

placid kraken
#

wait but libcolorpicker isnt even on bigboss

#

i cant find it

#

@indigo peak where did you get libcolorpicker

indigo peak
#

you use alderis

#

it is libcolorpicker

placid kraken
#

weird, atria fails to load if i uninstall libcolorpicker

#

wait it works now horror

#

i uninstalled my libcolorpicker

#

😭 😭 😭 😭 😭 😭

#

what the fuck is going on

#

NO WAY

indigo peak
#

Ok do you have a tweak called lib color picker installed

placid kraken
indigo peak
#

💀

placid kraken
#

now to figure out how to populate this dynamically

#

i mean i know how but its more like how to parse the specifier properly

slender glade
#

yo

#

so

#

now with rootless and all

#

I still have to add mobilesubstrate to the depends right?

#

okay looks like the answer is no from what ive seen

slender glade
hasty ruin
#

ellekit/libhooker Provide mobilesubstrate

slender glade
#

okay nice

granite frigate
#

ellekit also symlinks to CydiaSubstrate

slender glade
#

notif logger what's up

#

yup

#

oh ur vyolit

#

i never used ur tweak

#

I did ask here tho for suggestions

#

my bad chief I just asked around for how to design it and did it according to how people told me

#

something something 2 years ago something CS

shrewd smelt
#

notification logger tweak looks like ios notification banners shocking

slender glade
#

okay! well i dont care

brazen timber
slender glade
brazen timber
#

what's with the eyes

#

too much molly

slender glade
shrewd smelt
#

make sure your tweak stores every attachment in ram

kind herald
#

and CPU cache

brazen timber
slender glade
#

For your concern: There is no way I saw suitable to sort the notifs other than apps and date (I asked around for this), I didnt know how to design the notifs in settings (I asked around for this), and I didnt know where to put the logger (I asked around for this)

#

almost all decisions made were by me asking people how and then designing them in that way

#

you did not invent UITableViews in PS

shrewd smelt
#

who cares you don't gotta impress this whitename

#

you got kirbs approval

#

collect ur bag

slender glade
slender glade
shrewd smelt
visual meadow
slender glade
#

SB

#

a daemon may be more efficient but eh

#

it's exactly a 1 method hook

slender glade
visual meadow
#

(may i have gift)

brazen timber
#

@tepid olive don't hook into SB and then market ur tweak as more efficient

visual meadow
#

I shalll try on iphome 14 pro max if so

slender glade
#

sure

brazen timber
#

well start doing that

#

get that bag

kind herald
#

!!! /j

slender glade
#

leave her alone I dont give a fuck anymore

#

I said all I needed to

shrewd smelt
#

no apple pay smh chariz

brazen timber
slender glade
shrewd smelt
#

im giving ur broke ass $1 rn

#

hold on

slender glade
#

i appreciate it chief

#

Apple comes out with a statement against me for making Antoine... more to follow

shrewd smelt
#

no mods on

#

i'll do a giveaway later

kind herald
#

do a giveaway in my DMs troll

tawdry storm
#

@slender glade free gift for my 0 jailbroken devices 🥺 🥺 🥺 🥺 🥺

slender glade
slender glade
#

meow in the dms if u want one lillie

slender glade
restive ether
placid kraken
restive ether
#

you’re a lot nicer than me

kind herald
#

car

shrewd smelt
slender glade
# restive ether you’re a lot nicer than me

I try to stay nice regarding stuff like this cause I don't want people to get the wrong idea, and don't want my image to be tainted, but It's sort of off how they just went on the offense immeidately, I sent her proof in DMs that I didn't copy her tweak and she just went offline

#

I do not believe she was just looking to be angry

#

but does seem like so from a distance, I certainly wouldn't have reacted like she did if I was in her position

native dune
#

serena W

restive ether
#

if you make something better that doesn’t murder your battery it doesn’t even matter if you copied it 1:1

native dune
#

yeah didnt ve literally have battery drain issues

restive ether
#

murdered

#

if i remember correctly it all got loaded into memory so you’d die eventually

native dune
#

lmaoo

#

"why did you make something better"

placid kraken
#

guys can someone help me im trying to make a tweak which uses all of your free storage space as virtual memory and fills it with empty bytes for no reason

#

how do i

restive ether
#

i find it ironic that someone who made a ventana clone would complain about copying

native dune
#

thats hilarious

granite frigate
#

that whole drama was unnecessary man

#

feelsbad

slender glade
#

Agreed but I didn't start it

opal hazel
#

cameren

granite frigate
#

idk who did

restive ether
#

SPARK

#

HELLO

opal hazel
#

WHAT

restive ether
#

YOU LIVE

shrewd smelt
#

is that the drama tr1 accidentally started

opal hazel
#

DO YOU THINK YOURE DOING

native dune
restive ether
#

I AM BALLIN

shrewd smelt
#

that was so fuckin dumb

slender glade
restive ether
opal hazel
#

I’m gonna have to report you to @misty cradle

restive ether
#

the ceo of veza Man_Noo

opal hazel
frail cedar
#

@slender glade senri sb popup just safe moded me on 15 😭

#

after hitting continue

slender glade
restive ether
#

swiftui users be like

frail cedar
#

oh probably

#

i forgot to update

#

hold on a moment springboard is taking its time

placid kraken
#

can you write tweaks in swift

frail cedar
#

yes

placid kraken
#

oh wait fuck orion exists

restive ether
#

i’m eating french toast who needs

opal hazel
frail cedar
native dune
placid kraken
tawdry storm
placid kraken
#

i hate swift

frail cedar
#

the price i pay to figure out when the fuck the autocorrect dicts are loaded

native dune
placid kraken
#

it feels like such weird syntax i could never

restive ether
shrewd smelt
#

@restive ether oh while ur here can u do a Senri giveaway for a day

restive ether
#

yeah

shrewd smelt
#

ty

restive ether
#

hopefully it doesn’t break

#

just for one?

shrewd smelt
#

it will

#

yeah one

restive ether
#

is it from you

shrewd smelt
#

yea

tawdry storm
#

joeaway

shrewd smelt
#

ty big man

visual meadow
frail cedar
#

yes

native dune
placid kraken
#

R

restive ether
#

this wind sucks ass

brazen timber
frail cedar
#

ok it has been purchased

brazen timber
#

even think abt it

placid kraken
#

i dont like swift

sonic totem
#

I've been leaking for a tweak like this for ages

frail cedar
#

leaking?

restive ether
#

i’ve been tweaking all day

native dune
#

you've been WHAT

placid kraken
#

um~

frail cedar
#

sileo really wants me to update damn

#

erasure of history

native dune
#

sileo 0.2b1

restive ether
#

i feel like that upgrade path wouldn’t even work

native dune
#

thats wild

harsh junco
frail cedar
#

it doesnt open on 15

restive ether
native dune
#

its probably awful

frail cedar
#

well

native dune
#

use cydia at that point

frail cedar
#

i tried to open it

restive ether
#

like extremely terrible

frail cedar
#

and then i got safe moded

#

but yeah

#

v1 was ASS

restive ether
#

there was some points where sileo was good

native dune
#

amy sileo >

frail cedar
#

wheres my cr4shed log

restive ether
#

when it was objc

frail cedar
#

oh its probably not signed

restive ether
#

before the swift conversion

#

then amy fixed it all so

slender glade
harsh junco
#

Sw*ft

restive ether
#

for the most part anyways

frail cedar
#

no sileo 0.2 beta 2

#

i forgot to codesign some stuff

sonic totem
placid kraken
#

hey v2 is good too if you Download anal...

slender glade
native dune
#

dopamine 2

fringe lily
#

what is this with the giveaway ping?

frail cedar
#

HOLY SHIT IT OPENS

restive ether
#

oh flower is doing sileo stuff

frail cedar
#

it's SO broken

placid kraken
#

show ui pls

restive ether
#

didn’t know she was around still

shrewd smelt
#

tweak developer breakfast

native dune
#

flower still develops for jb stuff

sonic totem
#

@slender glade I meant "looking for a tweak like this"

frail cedar
sonic totem
frail cedar
#

WHAT THE FUCK IS A DARK MODE

restive ether
shrewd smelt
#

die amy even work on sileo anymore

#

does

frail cedar
native dune
#

normal pills

placid kraken
#

there are no mistakes

frail cedar
#

Wow that's so good

placid kraken
#

that wasnt a typo

frail cedar
harsh junco
frail cedar
#

i should PR a fix for DPKGArchitecture()

sonic totem
frail cedar
shrewd smelt
#

normal / power user / developer was such a good concept too bad the average user is too dumb to understand it 💔

sonic totem
#

Which is semi-likely as I'm on 17.0

harsh junco
granite frigate
#

i just got the weirdest panic from someone

restive ether
placid kraken
restive ether
#

tags are stupid so whatever

frail cedar
#

I wonder

#

Can it install packages

#

Probably not, I had to remove the apt7 requirement

#

because palera1n only has regular apt

sonic totem
frail cedar
#

What should I try to install

granite frigate
#

man

kind herald
#

!!

placid kraken
#

^^^

frail cedar
#

alraedy have it

brazen timber
#

@primal perch @hasty ruin laurie is making a swift and objc decompiler 👀

harsh junco
#

jade

kind herald
#

rune

#

!!!

placid kraken
#

im gonna install nexus on my iphone 11 guys

frail cedar
#

0.2b2 cannot read sources

#

i can only install debs

sonic totem
#

cc @hasty ruin

frail cedar
hasty ruin
#

swift decomp

kind herald
hasty ruin
brazen timber
sonic totem
frail cedar
#

it just Does not work

placid kraken
#

omg real

frail cedar
#

Get button is dead

sonic totem
#

Just DM him "wen eta redeem" 100 times

placid kraken
hasty ruin
#

wait no

sonic totem
hasty ruin
#

is this the ios 12 screenshot

kind herald
#

iOS 12

#

yes

frail cedar
#

can't uninstall either

#

package queue is just dead

native dune
#

zebra 2

hasty ruin
frail cedar
#

Let's try and add a source

harsh junco
brazen timber
frail cedar
#

How does it know

brazen timber
frail cedar
#

It can add them surprisingly but you can't install anything still

hasty ruin
frail cedar
#

idk

placid kraken
#

revolutionary tweak

hasty ruin
frail cedar
#

it's a @grave sparrow creation

#

about 70% of the shit on my repo is capt inc malware

harsh junco
#

Useful tweaks
Useful tweaks

frail cedar
#

cement doesn't actually work but i don't care enough to fix it

#

Magician is fun

#

It works on 15

harsh junco
frail cedar
#

You'll need ssh to remove it though

#

otherwise it's very difficult to uninstall packages

placid kraken
frail cedar
#

bitches is also a really good tweak

#

you should install it

kind herald
#

where estrogen tweak

#

😥

frail cedar
#

in development

kind herald
#

💀

frail cedar
#

holy SHIT

#

where rootful version

harsh junco
frail cedar
#

time to repack

harsh junco
#

Man

frail cedar
#

oh that one

kind herald
#

☠️

frail cedar
#

it was made by some whitename who got banned

#

it does do what it says

harsh junco
frail cedar
#

gets you bitches

#

duh

placid kraken
#

yea

#

exactly

harsh junco
#

/s.

frail cedar
#

capt made that too

harsh junco
#

Useful tweaks

native dune
#

rpwnage

placid kraken
#

what the fuck are these tweaks

#

😭😭😭😭

frail cedar
#

captain incorporated

harsh junco
#

@tepid olive do you have itfr

frail cedar
#

the source code is all in here

restive ether
#

you took money out of someone’s wallet and had no issue with it and now you’re mad someone did what you did but better

#

get over yourself

tepid olive
frail cedar
restive ether
#

yeah say whatever you want you’re irrelevant and borderline vindictive copyright troll

#

that’s how you act

tepid olive
#

tiktok uninstaller is crazy (it just deletes tiktok but breaks it so you cannot reinstall)

native dune
tepid olive
#

no tiktok for you

harsh junco
#

what exactly

tepid olive
harsh junco
#

What part

tepid olive
#

it also deletes the bundle

#

🤯

native dune
#

yeah i mean if the bundle exists then uicache cant register it

restive ether
#

no you don’t you don’t own apples settings

shrewd smelt
#

didn't you just say it's a copy of ur tweaks ui?

restive ether
#

you seem to think you do

tepid olive
#

the_plush

native dune
#

i thought you said it was a 1:1

frail cedar
#

that's crazy

harsh junco
restive ether
slender glade
#

@restive ether @shrewd smelt if a horse had a penis where would it be placed

tepid olive
#

my ui design sucks chat

slender glade
#

in the front or in the back

shrewd smelt
#

do horses not have penises ?

slender glade
restive ether
slender glade
slender glade
#

i love the english language.

shrewd smelt
tepid olive
#

my nickname is now correct

slender glade
native dune
#

horse penice

tawdry storm
#

peanice

harsh junco
restive ether
#

do i need to like explain what preferences are

tepid olive
placid kraken
#

excuse me

slender glade
restive ether
slender glade
native dune
#

Saying you’re a react native developer just tells everyone you’re a masochist

shrewd smelt
#

@slender glade

tepid olive
slender glade
restive ether
tepid olive
#

why did i put cs

#

its xaml

shrewd smelt
#

paperwork's done boss ^-^

placid kraken
slender glade
placid kraken
#

smh

native dune
hexed knot
#

_<

#

I be stimmin on dat dick all day long

slender glade
#

what.

placid kraken
#

yall

#

maybe um

#

aha

tawdry storm
#

this is development

native dune
#

@restive ether @shrewd smelt hacker news schizo edition

tepid olive
#

today we're watching this idiot put 10 unused images in his app

tawdry storm
#

of the human knowledge

slender glade
#

yeah we have GAY ESXE here eeveryday

shrewd smelt
#

sorry we should be harassing @hasty ruin instead

placid kraken
shrewd smelt
edgy bluff
#

@slender glade I dmed you about Senri, the tweak does not match the screenshots

tepid olive
#

resources is 12501885 bytes in 21mb app

placid kraken
#

now thats more like it

hexed knot
slender glade
tepid olive
hexed knot
#

Probably the worst platform to write programs for

slender glade
edgy bluff
tepid olive
#

xaml is pretty good

#

ngl

slender glade
#

oh i see the icon

hexed knot
#

No it’s ass

tepid olive
#

nuh uh

hexed knot
#

I hate using markup languages for ui

edgy bluff
hexed knot
hasty ruin
#

😭

shrewd smelt
#

Don't forget that there is still time to port iNutt to visionOS and sell it before launch. @lone pythons

tepid olive
#

im gonna cuh

#

sorry what

placid kraken
#

oh my god

#

what the heck is inutt

tepid olive
#

inutt

restive ether
placid kraken
#

😭

shrewd smelt
#

i doubt it still works

#

old ass pornhub app

native dune
#

When is Apple required to add side loading by

hexed knot
#

@restive ether Can i test ping admin role please.

restive ether
#

probably not

restive ether
#

so that seems like a 17.5 thing

harsh junco
#

[[inutt]]

restive ether
#

unless the beta cycle for 17.4 is really long

faint lionBOT
#
iNutt

Search/download corn from four different corn sites!

Author

CokePokes

Version

1.2.0-2

Price

Free

Repo
Bundle ID

com.cokepokes.inutt

hexed knot
#

4 different sites

placid kraken
# faint lion

is it actually corn or do you replace the c with the letter p

hexed knot
#

Latter

placid kraken
#

wonderful

#

im so glad we have these tweaks in the community

harsh junco
hexed knot
#

The 4 sites are pornhub and the rest are potentially cp

placid kraken
#

waiwiadbai???????????

placid kraken
#

are u serious

#

like

#

what

hexed knot
#

Ive heard too much shit abt cp on xvideos

placid kraken
#

im scared to ask

#

what xvideos

native dune
#

So after vision bro

#

Pro

placid kraken
#

oh.

hasty ruin
#

Bros acting like appkit is gonna be removed from macOS

native dune
#

I would have thought they would have done it before vision pro

slender glade
#

he's my friend

#

he said he intentionally did that

native dune
slender glade
#

bc if you do that

#

it won't show up

hasty ruin
#

Yeah I recognise the name

slender glade
#

on the HN top board

hasty ruin
hexed knot
#

NXLabel

placid kraken
#

whats HN?

hasty ruin
#

Hackernews

placid kraken
#

oh

native dune
#

Do u fr post your tweaks to hackernews

slender glade
#

omg close the topic

hexed knot
#

I hope apple adds a notification log app in ios 18 just for you

harsh junco
#

@tepid olive tiktok uninstaller V2 wen

tepid olive
#

i ratted a skidder

restive ether
#

you’re clearly incapable of reading so this no point continuing this

placid kraken
#

whats the difference between these

PSSpecifier *specifier = [PSSpecifier preferenceSpecifierNamed:name
                                                  target:self
                                                     set:@selector(setPreferenceValue:specifier:)
                                                     get:@selector(readColorPreference:)
                                                  detail:nil
                                                    cell:PSLinkCell
                                                    edit:nil];

[specifier setProperty:@"HBColorPickerTableCell" forKey:@"cellClass"];
[specifier setProperty:@"com.rosiepie.flora.preferences" forKey:@"defaults"];
[specifier setProperty:@"#ffffff" forKey:@"default"];
[specifier setProperty:name forKey:@"label"];
[specifier setProperty:@true forKey:@"showAlphaSlider"];
[specifier setProperty:@"com.rosiepie.flora.preferences.reload" forKey:@"PostNotification"];
[specifier setProperty:name forKey:@"key"];
<dict>
    <key>cell</key>
    <string>PSLinkCell</string>
    <key>cellClass</key>
    <string>HBColorPickerTableCell</string>
    <key>defaults</key>
    <string>com.rosiepie.flora.preferences</string>
    <key>default</key>
    <string>#ffffff</string>
    <key>label</key>
    <string>explosion</string>
    <key>showAlphaSlider</key>
    <true/>
    <key>PostNotification</key>
    <string>com.rosiepie.flora.preferences.reload</string>
</dict>
``` i dont get why when i do it via plist it works fine but when i do it via objc it decides to explode settings
slender glade
#

there is the issue

placid kraken
#

oh

#

how do i do it

slender glade
#

[specifier setProperty:HBColorPickerTableCell.class forKey:@"cellClass"];

placid kraken
#

ah i see

#

tyyy

placid kraken
slender glade
#

oh it's not

#

then yeah you do

slender glade
#

in ur .x or .h file

#

and link it

placid kraken
#

yea

#

i already have a header ill just put in there

shrewd smelt
#

didn't you throw a fit about coolstar not wanting you to copy their tweak? and now you're here throwing a fit that someone made a less shit version of your tweak?

tepid olive
#

who wants rat.exe

#

@shy kiln burger

placid kraken
slender glade
slender glade
torn cloud
harsh junco
timid furnace
#

Tf did I miss

slender glade
hasty ruin
native dune
#

lol

slender glade
shrewd smelt
#

literally only came here to yell at serena for doing the same thing she did to coolstar

native dune
#

fr

#

what a loser

slender glade
#

Didn’t she leave the community 3 times

hasty ruin
#

deleted all messages and left

tawdry storm
#

all gone

young meteor
shrewd smelt
#

nothing says im right like getting scared deleting all your messages then leaving

hasty ruin
#

should've taught them this

#

🙏

native dune
hasty ruin
native dune
#

too lazy

harsh junco
slender glade
#

I don’t like dogginf on people in general in public but what was all that she did for

#

She came here very aggressively

#

And accused me of something

#

I DM’d her images to prove I did not indeed copy her

#

And she was just like “whatever I still think that”

#

AND THEN

#

she said

#

“I hope you’re happy”

#

this is not how grown adults talk man

placid kraken
#

does this kinda thing happen often here?

slender glade
#

Every 3 years or so

placid kraken
#

ah

#

is this how people do this kind of thing

#define ENABLED_KEY BUNDLE_ID(.enabled)
#define BUNDLE_ID(arg) [NSString stringWithFormat:@"com.rosiepie.flora%@", @#arg]
native dune
#

its not even the same what is she waffling about

shrewd smelt
#

it literally looks like an ios notification banner

#

like what else is she supposed to make

native dune
shrewd smelt
#

android themed

harsh junco
#

alexa moment

shrewd smelt
#

wait is this the dev that was like

harsh junco
#

litten

shrewd smelt
#

dont compile or distribute my tweak

#

despite making it foss and her entire gimmick was foss tweaks

slender glade
#

That defeats the entire purpose of FOSS

shrewd smelt
#

the unstable nepeta

native dune
#

it was just dont redistribute

#

i think

shrewd smelt
#

honestly out of spite i'll find the old one with the old license and host that

slender glade
#

Don’t make your stuff FOSS if you don’t agree with the philosophy

native dune
slender glade
#

I’ve never told the maintainers of the 30 Santander forks to fuck off

native dune
slender glade
#

And there’s another file manager in development rn by hahalosah but I’m not in their DMs telling them THIS IS MY THING

harsh junco
native dune
#

yeah

sonic totem
#

For some reason it won't build locally

slender glade
#

LOL

native dune
slender glade
slender glade
native dune
#

oh ok

slender glade
#

To wrap this up my thoughts are that the entire jailbreak community and ecosystem are built on OSS and ideas being shared. All I knew is that her tweak existed and was once shown the README. I didnt copy her code and I have screenshots to prove so, she was aggressive for no reason and now she just left

#

What do u guys think of this cat

placid kraken
#

for nsuserdefaults what do you put in here

static void load_preferences() {
    preferences = [[NSUserDefaults alloc] initWithSuiteName:/* bundle id of tweak ???? or bundle id of pref subproject ?? what do you put here */];
}
tawdry storm
#

He blawg

slender glade
#

You put whatever you want

slender glade
placid kraken
#

im kinda confused how theyre linked

slender glade
placid kraken
#

or is it the defaults key which needs to match

#

and then the key can be whatever

#

actually that would make more sense

slender glade
#

There’s 2 values

#

you need to take into account

placid kraken
#

bool and string?

slender glade
#

one is called key

placid kraken
#

ah

slender glade
#

And is the key for the value

#

And the other is defaults

#

And that’s the domain you end using

#

Both are strings

#

There’s also defaultValue or smth I think

#

Take a look at the example tweaks project by night wind, perhaps that has an example

placid kraken
#

so for example if i wanted to have an enabled key, would i do

[specifier setProperty:@"com.rosiepie.flora" forKey:@"defaults"];
[specifier setProperty:@"enabled" forKey:@"key"];

and then

preferences = [[NSUserDefaults alloc] initWithSuiteName:@"com.rosiepie.flora"];

[preferences objectForKey:@"enabled"]
```?
slender glade
#

There’s also another key

#

When you want to update your prefs without a resprinf or restarting the process you’re injecting to

#

You’ll want to handle a CF notification