#development
1 messages Ā· Page 350 of 1
Lg 27gl83a-b
make a passthrough vm
pretty sure I can't even see the other slot
poggers
True
saw the cooler off the 3080

lol
lol
Should be a good pairing with my 3070
why the fuck did VLC just open a rar file
True
jailbreak is for shits and memes
true
Bro I procured some more chicken
i'm the only reason you're here aren't I, tr2
With gravy

no
u are not that special sorry



LMAO bruh
Nice cock
True
no need to be sad its just the truth
I've just been violated
I must leave now
murder on discord šÆ
fire in da booth
have you seen the wii bowling one where the ball is autonomous
and gets you strike everytime
about to ddos akamai servers so they cant protect anyone, whos in. everyone start pinging their ip and refrsh ttheir site

/s
ok
lol
L
twitter trending is literally all delete whatsapp and impeach trump rn
its boring
Research 
yes we research bad communication at school
my teacher for it said what we had is high quality af
and i was like 
i've been trying to download 11.4.1 for 20 minutes
we had one of the highest grades for our "beta version"
cool
takes 2 minutes to download 14.3 lmao
tf
divisƩ moment
does it ever work
fuck it i'll get myself a rootfs

weneta member pro backroom
aaron doesnāt like that idea
same deal

general would die
because theres way less advanced devs than member pros
true
that way they will be active in general
aka no life chat
gen go dead
i agree with him
Stfu, mail is very useful
When eta I get advanced dev š

Bruhhhhhhhššš

Or don't
the real solution is to implement writeToFile:atomically:encoding:error: on nsmutabledictionary



You might need to run in dispatch async on main queue
Im not so sure. Listen dgh0st. Hes a master
only if u do it on the main thead yea
š yea but that might freeze ui. If it does then u know whats wrong
I actually have code in my computer doing that
I can go home and give you it. It might take a coupe hours tho
Im in vegas rn
I have example of reading/writing to files in my computer that i did a while ago
Tough.
Look at open source bruh
Yll get used to it. If u dont understand it make sure u pull up documenation and learn
You d be way better in a month
Even weeks. Just stay consistant every day
I put like 5 hrs a day
Just reading docs and doing random things

Bro Wot
Ur a nutjobšš
Just do it normally
Learn
Its literally xml
I got u hold up
Watch this
Go to iphone wiki
Hope that doesn't directly read from file
Theres many resources
Watch that first to get the main idea across. Then read that whole thing
Cause you are disregarding prefsd (designed to cache your preferences) when you do that.
Do it normally instead of writing to file . If you look at the links i sent you ll be good
Id recommend starting out with app development first
Thats what im doing. And also doing tweak dev along with learnin swift because learning it has made me into a more better programmer
I d never join a frat
Dont wanna turn into a ābradā


these URL schemes are a pain
me with Icon Themer
I gotta read it from the info.plist, but the format is super complicated 
unless anyones got a method that works on ios 12?
CFBundleURLTypes = (
{
CFBundleTypeRole = Viewer;
CFBundleURLIconFile = "";
CFBundleURLName = Sileo;
CFBundleURLSchemes = (
sileo,
cydia
);
}
);
messages is even worse though
"CFBundleURLTypes~ipad" = (
{
CFBundleURLIsPrivate = 1;
CFBundleURLName = "SMS Private URL";
CFBundleURLSchemes = (
"sms-private"
);
},
{
CFBundleURLName = "SMS URL";
CFBundleURLSchemes = (
sms
);
},
{
CFBundleURLName = "Message Store URL";
CFBundleURLSchemes = (
"itms-messages",
"itms-messagess"
);
}
);
"CFBundleURLTypes~iphone" = (
{
CFBundleURLName = "SMS URL";
CFBundleURLSchemes = (
sms
);
},
{
CFBundleURLIsPrivate = 1;
CFBundleURLName = "SMS Private URL";
CFBundleURLSchemes = (
"sms-private"
);
},
{
CFBundleURLName = "Message Store URL";
CFBundleURLSchemes = (
"itms-messages",
"itms-messagess"
);
}
);
"CFBundleURLTypes~ipod" = (
{
CFBundleURLIsPrivate = 1;
CFBundleURLName = "SMS Private URL";
CFBundleURLSchemes = (
"sms-private"
);
},
{
CFBundleURLName = "SMS URL";
CFBundleURLSchemes = (
sms
);
},
{
CFBundleURLName = "Message Store URL";
CFBundleURLSchemes = (
"itms-messages",
"itms-messagess"
);
}
);

