Fixes PhotoInfo.path to return the correct path for shared photos on Ventura (#883)
This commit is contained in:
Binary file not shown.
BIN
tests/Test-Cloud-13.1.photoslibrary/database/search/psi.sqlite
Normal file
BIN
tests/Test-Cloud-13.1.photoslibrary/database/search/psi.sqlite
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>BlacklistedMeaningsByMeaning</key>
|
||||
<dict>
|
||||
<key>Brunch</key>
|
||||
<array>
|
||||
<string>Dining</string>
|
||||
</array>
|
||||
<key>Brunches</key>
|
||||
<array>
|
||||
<string>Dining</string>
|
||||
</array>
|
||||
<key>Lunch</key>
|
||||
<array>
|
||||
<string>Dining</string>
|
||||
</array>
|
||||
<key>Lunches</key>
|
||||
<array>
|
||||
<string>Dining</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>SceneWhitelist</key>
|
||||
<array>
|
||||
<string>Amusement Park</string>
|
||||
<string>Animal</string>
|
||||
<string>Aquarium</string>
|
||||
<string>Art</string>
|
||||
<string>Car</string>
|
||||
<string>Cheese</string>
|
||||
<string>Food</string>
|
||||
<string>Forest</string>
|
||||
<string>Jewelry</string>
|
||||
<string>Music</string>
|
||||
<string>Night Sky</string>
|
||||
<string>Snow</string>
|
||||
<string>Tattoo</string>
|
||||
<string>Underwater</string>
|
||||
<string>Vehicle</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>insertAlbum</key>
|
||||
<array/>
|
||||
<key>insertAsset</key>
|
||||
<array/>
|
||||
<key>insertHighlight</key>
|
||||
<array/>
|
||||
<key>insertMemory</key>
|
||||
<array/>
|
||||
<key>insertMoment</key>
|
||||
<array/>
|
||||
<key>removeAlbum</key>
|
||||
<array/>
|
||||
<key>removeAsset</key>
|
||||
<array/>
|
||||
<key>removeHighlight</key>
|
||||
<array/>
|
||||
<key>removeMemory</key>
|
||||
<array/>
|
||||
<key>removeMoment</key>
|
||||
<array/>
|
||||
<key>renamePerson</key>
|
||||
<array/>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>embeddingVersion</key>
|
||||
<string>1</string>
|
||||
<key>featureFlags</key>
|
||||
<string>319</string>
|
||||
<key>featuredContentAllowed</key>
|
||||
<string>1</string>
|
||||
<key>localeIdentifier</key>
|
||||
<string>en_US</string>
|
||||
<key>sceneTaxonomySHA</key>
|
||||
<string>64d078bafc0035e1ec26dfa565c2ac0479fcbab329fda1c16cd17e0fdbf2f4c0,4afa5d3c45c08a664cf73cff957aaeeae3a325d2970aada51268407b9ad0f03e</string>
|
||||
<key>searchIndexVersion</key>
|
||||
<string>16025</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user