Timothy Perfitt
Timothy Perfitt
only devices approved for the MFI program can talk via the lightning port. The micro USB port does not have a MFI chip in it on the br301 so it...
remove the json config, then request a push certificate using mdmctl and these flags: NSArray *arguments=@[mdmctlPath,@"mdmcert",@"push",@"-local-only", @"-country",countryCode,@"-email",email,@"-password",password,@"-out",csrPath,@"-private-key",privateKeyPath];
the config loading was added after i added the flag, so i have no idea why it was added so i was hesitant to refactor without understanding why it was...
ok, no idea how this ever worked since my change (which i had been using) did work and now it doesn't. I'll refactor.
looking into it. Can the etag just be a sha1 hash of the resource?
add new key "resetPasswordDialogTitle"
These look similar to what NSString/CFString provides: extern const CFStringEncodingConverter __CFConverterASCII; extern const CFStringEncodingConverter __CFConverterISOLatin1; extern const CFStringEncodingConverter __CFConverterMacRoman; extern const CFStringEncodingConverter __CFConverterWinLatin1; extern const CFStringEncodingConverter __CFConverterNextStepLatin; extern const CFStringEncodingConverter...
Submitted pull request #12
To test: 0. Verify filevauilt is enabled. If not, enable it. 1. Install and configure XCreds 2. Create new user that can unlock FileVault. 3. Reboot and login at the...