Vervious
Vervious

Reputation: 5569

BetterAuthorizationSample weird?

I have a quick, newbie question...

I just started looking through authorization services and Apple's BetterAuthorizationSample...

for some reason, I just can't get the hang of it. For example...

I deleted the HelperTool and InstallTool and SampleTool.c and all references, but why does the program seem to continue work like nothing happened at all even after a clean build?

Even commenting out all the code in SampleT0ol.c doesn't seem to affect the way the program runs?

Thanks!

Upvotes: 1

Views: 236

Answers (1)

Azeem.Butt
Azeem.Butt

Reputation: 5861

Unless something's changed recently, BAS relies on a lot of files in a lot of places. Deleting them in Xcode isn't going to delete them from your system if you've installed them all.

Upvotes: 1

Related Questions