#development
1 messages · Page 158 of 1
button.buttonAction = @selector(doButtonTap:);
What are u hooking
i will be glad to see how u hook the wallpaper
ill try this
SBWWallpaperViewController
ty
and i search in subviews for uiimageview
nah
Uhh, does it have any properties
@sacred orbit why not the
@property (retain, nonatomic) SBFWallpaperView *lockscreenWallpaperView; property
bc SBFWallpaperView has a property @property (readonly, nonatomic) UIImage *wallpaperImage;
so why not
yes
@interface SBFWallpaperView : NSObject
@property (readonly, nonatomic) UIImage *wallpaperImage;
@end
@interface SBWWallpaperViewController : UIViewController
@property (retain, nonatomic) SBFWallpaperView *lockscreenWallpaperView;
@end
// ...
UIImage *wallpaper = mySBWallpaperViewController.lockScreenWallpaperView.wallpaperImage;
will that mess with iOS 16 support?
Just %group and don’t init thoes hooks for iOS 16
oh right
ios 16 doesnt have the SBWWallpaperViewController class
so yes
unless you just %group and init in the ctor
or just
do a null check
lmao
and if youre purely in hooks
like
// ...
%end```
it wont mess w anything
bc itll still hook, but it wont do anything bc the class isnt found
not good practice, but you could if youre too lazy for the ctor bs
It’s not hard
Jus look art ArtFull ctor
And I can find the iOS check I fg
Night sent a good one
@ nightwind
uhhh is there a way to install apps on the simulator 💀
Do u have m1 ?
m2
Use like ipa ranger and use the cy… repacker or sm
ida
Idk how to install it
💀
Google ?
uh oh
wine
How to use install an app by drag-and-drop onto the Simulator window option in Xcode 8.2? https://forums.developer.apple.com/forums/thread/69556?answerId=202171022#202171022
?
@acoustic imp how do you do it?
Well my team didn’t get the image but the code could be sm like
woeis
“ UIImage image* = [self generateImage] “
Can’t u DL a lower verison ?
where am i gon get an older version of music.app from 💀
what exactly did u hook?

Hook the view controller u mentioned
Oh wait
I’m acoustic
God I hate mobile
Ok
So
In your SBWWallpaperViewController hook
In what ever method
U do
“ UIImage image* = [self._wallpaperContainerView generateImage] “
I think
But u need the interface thing
In the SBWWallpaperViewController interface add the property UIView *_wallpaperContainerView
(U need the like @property… I’m to lazy to type out on mobile)
are u sure its a property and not an ivar
oh wait i actually can do this
Do “ UIView viewName* = [self valueForKey:@“_wallpaperContainerView” ] “
And image is your wallpaper image
no self in the second one
Frick
and your pointer placements are so broken
hold on
UIView *wallpaperContainerView = [self valueForKey:@"_wallpaperContainerView"];
UIImage *image = [wallpaperContainerView generateImage];
I’m on mobile I can’t do this
Hook ing SBWWallpaperViewController
Wait
Nope ur right
huh _wallpaperContainerView?
what is that
idk i just fixed the code he was writing
The view with the get wallpaper method
im not paying attention to yalls convo
what view? SBWWallpaperViewController?
opinions on my code?
int getIDOfCurrentWeather() {
NSArray *forecast = getForecast();
if(forecast == nil) {
NSLog(@"I appear to have encountered an error getting the forecast for today... Returning!");
return 0;
}
time_t curTime = time(NULL);
struct tm *curGMTime = gmtime(&curTime);
for(NSDictionary *hour in forecast) {
NSNumber *NSdt = hour[@"dt"];
time_t dt = (time_t)[NSdt longValue];
struct tm *dgmt = gmtime(&dt);
if(dgmt->tm_hour != curGMTime->tm_hour) {
free(dgmt);
continue;
}
return [((NSNumber *)(hour[@"weather"][0][@"id"])) intValue];
}
}
well that's kind of how it is working with libC functions lmao
int getIDOfCurrentWeather(void)
what's wrong with it
you should have the void there

but I don't think it'd fit here
NSArray *getForecast(void)
here's the definition for that
idk why I put void there but not in the other function lol
@sacred orbit so like the view in flex is not exactly the view controller. But in the view controller there is a reference to the view, and the view has the method to get the wallpaper image. @radiant idol can I explain it, the thing I circled
also, the free should be there to prevent memory from filling up, right
because that non objc object won't be freed automatically
right
yes
iOS 15 btw
k cool
¯_(ツ)_/¯
oh ok
Entitlemeants?
nono
Maybe u could use libsandy
permissions
entitlement
Location services ?
mhm
@acoustic imp how do you detect a user pulling down the lockscreen
For iOS 16
Idk if it’s the same but I think there’s sm method
any os
Look at eneko code I’m pretty sure they have sm
found it
and it works
ty
simulator
@tepid olive does simulator work
i have also one
probably not
what for
if springboard wasnt included i think i wouldnt have a sim
yes, simject
how did I not know that exists tysm
so like for example
enabled = [preferences boolForKey:@"kEnabled"];
just do
Huh
now i have nothing left to eat my sushi with
ok even if i disable all tweaks with choicy it doesnt work
@acoustic imp i got it to work, but after a respring theres still a freeze. is it because maybe of my coloranalyzer thingy which gets the average color?
typealias Group = iOS15Hooks
static let targetName = "SBFStaticWallpaperView"
func didMoveToWindow() {
wallpaperImage = Ivars(target)._displayedImage
}
}
Maybe, just try commenting it out and see if it still happens
It could also be ur hooking objc and writing swift but Idk,
yes. i fixed it
@fiery seal how do I actually compile for the simulator lol
dms!!!!!!!!!
dammit pinged the wrong person
@indigo peak
meant to ping you ;-;
i dont use simulator
didn't mean to ping you lol
R u on m1/m2?
(Iv never gotten this working btw)
no
U Gota compile for x86
that's what I'm doing
you check the example tweak make file
whar
ohh

127.0.0.1
i mean you usually don't do that
sometimes you just use libs or hook other processes to get your info
(like how cephei routes prefs calls to springboard, but that was a thing before libsandy)
@sacred orbit for lunar did u test if user has a different walp for LS and HS ?
for ios 15
yes
cool
hold on idk what happened
800, i mean i barely sent 8000 msages i think
each typo is one warn point
rejoin
but how did i get 800 points ?
like r they bc i like filter bypassed of sm
one of the admins warned you for piracy
g00d
hm
I could swear I just pinged fiore
wtf
I pinged them in the wrong server lmao
how do I use libSandy to inject entitlements
there's an entitlement I can use apparently
com.apple.locationd.preauthorized
idk if it still exists tho lol
i think SB alr has location perms
it does sb has like everything
oh
y not jus use waether kit or sm
or sm weather lib
weather kit
needs apple developer account
oh
lmao
use that like litten weather lib
or jus borrow sm code yk
oh
ye
Re implement NSObject and NSString
can u make websites with oop ?
how to cgrect oop ?
UIView *view = (some view object);
CGRect *viewFrame = view.frame;```
viewFrame is your CGRect
guys
I have a problem.
so I'm writing a large dictionary to a file
but what happens
is my hook gets called while it's writing
it sees the plist exists
and attempts to read it
and it crashes lol
Wouldn’t writing the file atomically solve this?
but that's cursed lol
less cursed than a crash
the true solution
if you need a mutex to prevent your tweak from crashing like this there’s a decent chance you’re doing it wrong
Rune’s “inspiration”
@hasty ruin copy
on a scale of 1 to 10
__attribute__((constructor)) static void init() {
MSHookMessageEx(NSClassFromString(@"SBHomeScreenViewController"), @selector(viewDidLoad), (IMP)&viewDidLoadHook, (IMP *)&ogviewdidload);
char *HomeScreenViewEncoding = @encode(HomeScreenView);
NSUInteger homeScreenViewSize,HomeScreenViewAlign;
NSGetSizeAndAlignment(HomeScreenViewEncoding, &homeScreenViewSize, &HomeScreenViewAlign);
class_addIvar(NSClassFromString(@"SBHomeScreenViewController"), "_referenceView",homeScreenViewSize, HomeScreenViewAlign, HomeScreenViewEncoding);
objc_property_attribute_t type = {"T","@\"HomeScreenView\""};
objc_property_attribute_t ownership = {"C",""};
objc_property_attribute_t backingivar = {"V","_referenceView"};
objc_property_attribute_t attrs[] = {type,ownership,backingivar};
class_addProperty(NSClassFromString(@"SBHomeScreenViewController"), "referenceView", attrs, 3);
}
how would you rate your pain
9

