I ran the Export Tool successfully, and I was able to download the zipfile.
However, I was just curious about the structure of the exported zipfile
At the root, there are two directories, and a YAML file:
BeaconNamingRecord (directory)
OwnedBeacons (directory)
- OPENTAGVIEWER.yml
Under OwnedBeacons, there are plist files (e.g. 02F97F84-6B05-4CCD-8DDC-8FE1D48ABA05.plist) - these are I believe the output that you want to use (e.g. for using with FindMy.py's plist_to_json.py).
However, there's doesn't appear to be any human-friendly identifiers in the .plist file - just the UUID in the filename. Is that the only unique identifier?
There's also the BeaconNamingRecord, which seems to have one sub-directory for each UUID, then a .plist file in each of those directories. And there is a friendly name in these files 😁.
How are the BeaconNamingREcord files related to the OwnedBeacon ones? As in, are they obtained differently? And is there a reason they're separated out like that?
And what's the OPENTAGVIEWER.yml file used for?
I ran the Export Tool successfully, and I was able to download the zipfile.
However, I was just curious about the structure of the exported zipfile
At the root, there are two directories, and a YAML file:
BeaconNamingRecord(directory)OwnedBeacons(directory)Under
OwnedBeacons, there are plist files (e.g.02F97F84-6B05-4CCD-8DDC-8FE1D48ABA05.plist) - these are I believe the output that you want to use (e.g. for using with FindMy.py's plist_to_json.py).However, there's doesn't appear to be any human-friendly identifiers in the
.plistfile - just the UUID in the filename. Is that the only unique identifier?There's also the
BeaconNamingRecord, which seems to have one sub-directory for each UUID, then a.plistfile in each of those directories. And there is a friendly name in these files 😁.How are the
BeaconNamingREcordfiles related to theOwnedBeaconones? As in, are they obtained differently? And is there a reason they're separated out like that?And what's the
OPENTAGVIEWER.ymlfile used for?