I think there are MobileCoreServices APIs you should be using to read those
they should be public on macOS
likely related to Message.framework / MessageUI.framework
incredibly old crusty stuff
On ios 13 I can use claimedURLSchemes in LSApplicationProxy but I need to support iOS 12, one idea I had was ```
- (id)privateURLSchemes;
- (id)publicURLSchemes;
in `LSApplicationWorkspace` but I can't figure out how to use it...
Could I just use NSUserDefaults for this
I will not rest until member pro backroom
for the RootListController or the plist 
It's just the default stuff that's created from the moderpreferencembundle template plus my own slider class
#include "PRFRootListController.h"
NSNumber *speed;
@implementation PRFRootListController
- (NSArray *)specifiers {
if (!_specifiers) {
_specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
}
return _specifiers;
}
-(void)respring {
[HBRespringController respring];
}
@end
slider values
i-
ok
ig that works
So, do I need to add a
<key>speed</key>
<string>2</string>
to the plist
inside the slider class <dict>


I'll take that as a "you don't know what you're doing go learn how plists and NSUserDefualts works"
thanks, good advice

Nah it just means I am uhhing

nope




Burrit0z banned for NSFW emoji
no that was the safe version
oh gosh
it wasnāt frboobsunsafe luckily

just frboobs
hmm, today i will
true
fr boobs unsafe

what does it return? just strings?

have a look at the disassembly of applicationsAvailableForHandlingURLScheme: and work on the assumption that the first result is the only one that's relevant
LS URL opening just takes the first result, ignores the rest
gm
It doesnt return anything
NSLog(@"%@", [workspace publicURLSchemes]);
gives:
2021-01-07 17:45:57.515 uicache[683:21689] (
)
unless I'm not using it correctly
Thats an empty array
have you tried the private one?
you right
identical

@tepid olive this aināt the channel for it. read the description next time please.
Thats weird to have a way to get some data but its empty. Are you sure the workspace you have is the correct one?
no
Ight my bad
this is the only one
you need the entitlement
I meant, is it properly populated
uicache likely doesn't have it?
adding that ent doesnt change anything
does libopener still work
U
not on A12+ afaik
loss
hello did you call me
šŗ
idk if you can see that in there but have you just tried running file on the binary
file won't tell you
was worth a try ig
there may be a string yeah
more info helps
can i ask how you did get it for future reference
huh, according to opa334 thereās an abi change. a flag should be existent which you can check for as easier way to identify the slice
cpu subtype
@narrow mason ily
is the clang12 one different than clang11ās?

neato, thanks for the quick info
Fun thread with lots of fun info https://twitter.com/_matchstic/status/1344266970896732160?s=21
@elihweilrahc13 @opa334dev @foxfortmobile Looking some more into this, the iOS SDK defines CPU_SUBTYPE_PTRAUTH_ABI in /usr/include/mach/machine.h, which is the capability bit used that is different in the new arm64e output of clang 12. I wonder if clang can be coerced into compiling a slice without this.
but that existed for a longer while iirc
Iām tired af probably not a good source of info
the question Iād have is if that flag makes the difference between clang12 shit running or not wouldnāt it be a matter of toggling that bit
Tried that
Didnāt work
iOS 14 wonāt accept an arm64e binary without the changes anyway
have you tried clang12 compiled with that bit off on iOS13?

All I did was vibe in the thread and create a patched app with 2 slices as a proof of concept for 2 arm64e slices
if that direction works a trivial solution would be to have shit compiled with clang12 and just toggling it off in the end
when did krit become a designer instead of developer
pink > orange
just make a Developer But Pink role
pls
i wish they never change dev color but it was the will of the people
and unlike a certain group of people i donāt break into aaronās home when my choice loses
True
wanna see hideous @half walrus
lmaooo
community events manager is worse
Bruh
i just have a special hate towards yellow
mfers dehydrated piss color
it pOpS
try admin
@grave sparrow
i love you to stfu
wtf
it is
i wear a lot of pink
and people be like "why u wear pink ur boy"

STFU

ask kanye

he did it first
i donāt wear pink
Lame
grays n blacks n soft colors
Pink da best
fun fact it actually was before WWII or something like that
i only wear black tbh
pink clothes are overrated
i get called gay when i wear pink outside, until they talk to me and realize Iām straight
when im feeling myself i put the pink on
@narrow mason just say you're a girl
im a catgirl
boys wearing pink looped around to being not-girly
No u
this you @narrow mason
just do this 
new emote
it was always non-girly, society standards are pathetic lul
pls

and iāll boost
@grim sparrow when you get a chance can you test clang12 compiled shit on 13 with the patr_auth bit off

thank you, ping me once you do
wait i have an even goofier idea

let nitro boosters choose their own color
Lmao
oh jeez
too many people
that would be insane
/roles
like a bot
Yikes
with a select palate
there's 88 boosters
lol
and you react with the color you want to the bot
i guess with a select palette yeah
I would boost again for that

I want #00aaaa 
lol
noo it won't work on my secret unc0ver beta build sponsored by EAP /s
Itāll change default Xcode, about it
Oh and brew wonāt like you when it comes to build python for the 9th time
fucking brew
xcode cli tools
redrum redrum redrum
getoutofmyheadgetoutofmyheadgetoutofmyheadgetoutofmyheadgetoutofmyheadgetoutofmyhead
lol
all work and no play makes jules a dull boy
the shining
designing code
i do be watching it

true
how
it's still a good movie even though it's old
heās famous
it still holds up
he is still underrated
how is he underrated heās literally rated highly
āstar wars is underratedā
gravy was underrated two years ago maybe
yes
gravy is a sexy beast idk what yāall talking about
dollar store jake paul but not a disney star
wasnāt that how the paulās got famous
nick or disney shows
i swear one of them was
the best viner to come out of vine is david dobrik
cuz i babysit and i saw him on there and was like
i absolutely love that dude
@narrow mason when is the jules/hayden podcast coming out
āoh wow heās not insufferableā
when i get motivation
can i
Any tiktok users here?
i might get yelled at for extending that idk
nah
id love to come on tbh
i have the tiktok app cause i wanted to sell my phone with it on it when they were talking about removing it from the app store 
but i've never signed in
if itās about writing a tweak for it gtfo and learn objc
iām not gonna touch a mic while my voice is still sounding like corpse lol
woeis
might end up needing vocal surgery lol
thatās a thing?
šš i am bro. Damn. I made alot of things for this app. I literally made a full fledged with 20+ features. I am learning as i go.
hello from the other side
singing so low
dayum but adele is literal legend
true
i canāt sing for shit but Iāll blaze like a train doe
šš i am bro. Damn. I made alot of things for this app. I literally made a full fledged with 20+ features. I am learning as i go.
@burnt niche well thatās the wrong way
Or youāre lucky to be one of the few
are you actually writing them yourself or just copying stuff from unicorn step by step
But from what I see most devs who learn as they go, end up on twickd 
i feel like if i didnāt have a disorder i wouldāve made out pretty well for a guy lol
No i am typing it all out.
sadcat
But copying still?
If i get stuck. I look at documentation
what's up with your vocals
No

high doubt based on your questions
heās willing to learn
Only time i copy is when im looking at functions for a property
just where i was at first w/ not knowing some stuff
no offense though, then proceed to ask your question
Its all good bro, i know ur intentions behind it. Theyre genuine
itās not hard just make a custom build rule that calls a script and have the script call said build system
Its just i love doing this stuff. So i am spending alot of time on it every day. I was on vacation at vegas and i stayed up whole night and was reading documentation and working on a app. Then after i get done with my daily goal. Ill try to challenge my self with a tweak or add a feature to a already made tweak
I'd highly recommend Supercharge for getting started with tweaks now
Im goin back rn
who is he tho
it's such a great intro to it
road
or why people get so worked up over him
Wtf
bless road trips
I loved vegas bro
Nah i enjoyed it. Then i came back to hotel and coded
With a nice view
True
bro this girl i was with was telling me a story about her ex
they were long distance and they met up once after like several months and shit
n he sat in the hotel and played
fucking minecraft


What a fucking nerdšš
like deadass
He couldāve chosen: go out, have sex, literally everything else
almost chad energy
bro if you go to a hotel with a girl you rarely every see why the fuck would you play minecraft
girl, or video game
š©
and he overrides the simp nature and picks video game
lord
He said fuck her. He tryna see the ender dragon tonight
cringe
But damn man, i recommend all of you guys go to vegas
I fucking loved it. it was the most fun i ever had. The place is fuciing beautiful. I won 2000$ with 100 dollars
Way better than cali in my opinion
And taxes
which game
we are all ultra
bc the only way i can tell people apart here is pfp
that is the idea
bro you stole my color
these are near identical
is cam or jules online
gotta cop me the designer role rq
ill wait til they are on 
hold on gotta get high res version of this
you have the shitty one with the white square around it
Shepgoba
anyone want to drop me $23.49 in BTC
if i had it
ultra
i'm gonna start mining today
i am ultra
nobody has btc its annoying to get
why
just mine it 
i exclusively create wallets via on-device local generators
cuz i don't want my money relying on some unregulated company's security
whereas a bank account has insurance if they lose my shit
it's not a good idea to store large amounts of btc in online wallets
^
even though offline wallets are easier to lose
so i don't use online wallets
dont wanna store anything in online wallets its just on principal
then taht is linked to your name though
no
now isn't a good time to invest
sure it is
easy 10% tomorrow
i do this shit all day
BTC is just a bit more difficult because if you cant do fractionals u are fucked
which most brokers cant do
idk man my xrp and xlm investments doing pretty good rn
i wish had more in xlm it literally boomed yesterday
i am selling
i am selling drugs on the deep web
what happened to Gottfried
Vc
please accept
please accept




go ahead, add emacs
I gotta finish neovim
just kidding I'm completely lost on neovim and have no idea how to fix
just fix it, not that deep
true
just fix it, cameron
loss
@restive ether now that you are online please give me a role with the color to match my pfp. any role with the right color 
sexcode on top
balls
your mother
i code my tweaks in nano
ok
no wonder they are formatted like shit burrit0z

they are formatted with the standard
[[swipeextenderx]]
sex
I'm asking in #development... let's be real, none of us know
at least github.com/burrit0z/multipla is
iām 12
Ok
what is sex
can you
explain
It's when you extended you swipes
ok
L
how do i
@lethal kayak gm
extend swipes
i should probably ask my mom more about how to sex
i want to expand my swipes

idk what you mean
this is how it should be formatted
ayy represent
supercharge no jailbreak š
gm
supercharge is great
please
have a thing
that loads FlEx into an app
from supercharge
please do that
how it shows the methods is so nice
pain
imo from ux there could be improvements
but its a massive step up from Flex 3
absolutely
people are still waiting for jailed tho
this is preview 1 tho
and checkra1n is still a beta
preview 2 is much better
publicURLSchemes in LSApplicationWorkspace did what I wanted on iOS 10, but stopped working in iOS 11 š
trust me on that
ofc

i just want to be able to sideload from linux
ok buddy
lol
VM
you can though if the user remains jailbroken similar to appsync
appsync hasn't updated their control file
doesnāt appsync need more than just that for 14
or their code
i feel like if it was that simple karen wouldāve done it by now
she usually does
no i meant he can sideload from linux lmao

I thought I heard karen say they arent updating it cause it needs changes
wish i could share signed apps w/ my dev cert lol
Isnāt there an option for after scripts on clean, in the scheme settings
just make a custom makefile @grim sparrow
im not jailbroken, and starting my macos vm, generating a provision and exporting the key, copying them over to linux than using zsign to sign and install with ideviceinstaller is such a pain
I swear Iāve seen it when mooching around the settings
if I had a paid account I would only need to export the key once and have a wildcard cert, but I dont cause I have no reason
ah you want to be able to use it while non-jailbroken
linux is good if you donāt value your time
sorry to say it still applies here
doesn't reprovision still work
wait
especially for apple stuff
it works
just too finicky to be reliable
Ok yeah thatās where I thought it was 
w/ a dev cert
ah ok
who said that
wont even open
me

Solution: Everyone should just buy a dev account
its true
itās a known quote lul
Ok yeah Iām clearly on something because it doesnāt exist
i say it constantly
linux works great for me, doesnt waste my time
I have my setup done and wont change it for a long time
linux is great if you like settings things up and want that to be your entire experience
it does for anyone looking to develop for apple stuff reliably tbh
fwiw if you want to make them work while jailbroken just push the target app to /Application & uicache -p /Application/<sideloaded shit> -r
iāve used linux a lot
-r is useless here
and i have enjoyed macOS much more
macos is linux if u like being productive
but I cant have a tiling WM, or a working GPU on macos
or do any gaming what so ever
gpu is a you problem, tiling is easily achievable on mac
true
I dont want to touch my mouse unless im using discord cause theyre keyboard shit is still new and not feature complete
there are tiling wms for macos
they all seem hacky
yes
mine works great
what do you use?
idk i installed it a year ago
true
never needed to touch it
havenāt tried one yet but theyāre pretty common
i just use magnet
works good enough
thatās not a wm tho
@tepid olive yabai, amethyst and phoenix
Well I'm gonna stick with linux, but good to know there are options if I am forced to switch to mac (hopefully never)
n VMWare Fusion unity exists
- Appleā¢ļø memory mgmt
so hot
they can ship phones with 2gb of ram cuz their memory management is just
so perfect
and then jetsam kills tor for no fucking reason when run as a launchd daemon so I gotta write a wrapper for it 
androidās used to be good until fragmentation happened
when windows struggles w/ 8gb
cant speak on android
but w/ how big the jumps in ram on android phones are
i'm assuming it makes a difference there
jvm is the funny
how much mem does your mac use on idle?
idk
a lot, i donāt close apps
maintaining the universal8895 thought me that droidās can be efficient, no one chooses to though because itās just tedious work to get good patches
plus the SoCās are way too vast
but i donāt run out of memory
idle memory usage is never a concern
the answer to that should always be "all of it"
true
the jump from snapdragon 805 to 810 was so disastrous because qualcomm had horrible core design. No matter how well you tuned the govenors
the more ram "in use" the better
especially w/ macos
i'm always using about 22-28gb

with or without 10 IDA dbs open

but i get the same performance when i run a windows VM in it with 50% of my resources allocated to it
'cept for the 12gb IDA database
that one is noticeably faster going from 16 to 32 lol

The one with 3 spinning wheels screen.
The pot filled n I hit the major
It takes 1500$ to stay 2 nights with eating up to $300 every meal.
And i made it all back for my brother
Someone reverse engineer those machinesš
for wut
here's ur re: they steal from u
play roulette
bet on red
double bet when you lose
or play blackjack and learn the numbers
otherwise just waste ur money on coke and get far more out of it than u would otherwise
why did github start using "main" instead of "master"
Virtue signaling
^
like at all
see exactly
lol
yeah no they took a word that had nothing to do with racism and made it about race
twitch 2.0
nah
blind playthrough made more sense despite still being stupid
this is like banning the word 'blacklist'
the twitch banning pog emote made way more sense
it had NOTHING to do with race
huh, if you create a repo itās still called master afaik unless you specify it differently
you can specify your own default now
itās just bad for the platform to have associations with violent individuals
am i racist if i make it master
so that i get
Git repos are automatically master but there's a config to change it, GitHub repos are automatically main but you can switch it back to master
yeah thatās what i meant
but they set everyone's default to main
i still don't understand the blind playthrough thing lol
I set mine back to master 
it's because one person brings it up and nobody can argue against it without being 'bigoted'
the exact same thing happened with the discussion about 'master'->'main"
yeah i mean like
Stupidest thing I've heard
i think so yeah
Since GitHub is considering to change the master branch name, inb4 the terms āwhite hatā and āblack hatā become victim of change
foreshadowing
damn
Blacklist whitelist
ah that explains it!
intellij automatically sets the remote origin to master
god bless
github's upload copy-paste instructions auto-change it to main as well
fixed default on my account but
now every organization i own also has that problem
in the ends itās just a name switch but itās a pretty redundant one
i'm so used to typing git push origin master that i'm just gonna stick with it
git push origin stfu
r
@restive ether please fix you pfp, it's so confusing
no it's part of the cult

yeah nobody cares that much

le fishe au chocolat
in terms of things that could've been done its like
didnāt need to happen though
update: the words simp, incel, and virgin are now banned on discord platform-wide
I remember people wanting to change whitelist and blacklist to allowlist denylist, which doesn't really work
Simp
did twitch ban simp

pog champ deserved it
different than the other ones
yep they banned simp
probably because of the woman streamers
what race does simp offend
because their biggest female streamers rely on simps
and they dont want simps to get offended

and people trolling in streams calling viewers simps lol
sounds based but it's 100% true

Ok, this is dumb I'm just gonna not show url schemes if on 12, cause I can't find a good way

i saw a clip of xqc reading a meme that had virgin in it and he had to stop himself from saying it
yeah if you're already popular
i wouldn't want to start there as a new streamer though
it's just too much shit you have to be wary of imo
Eventually theyāll shoot themselves in the balls instead of the foot and someone else will replace them

lmao true
there just needs to be an alternate platform
youtube exists but it's not nearly as good as twitch for streaming
What if someone is talking about ISPs and mentions virgin media
Or a cook mentions extra virgin olive oil
then they get banned
its twitch lol
there are no exceptions to rules
they banned forsen for like a month because someone sent him a horse dick on stream
'intent' doesn't matter there
cept for that one chick who was spreading her ass for 20 minutes on stream, that was just a 3 day ban
Lmao
Chick goatse
Opinions on a wiki-format iOS private headers website?
Think limneosā header site, but with the ability to add comments above methods and properties
And search
iāve mentioned something like this before
it just allows auto-doc style stuff to be done for private frameworks
Update headintheclouds
what lang is it in
Idk
it's a good idea



