lmao
10.9999999
I highly doubt this will even work
~~eneko type code ~~
Just why, why
I don't even need the property lmao

i didnt even know that existed until after rune 
logos:
I don’t like logos
Da fuck
Ellekit broken as shit
ok just use log stream and log show
I love when I make smth and someone else is like why not just use x, where x is what you made but like better and free, and the answer is just, I didn't know about it
Based on bootlooping
hmm
oh thats what that does
I've seen it but I didn't know what it did 💀
Nor did i care
Except x is worse and paid 
Rune is paid as well
Silly currymuncher
🤨🤨🤨

react supports classes
you can also use the new component apis in the dom
What kind or question is that 💀
Ofc you can
can i make websites with 16 player
Can I pull bitches with 16Player ?
NO
yes ofc
can you give me advice on getting better at react my code is a shit spaghetti mess whenever i try to write something
this shit still so funny
I tried to resign the binary from macOS's dev image and did all those steps however, when SB crashes, nothing is stopped and SB naturally restarts
Thanks to everyone who helped, the tweak is now working just fine!
It doesn't persist CommCenter restarts yet as I haven't been able to make a hook to disable it from reverting the changes to the Carrier Bundle, but this works just fine for my use case since CommCenter doesn't seem to restart much.
i don’t pay enough attention to here to know the joke
i just know of it
It’s in pins I think
how to oop a cgrect
Ya can’t
Because it’s a standard C struct
C isn’t OOP
y'all
does performSelector afterDelay halt execution until delay, or is it asynchronous?
Aw
how do I
elevate
my permissions
Failed to write forecast plist: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “Forecast.plist” in the folder “WeatherWhirl”." UserInfo={NSFilePath=/var/jb/Library/Application Support/WeatherWhirl/Forecast.plist, NSUserStringVariant=Folder, NSUnderlyingError=0x28180cd80 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
did you patch commcenter?
i didnt
this just edits the carrierbundle plist and restarts commcenter
it gets reverted back but it only reloads the plist when commcenter restarts again
Resigned with the correct ents
what device is this
well here's the thing, /var/jb is a symlink
but the dir it's linked to is going to have root:wheel ownership and 755 perms
mobile is in the wheel group but 5 means read+exec
Any recommended way to have preferences handled in sandboxed processes? I have a tweak for Messages, but toggling switches in a pref bundle isn't writing back the values in memory using Cephei. Should I just use NSUserDefaults?
well cephei redirects to springboard for prefs calls (which works usually)
your other options are private frameworks or using libsandy to get a sandbox extension
ye I figured it out
Hmm interesting that Cephei isn't working in my case. I'll try using libsandy I guess
iPhone 7 running iOS 15.1
SpringBoard is a child, maybe you want backboardd
Yeah but wouldn’t it crash too ?
Debug backboardd
Ok I’ll try
i mean you could make a website entirely in js
(literally what dart can do)
i mean it wouldn't crash unless lldb/debugserver causes it to
that would be strange if it does tho
Nah see when x is worse and paid, then I somehow learn about it but don't care
Yeah but why would springboard crash
you're missing some stuff
Oh
just merge the entitlements of the stock binary with these ones
Thanks I'll do this rn
ldid -S<debugserver.entitlements> -M <debugserver>
Yeah I alr know thanks tho !
I'll try
Nope, same results as before
😭
what exactly are the results
the process (backboardd) is killed as soon as I press c to continue
might be watchdog
Uh, do you perhaps know how I can avoid it ?
you need to make xcode copy the symbols and then waste as little time as possible
attach and immediately continue
Oh ok
What do you mean by this tho ?
Oh well this worked
lol
thanks !
It did not work for SpringBoard tho 😭
I’ve been able to debug every app I’ve tried springboard is no different
My tweak crashes SB and not backboardd so what can I do ?
on iOS 15 ?
Make a tweak that loads before the culprit, loop infinity
Skip over the loop when you attach debugger
How will that change shit ?
The bad tweak won’t be loaded yet?
oh well my phone spinlocked ?
🔥
yeah it is
launchd hook?
Dopa
Am I that kind of a rookie 😭
All jailbreaks hook launchd... i think...
They would have to
To hook posix_spawn
how do i reload prefs, like if i chnange a cells property how do reflect the chnages ?
english please
if you want to reload prefs
just call updatePrefs();
no like it settings app
how do i refresh the cells
Like this ig
Nvm
I’m stupid
what if you don't need to hook posix_spawn 
How so 🤨
tf
how was it entirely bypassed
Introduced with iOS9, the kernel integrity protection aka watchtower aka KPP, posed a new problem to arm64 jailbreaks. Effectively, it was observed that after patching the kernel code - customary in older jailbreaks - the device would silently panic after a while. It soon became obvious that some thing was checking the kernel code. That thing wa...
this is how I bypassed snap 
🔥
bro can bypass snap but cant hook rangeOfString: 
😂
dopa doesnt support A8 right ? palera1n pissin me off
correct, but meowbrek2 exists for the A8(X) iPads on 15.x
it works but i always safemode and ssh stuff never works/loads
Oh boy, ANOTHER new JS runtime. This one's promising to be really, really fast. Is it though? Let's dig in.
SOURCES
https://wasmer.io/posts/winterjs-v1
https://twitter.com/wasmerio/status/1767234145153917024
https://twitter.com/astrakernel/status/1767433601661178211
https://twitter.com/justjs14/status/1767346036471673023
Check out my Twitch, T...
NOT ANOTHER ONE
I can hook it I’m not the dumbass that added printing in my hook library
just hook the print function 🗿
You really don’t know what’s happening do you
we interrupt this dumb argument to announce: use eyepatch!
is there a specific kfd exploit i should ues? smith fine ?
jesus how do js people keep up with all of these
So just print the hooked print function then 
with python it’s just
- python
- other overly nerdy shit that isn’t adopted enough to be used
🔥🔥🔥
Need to speed this shit up it’s mad slow
it’s python what’d u expect
Nope bun is better
anyways i’ve lost all interest in coding so i’ll need to wait until my brain decides to hyperfixate on all of my projects again
i’d say give it a few months max
if you're on 15.0-15.7.3 use physpuppet or landa else use landa
it could be faster its just inefficient
yeah i watched it
I love how I fixed my own problem, reported a bug, explain why it happened, still got criticized
do the fuck better rjb
show ssh command and show iproxy command
What happened
just the rangeofstring thing
Whats the rangeofstring thing
bruh
cry
Ion keep up with #development drama bro
- right side is computer
- space not colon
try mobile instead of root
I legit replied to you stfu
we are having an intervention
do us all a favor please
wasnt for u @faint timber
when you see a question is already answered please first enphasize the first reply before adding ur own
I TOLD YOU THE PROBLEM
NOW
USE
EYEBALLS
TO
READ
crazy
Also dont u specify port in ssh with -p
iproxy command: sudo iproxy 44 2222
ssh command: ssh root@localhost -p 2222
like this i think
no
RIGHT SIDE IS COMPUTER
i have no idea what you mean. i use iproxy 2222 22 and it works
@frail cedar why do u have pronouns on a schedule
gender is stupid
And how are they different
please file all complaints to my fuckass brain
overwriting computer 22 kinda bad practice
What does this mean
If it was stupid wouldnt u not care abt pronouns
thats why i close iproxy after im done
what jb are you on
#jus ssh over local network
its a white name
Cryptic abt to go insane
NO FUCK OFF NOT AGAIN
or have booted an ssh ramdisk
if you aren't jailbroken it's not installed....
no JB = no ssh
you should have known it was ramdisk off the bat by iproxy
Oooh its the dude who wants to install bakerain
you're jailbroken...
ssh over usb>>
@split plinth r u using a ramdisk ?
@restive ether bro did not understand the lesson
if you arent even sure tbh
real
Why
we shall end it here
this is not a fucking support channel
get lost
ah welcome back cryptic
I was waiting for a message like that
im giving you one last chance
Is bakera1n even maintained
Alr pinged
be warned
Bro wtf
Deadass chill


