mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Use downloaded plist.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Jackson Coxson
|
||||
|
||||
#include "idevice.h"
|
||||
#include "plist/plist.h"
|
||||
#include "plist.h"
|
||||
#include <arpa/inet.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
@@ -122,7 +122,7 @@ int main() {
|
||||
|
||||
// Get all values
|
||||
plist_t all_values = NULL;
|
||||
err = lockdownd_get_all_values(client, NULL, &all_values);
|
||||
err = lockdownd_get_value(client, NULL, NULL, &all_values);
|
||||
if (err != NULL) {
|
||||
fprintf(stderr, "Failed to get all values: [%d] %s", err->code,
|
||||
err->message);
|
||||
|
||||
Reference in New Issue
Block a user