Acting like hes gonna end the world
It’s the 5th time he is warned for asking how to use bakera1n while we told him too many times to use palera1n instead
yeah he’s gonna run aircrack-ng on his jailbroken phone!
Gimme a good reason
he’s causing Y2K
Yall really against a dude jbing
bc he’s baked rn thinking it a good jb
Also this channel isn’t for begging for a step by step guide on a jailbreak that probably isn’t even maintained anymore
he wants his jb like himself
SwiftUI had potential, but then it was swift
bro wont be able to rejoin 
this ur second time saying this, are you or are you not
W
All swift usage is strictly prohibited
CGRect >
what does this even mean 💀
ImportError: dlopen(/Users/cryptic/Library/Application Support/Binary Ninja/python310/site-packages/lief/_lief.so, 0x0002): symbol not found in flat namespace '_PyObject_Vectorcall'
I feel like you are not allowed to comment on this matter

is CGRect the OOP?
do you guys say oh oh pee or oop
i dont
oh oh pee
i have had to say OOP out loud once and i just said "object oriented programming"
I would’ve said a programming language based around structs such as CGRect
@lyric heron Cam online 
he left
FINALLY
we downing that jack 2nite
glizzy
can i make a cgrect in my bedroom
i'm going to take that out of context
cg erect
Me
COREGRAPHICS
can i make a func in like somth.m then in my tweak.xm file call the funct ?
Swift 🔥
Arc4random ain’t random enough
I think the main problem
is that they're in a rectangle
so like
I can't precisely do it
eh it's good enough
Minor trolling

yes
yes

yes..
Maybe bc u did it wrong
@faint timber have you tried hooking __NFCString or whatever it is with fishhook
gotta give more than “said no” 
1 16Player.dylib funct() + 716
2 16Player.dylib 0x1020cc38c invocation function for block in _logos_method$group$SBHomeScreenViewController$doTheThing(SBHomeScreenViewController*, objc_selector*) + 24```
All it gave
But the same thing works on arm64e but not arm64
The “do the thing” method is what has funct() call in it
Works on arm64e tho
How much $ 
its already existing code
hold on
https://github.com/zhuowei/iOS-run-macOS-executables-tools/tree/main/who_let_the_dogs_out
run this, then unload watchdogd
You might have to add no-container and platform-application to the entitlements
@faint stag could just nuking watch dog fix my watchdog timeout issues with debug server?
Yes it would
you know the kernel disable one works if you dont panic after 90 seconds after unloading watchdogd
OH
Oh it will probably panic tho
why
this will completely nuke watchdog
W
not permanently ofc
Should I do on main device 
@acoustic imp tell me if it works
k, il try it in a few
the kernel watchdog disabler works if it prints nothing when running btw
Idk wha that mean but ok
it will print nothing in the terminal when running the binary
why would you disable watchdogd
if it works
they're having issues debugging springboard i think
Debug server make watchdog sad
for me i just did it for shits and giggles

@acoustic imp
run that binary as root, if nothing is outputted when running, then do:
launchctl unload /System/Library/LaunchDaemons/com.apple.watchdogd.plist as root
did it work for you
🤓 ☝️
lol
Idk it’s almost 4am
not u
Good idea
how you not know
i meant the other guy
The other guy
?

Where is watchdog
?
has your phone panicked yet, if not it worked
something tells me it panicked and they either:
did not compile/run the program
did not add the entitlements to said program
did it say killed: 9
Said nothing
what was the panic
Run that bin and show the output
I don’t have krashkop 
I made a tipa of it
The one on the GH
Slide
oh
bro
he added all 3
all he needs is the top one
foxfort moment
they don't all do the same thing and no one has documented what the differences are. i don't blame them for adding all three and personally i would do the same
i mean no-container is no-sandbox + not having a container
probably more to it
@visual meadow urs don’t work either
probably built for ios 16 minos like a dipshit
💀💀
No krashkop 
Thanks, works now
@shut stag you should notify foxfort that krashtop trollstore is literally broken on 15
com.apple.private.skip-library-validation entitlement crashes the app on 15
Is this deb to ipa ?
No i just took the trollstore version
i did remove those extra ents tho
and left no-sandbox in
does iproxy do VNC ?
it forwards ports so it doesn't matter what's being sent over it
oh, yummy
ive done a mc server before lol
i mean it was built with the 16.2 sdk so that might be a reason

look above
well
below
well
:
still doesn't seem right to build with a newer major version sdk yet have minver be 15.0
at least for an app and not a full tweak where you can just init based on version
@faint stag btw debug server didnt work, did the same thing it always did minus the panic
apple ios
fedora linux
i use arch on my pc and fedora on my steam deck lol
Just remove the entitlement
And sign the libraries
@primal perch gex
true
they're confusing as fuck so
Well yeah but I can't do that
I'm talking about foxfort
He needs to fix that
Either way you guys should make an update that strips that entitlement on 15 in trollstore
hi! how do i select a view that disappears on clicking with flexing? I try to select the siri answers but only thing that happens is siri closing. Weird is that I can select the orb without a problem
Unload launch daemon before running
Quickly run it or you'll panic tho
Oh I thought it was supposed to be after
Smh
Nah I messed that part up. Lol
Lol
Lmk if work
Prob I’ll try later
I should probably make an ipa out of this
Or just add a system
To the c
Just add a system to the C code
bru try now
what does this do
looks like it worked ... ?
idk
have not panicked yet
where
It even works stock with ct bug
@visual meadow It worked 🔥
Nice
how can i get access to specific instances of UIColor?
for example this instance has musicTintColor, and nothing else does
hook the specific class then
yeah but its just called "UIColor"
anyone got an idea?
seems like its only defined as a class method when the UIColor class is loaded inside of the Music app
so its probably an extension
ok nvm it was swizzled after all
it just seems like apple doesnt use that color for the actual elements in the ui
my “solution” is to click near the area, or just go to the views tab without selecting and try to find what it could be based off name
it's not? this is the inheritance stack
🤓 ☝️
also i meant that when i call musicTintColor after hooking it in UIColor it does return my custom color
its just that the actual elements in Music.app dont
so could u hook that and do like if(is the color i want to overite){
overite it}
not really
oh
@indigo peak , this is the crash log it gave me about how arm64 said no
ok what’s the code
the drm one sec
wait so if i want to overwrite the accent color of Music.app altogether (the red color) should i be looking for the root view controller and hooking that
because i essentially want to overwrite that music red color throughout the whole app
perhaps MusicApplication.NavigationController

im already hooking that apparently
@placid kraken
what did you hook?
seemingly not
unless i did something wrong
U could hook UILayoutContainerView and hook the setTintcolor method and ur good right ?
(thats the thing i chnagd)
afaik UILayoutContainerView isnt unique to Music.app
but i can probably do it from a vc
yeah from TabBarController lol
how can i hook specifically MusicApplication.TabBarController?
filter inject to com.apple.Music only
it's a shitty solution prob
but it would work
ok so how would i go about doing that
do i make a Music.x file, hook it there, and then have a Music.plist and filter it there?
no wait the plist is for tweak-wide
i can do this?
BOOL isMusic = [[[NSBundle mainBundle] bundleIdentifier] isEqual:@"com.apple.Music"];
if (isMusic) {
%init(Music)
}
maybe???
look at artfull
they have a app/proces check
%ctor {
if (![NSProcessInfo processInfo]) return;
NSString *processName = [NSProcessInfo processInfo].processName;
if ([processName isEqualToString:@"Music"]) {
%init(Podcasts);
return;
}
}```
@placid kraken
hmmm ok but wouldnt this then init for any app no matter the bundle id as long as the name is "Music"
it would be better to check by bundle id
oh ok
its just that artfull filters by these only
do wat u want
so they dont need to
yep
you probly also want to verify with dif ppl on major IOS version that this works
if u havt already
lol yep obviously
This looks right
isEqualToString but yes
isequal is a thing
ok well it works but it only applies after i call setInteractionTintColor manually
isEqualToString: is more efficient
doesnt goEasyOnMe disable all warnings
there's definitely a better way to do this lol
%hook UILayoutContainerView
- (void)layoutSubviews {
%orig;
if (!preferences) {
init_preferences();
}
if ([preferences boolForKey:@"enabled"]) {
// It doesn't matter what color this is because it'll be overriden in the hook anyway
[self setInteractionTintColor:[UIColor clearColor]];
}
}
- (void)setInteractionTintColor:(UIColor *)color {
if (!preferences) {
init_preferences();
}
if ([preferences boolForKey:@"enabled"]) {
NSString *originalColorHex = [Utilities hexStringFromColor:[self interactionTintColor]];
NSString *colorFromDefaults = [preferences objectForKey:@"musicTintColor"] ?: originalColorHex;
%orig([GcColorPickerUtils colorWithHex:colorFromDefaults]);
return;
}
%orig;
}
%end
with
@interface UILayoutContainerView
@property (nonatomic, strong, readwrite) UIColor *interactionTintColor;
@end
Classic
-Wno-unused-variable cflag?
ur just setting the tin color on the UILayoutContainerView ?
jus hook setTintColor
il try thx
Generally speaking, if it complains about something like that, u just add “no” after the “-W” and before the name of whatever it’s complaining about, so -Wunused-variable would become -Wno-unused-variable for instance
yeah i don't have a list of default cflags theos uses
but this is correct
Same, that’s why I didn’t have any other specific examples, I just now that it something that you can do as a general rule of thumb
but it seems like -Wno-unused-command-line-argument -Qunused-arguments are them (other than the required ones)
at least from the common makefile
oh wait it also passes -Wall
so you get basically all warnings except two types
-wall
the logos warnings (real)
https://tenor.com/view/guy-arguing-guy-talking-to-wall-talking-brick-wall-gif-18667615
how do i get a devices eccid ?
Apple Configurator
no like for a tweak
I believe tesla is asking for a way to programmatically get it from a tweak tho
why is it that with the animation doesn't always play ?
[UIView transitionWithView:self.artworkWallpaperImage duration:0.5 options:UIViewAnimationOptionTransitionCrossDissolve animations:^{
self.artworkWallpaperImage.image = artworkImage;
} completion:nil];```
@bitter osprey
dleovl gone
Fixed 👍
Wha happend
@slim bramble @warped sparrow @desert jackal
Cool now fix drm


nice
Good 👍
hop on terraria babe
💀
C isn’t interpreted though
you don't say
?????
Thanks Alfie, Brits humor sense is still non existent smh
does someone here know if it’s possible to have a default value for specific apps in ATLApplicationListMultiSelectionController (AltList)?
Lmfao

?
