From 49b7f3abdbc7d5ab58e09255282a80e7e983285b Mon Sep 17 00:00:00 2001 From: Stefan Oltmann Date: Sun, 24 Mar 2024 16:08:15 +0100 Subject: [PATCH] Build with JDK 17 (#82) Lowered required Java version. Fixes #81. --- .github/workflows/ci.yml | 8 ++++---- README.md | 2 +- build.gradle.kts | 7 +++---- gradle/wrapper/gradle-wrapper.properties | 2 +- .../kim/testdata/xmp/acdsee_sample_mod.xmp | 2 +- .../kim/testdata/xmp/digikam_sample_mod.xmp | 2 +- .../kim/testdata/xmp/exiftool_sample_mod.xmp | 2 +- .../kim/testdata/xmp/mylio_sample_mod.xmp | 2 +- .../xmp/narrative_from_mylio_sample_mod.xmp | 2 +- .../kim/testdata/xmp/narrative_sample_mod.xmp | 2 +- .../kim/updates_jpg/new_gps_coordinates.jpg | Bin 287511 -> 287511 bytes .../updates_jpg/new_gps_coordinates.jpg.txt | 2 +- .../new_gps_coordinates.no_metadata.jpg | Bin 265303 -> 265303 bytes .../new_gps_coordinates.no_metadata.jpg.txt | 2 +- .../ashampoo/kim/updates_jpg/new_keywords.jpg | Bin 287638 -> 287638 bytes .../kim/updates_jpg/new_keywords.jpg.txt | 2 +- .../updates_jpg/new_keywords.no_metadata.jpg | Bin 265324 -> 265324 bytes .../new_keywords.no_metadata.jpg.txt | 2 +- .../ashampoo/kim/updates_jpg/new_persons.jpg | Bin 287618 -> 287618 bytes .../kim/updates_jpg/new_persons.jpg.txt | 2 +- .../updates_jpg/new_persons.no_metadata.jpg | Bin 265236 -> 265236 bytes .../new_persons.no_metadata.jpg.txt | 2 +- .../ashampoo/kim/updates_jpg/new_rating.jpg | Bin 287352 -> 287352 bytes .../kim/updates_jpg/new_rating.jpg.txt | 2 +- .../updates_jpg/new_rating.no_metadata.jpg | Bin 265040 -> 265040 bytes .../new_rating.no_metadata.jpg.txt | 2 +- .../kim/updates_jpg/new_taken_date.jpg | Bin 287457 -> 287457 bytes .../kim/updates_jpg/new_taken_date.jpg.txt | 2 +- .../new_taken_date.no_metadata.jpg | Bin 265185 -> 265185 bytes .../new_taken_date.no_metadata.jpg.txt | 2 +- .../kim/updates_jpg/rotated_right.jpg | Bin 287430 -> 287430 bytes .../kim/updates_jpg/rotated_right.jpg.txt | 2 +- .../updates_jpg/rotated_right.no_metadata.jpg | Bin 265106 -> 265106 bytes .../rotated_right.no_metadata.jpg.txt | 2 +- .../kim/updates_jxl/new_gps_coordinates.jxl | Bin 901806 -> 901806 bytes .../updates_jxl/new_gps_coordinates.jxl.txt | 2 +- .../new_gps_coordinates.no_metadata.jxl | Bin 881887 -> 881887 bytes .../new_gps_coordinates.no_metadata.jxl.txt | 2 +- .../ashampoo/kim/updates_jxl/new_keywords.jxl | Bin 901699 -> 901699 bytes .../kim/updates_jxl/new_keywords.jxl.txt | 2 +- .../updates_jxl/new_keywords.no_metadata.jxl | Bin 881816 -> 881816 bytes .../new_keywords.no_metadata.jxl.txt | 2 +- .../ashampoo/kim/updates_jxl/new_persons.jxl | Bin 901753 -> 901753 bytes .../kim/updates_jxl/new_persons.jxl.txt | 2 +- .../updates_jxl/new_persons.no_metadata.jxl | Bin 881818 -> 881818 bytes .../new_persons.no_metadata.jxl.txt | 2 +- .../ashampoo/kim/updates_jxl/new_rating.jxl | Bin 901509 -> 901509 bytes .../kim/updates_jxl/new_rating.jxl.txt | 2 +- .../updates_jxl/new_rating.no_metadata.jxl | Bin 881622 -> 881622 bytes .../new_rating.no_metadata.jxl.txt | 2 +- .../kim/updates_jxl/new_taken_date.jxl | Bin 901626 -> 901626 bytes .../kim/updates_jxl/new_taken_date.jxl.txt | 2 +- .../new_taken_date.no_metadata.jxl | Bin 881769 -> 881769 bytes .../new_taken_date.no_metadata.jxl.txt | 2 +- .../kim/updates_jxl/rotated_right.jxl | Bin 901599 -> 901599 bytes .../kim/updates_jxl/rotated_right.jxl.txt | 2 +- .../updates_jxl/rotated_right.no_metadata.jxl | Bin 881690 -> 881690 bytes .../rotated_right.no_metadata.jxl.txt | 2 +- .../new_gps_coordinates.no_metadata.png | Bin 140106 -> 140106 bytes .../new_gps_coordinates.no_metadata.png.txt | 2 +- .../kim/updates_png/new_gps_coordinates.png | Bin 150945 -> 150945 bytes .../updates_png/new_gps_coordinates.png.txt | 2 +- .../updates_png/new_keywords.no_metadata.png | Bin 140035 -> 140035 bytes .../new_keywords.no_metadata.png.txt | 2 +- .../ashampoo/kim/updates_png/new_keywords.png | Bin 148636 -> 148636 bytes .../kim/updates_png/new_keywords.png.txt | 2 +- .../updates_png/new_persons.no_metadata.png | Bin 140037 -> 140037 bytes .../new_persons.no_metadata.png.txt | 2 +- .../ashampoo/kim/updates_png/new_persons.png | Bin 148690 -> 148690 bytes .../kim/updates_png/new_persons.png.txt | 2 +- .../updates_png/new_rating.no_metadata.png | Bin 139841 -> 139841 bytes .../new_rating.no_metadata.png.txt | 2 +- .../ashampoo/kim/updates_png/new_rating.png | Bin 148446 -> 148446 bytes .../kim/updates_png/new_rating.png.txt | 2 +- .../new_taken_date.no_metadata.png | Bin 139988 -> 139988 bytes .../new_taken_date.no_metadata.png.txt | 2 +- .../kim/updates_png/new_taken_date.png | Bin 150795 -> 150795 bytes .../kim/updates_png/new_taken_date.png.txt | 2 +- .../updates_png/rotated_right.no_metadata.png | Bin 139909 -> 139909 bytes .../rotated_right.no_metadata.png.txt | 2 +- .../kim/updates_png/rotated_right.png | Bin 150690 -> 150690 bytes .../kim/updates_png/rotated_right.png.txt | 2 +- .../new_gps_coordinates.no_metadata.webp | Bin 1909590 -> 1909590 bytes .../new_gps_coordinates.no_metadata.webp.txt | 2 +- .../kim/updates_webp/new_gps_coordinates.webp | Bin 1933012 -> 1933012 bytes .../updates_webp/new_gps_coordinates.webp.txt | 2 +- .../new_keywords.no_metadata.webp | Bin 1909522 -> 1909522 bytes .../new_keywords.no_metadata.webp.txt | 2 +- .../kim/updates_webp/new_keywords.webp | Bin 1925796 -> 1925796 bytes .../kim/updates_webp/new_keywords.webp.txt | 2 +- .../updates_webp/new_persons.no_metadata.webp | Bin 1909524 -> 1909524 bytes .../new_persons.no_metadata.webp.txt | 2 +- .../kim/updates_webp/new_persons.webp | Bin 1925850 -> 1925850 bytes .../kim/updates_webp/new_persons.webp.txt | 2 +- .../updates_webp/new_rating.no_metadata.webp | Bin 1909328 -> 1909328 bytes .../new_rating.no_metadata.webp.txt | 2 +- .../ashampoo/kim/updates_webp/new_rating.webp | Bin 1925606 -> 1925606 bytes .../kim/updates_webp/new_rating.webp.txt | 2 +- .../new_taken_date.no_metadata.webp | Bin 1909472 -> 1909472 bytes .../new_taken_date.no_metadata.webp.txt | 2 +- .../kim/updates_webp/new_taken_date.webp | Bin 1925712 -> 1925712 bytes .../kim/updates_webp/new_taken_date.webp.txt | 2 +- .../rotated_right.no_metadata.webp | Bin 1909392 -> 1909392 bytes .../rotated_right.no_metadata.webp.txt | 2 +- .../kim/updates_webp/rotated_right.webp | Bin 1925606 -> 1925606 bytes .../kim/updates_webp/rotated_right.webp.txt | 2 +- 106 files changed, 63 insertions(+), 64 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b8ae4ec..f4bfa8f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,14 +20,14 @@ jobs: timeout-minutes: 5 with: fetch-depth: 0 # no shallow clones for SonarQube - - name: Set up Java JDK 18 + - name: Set up Java JDK 17 uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '18.0.2+9' - - name: Select XCode 15.0.1 + java-version: '17.0.10+7' + - name: Select XCode 15.2 run: | - sudo xcode-select -s /Applications/Xcode_15.0.1.app/Contents/Developer + sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer xcodebuild -version - name: Gradle Cache uses: actions/cache@v3 diff --git a/README.md b/README.md index 8dd5d1d4..8e3dbc58 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ of Ashampoo Photos, which, in turn, is driven by user community feedback. ## Installation ``` -implementation("com.ashampoo:kim:0.16.2") +implementation("com.ashampoo:kim:0.16.3") ``` For the targets `wasmJs` & `js` you also need to specify this: diff --git a/build.gradle.kts b/build.gradle.kts index 586ddaf1..36e13fd6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,7 +25,7 @@ repositories { val productName = "Ashampoo Kim" val ktorVersion: String = "2.3.8" -val xmpCoreVersion: String = "1.2.0" +val xmpCoreVersion: String = "1.2.1" val dateTimeVersion: String = "0.5.0" val testRessourcesVersion: String = "0.4.0" val ioCoreVersion: String = "0.3.2" @@ -163,8 +163,8 @@ kotlin { jvm { java { - sourceCompatibility = JavaVersion.VERSION_17 - targetCompatibility = JavaVersion.VERSION_17 + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 } } @@ -293,7 +293,6 @@ kotlin { dependsOn(posixMain) } - val iosArm64Main by sourceSets.getting val iosX64Main by sourceSets.getting val iosSimulatorArm64Main by sourceSets.getting diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 509c4a29..20db9ad5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/commonTest/resources/com/ashampoo/kim/testdata/xmp/acdsee_sample_mod.xmp b/src/commonTest/resources/com/ashampoo/kim/testdata/xmp/acdsee_sample_mod.xmp index 1df2bea6..b3e0bc45 100644 --- a/src/commonTest/resources/com/ashampoo/kim/testdata/xmp/acdsee_sample_mod.xmp +++ b/src/commonTest/resources/com/ashampoo/kim/testdata/xmp/acdsee_sample_mod.xmp @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + f-n;hGjE^3$a0(u0Lga>@Bjb+ delta 32 kcmcaUL*V)hfernPj0VjU7~3Z>f-n;hGjE^3$a0(u0Lftr?*IS* diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.no_metadata.jpg.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.no_metadata.jpg.txt index 374e5a98..4427c44e 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.no_metadata.jpg.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_gps_coordinates.no_metadata.jpg.txt @@ -18,7 +18,7 @@ Big-endian (Motorola, MM) ---- XMP ---- - + - + - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg index ebf2290c3871c4487c85d191fcc76ab0fbe884e9..37e3c7cde6ee869fa5469ecacca717bdc27f8dd2 100644 GIT binary patch delta 32 lcmZoVF4%NjaKn*sM#JW#;q6Dm8G)Dyh?%z^4QJWQ4FK+d4c`C& delta 32 lcmZoVF4%NjaKn*sMuX;~;q6Dm8G)Dyh?%z^4QJWQ4FK+H4c-6% diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg.txt index 1601948d..a92de7d6 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_persons.jpg.txt @@ -135,7 +135,7 @@ Keywords (25) = 'people' ---- XMP ---- - + - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.jpg b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.jpg index cb34fadb15825a5c4000344bad93dab7e3777564..92a0e2044a03363a6da7017ff46d39c8bbc4e073 100644 GIT binary patch delta 32 lcmexyMDWKE!3{^k84a6{hPNLLX9Qv - + bfe8;84I3Y|K4NTr#MJtTdFvyVJT3sPtPDW_ delta 26 icmcaGP2j>bfe8;84H_S{K4NTr#MJtTdFvyVJT3sPn+!kz diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.no_metadata.jpg.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.no_metadata.jpg.txt index 1000050a..4ff09554 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.no_metadata.jpg.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_rating.no_metadata.jpg.txt @@ -2,7 +2,7 @@ File format : JPEG Resolution : 2304 x 1536 ---- XMP ---- - + - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.no_metadata.jpg.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.no_metadata.jpg.txt index e374014e..75419e42 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.no_metadata.jpg.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jpg/new_taken_date.no_metadata.jpg.txt @@ -12,7 +12,7 @@ Big-endian (Motorola, MM) ---- XMP ---- - + - + - + tIF*6Xe05K~NvjH(X5OV-AClGT1F*gwNY!@-+ Hoz)KjYQzxn delta 68 zcmZ42YQC=3e1ottqd~KXal42yBM>tIF*6Xe05K~NvjH(X5OV-AClGT1F*gwNY!@-+ Hoz)KjYKjo> diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.jxl.txt index 4d1e9b33..31ca0edf 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_gps_coordinates.jxl.txt @@ -70,7 +70,7 @@ Little-endian (Intel, II) ---- XMP ---- - + YY - + GXpUT5VHa?8xXStF$WNH0x=g5a|1EY_IFIY Gq5A>7+#2fu delta 68 zcmX@yVt%;Ae8XENMuX;eOzrQO7=ai>GXpUT5VHa?8xXStF$WNH0x=g5a|1EY_IFIY Gq5A>7q8jP| diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.jxl.txt index 6ceb2089..3a05ecf2 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.jxl.txt @@ -61,7 +61,7 @@ Little-endian (Intel, II) ---- XMP ---- - + F}1&AVgzCk%?!jWK+FonY(UHo#2i4(3B+7L%nigm+ut$q Ht||lo+KwAy delta 68 zcmbR7(sag4(+zK#7!8`=F}1&AVgzCk%?!jWK+FonY(UHo#2i4(3B+7L%nigm+ut$q Ht||lo+Eg21 diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.no_metadata.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.no_metadata.jxl.txt index 063bcea4..7fbfb6f4 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.no_metadata.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_keywords.no_metadata.jxl.txt @@ -2,7 +2,7 @@ File format : JXL Resolution : null ---- XMP ---- - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl index 2319f2a79ae7590bedaeeb490fb7520c4da67f83..bea71bd70c4994baafa88be1f53aa4fc825d5a06 100644 GIT binary patch delta 68 zcmey_V*azme8XENM#JWJOzrQO7=ai>GXpUT5VHa?8xXStF$WNH0x=g5a|1EY_IFIY G-TMLBRvV1~ delta 68 zcmey_V*azme8XENMuX;eOzrQO7=ai>GXpUT5VHa?8xXStF$WNH0x=g5a|1EY_IFIY G-TMLB92<-P diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl.txt index 8aa4f018..bfd09d17 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_persons.jxl.txt @@ -61,7 +61,7 @@ Little-endian (Intel, II) ---- XMP ---- - + F}1&AVgzCk%?!jWK+FonY(UHo#2i4(3B+7L%nigm+ut$q Ht| - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl index 2b8be0dac18220bc2d8cb9829b717d58b8739b30..e0afe89bce7976e3eda2a41c0f01c9f0d2d7411f 100644 GIT binary patch delta 68 zcmZo|Hg9b<-|&`+(Xja)Q~Nt6Mj!^!%s|Wn#H>Kf2E^<@%mKulK+FZi+(68;{T&nU G^nC!GrW&pQ delta 68 zcmZo|Hg9b<-|&`+(V+PqQ~Nt6Mj!^!%s|Wn#H>Kf2E^<@%mKulK+FZi+(68;{T&nU G^nC!GY#OZq diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl.txt index a07ccac6..d1c1211b 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.jxl.txt @@ -61,7 +61,7 @@ Little-endian (Intel, II) ---- XMP ---- - + F}1&AVgzCk%?!jWK+FonY(UHo#2i4(3B+7L%nigm+ut$q Hz9;|y`Z*jI delta 68 zcmcci-1ORW(+zK#7!8`=F}1&AVgzCk%?!jWK+FonY(UHo#2i4(3B+7L%nigm+ut$q Hz9;|y`Trai diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.no_metadata.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.no_metadata.jxl.txt index f72a1e78..04bbeba6 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.no_metadata.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_rating.no_metadata.jxl.txt @@ -2,7 +2,7 @@ File format : JXL Resolution : null ---- XMP ---- - + Z2qg+e8W^DM#JW5M(xv#7=f4xh?#+y1&CRJm<@>8ftUk`If0l9h`E87XZtiG H-jsd-iP{+6 delta 68 zcmey>Z2qg+e8W^DMuX;QM(xv#7=f4xh?#+y1&CRJm<@>8ftUk`If0l9h`E87XZtiG H-jsd-iJ%zW diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.jxl.txt index 97b289eb..31966e3f 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/new_taken_date.jxl.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + 8ftUk`If0l9h`E87XZtiG HUeA62dz~1K delta 68 zcmccLY<|Dle8W^DMuX;QM(xv#7=f4xh?#+y1&CRJm<@>8ftUk`If0l9h`E87XZtiG HUeA62dt(@k diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.jxl.txt b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.jxl.txt index 4be08340..706044d8 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.jxl.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_jxl/rotated_right.jxl.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + - + - + &aFtRM+XS8U}V`|T1V%(m`#57d_0L|zN0ssI2 diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.no_metadata.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.no_metadata.png.txt index d268bbac..77ed1ffd 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.no_metadata.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.no_metadata.png.txt @@ -10,7 +10,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png index 46b830f377cabcf9f7ec74e3ef49e63f78496f26..f2189c0b5bb1569bf3a7faa39e333a0cf7aae57c 100644 GIT binary patch delta 32 ocmbQ!$vLN!bHYhR!;PoTv$B}=aK|;zWow_y#<+bh8`FPV0Mk_rPXGV_ delta 32 qcmV+*0N?+di3yyE36RMFFtN(d1q9B*#@U0N28W#n0k@q70{=boWe!pR diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png.txt index c381d24a..bf0c6d8e 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_keywords.png.txt @@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + &aF|sUEj?Qi_U}`U5V%%Q9#57d_0N5}Ku>b%7 diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.no_metadata.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.no_metadata.png.txt index f9766a72..8829f4c8 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.no_metadata.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.no_metadata.png.txt @@ -10,7 +10,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png index 04aa3087eb5e60839cab8102bc726f5ad0e39402..fb09f7b05ae336d3f34e125d6c4d6b22021126cf 100644 GIT binary patch delta 40 wcmccA$$6=hbHYhR!;Pm{**M;4rF>^#kd2${s3O|@hOPY#8{_sjY)sE=0Z60|m;e9( delta 40 wcmccA$$6=hbHYhRgN>(H**N?ddVVu7$i_`}R1s}{!`A+WjdA-MHl}B`067;9`v3p{ diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png.txt index 88888f24..65fdaa22 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_persons.png.txt @@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + jz*MqD9hpYhsx2ypIl_2Ak49EZg delta 31 pcmV+)0O0?@#0bH}2$0DEFp - + &ISy`4XRleDLpSAryE93V2tW5uH0qbcE?*IS* diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.png.txt index 65cd8864..a7e49b15 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/new_rating.png.txt @@ -130,7 +130,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + - + - + fstvd0szWi3*P_$ diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_png/rotated_right.no_metadata.png.txt b/src/commonTest/resources/com/ashampoo/kim/updates_png/rotated_right.no_metadata.png.txt index 8c1e3459..79576551 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_png/rotated_right.no_metadata.png.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_png/rotated_right.no_metadata.png.txt @@ -19,7 +19,7 @@ Time Created (60) = '15:28:58-15:28' ---- XMP ---- - + - + - + XRJ0>KL{LLJbVH|B4QF!GI9z^ ZDry>9I(i01CT12^wpX4?9N(qnz5fYf81(=E delta 75 zcmV~$w+(<1M5KLCEQR^{76VF;&m)>XRJ0>KL{LLJbVH|B4QF!GI9z^ ZDry>9I(i01CT12^wpX4?9N(qnz5fYY81w)D diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_gps_coordinates.webp.txt b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_gps_coordinates.webp.txt index 033d1b36..8940d713 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_gps_coordinates.webp.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_gps_coordinates.webp.txt @@ -70,7 +70,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp index 783569cf3770ccc4dbcb5926792db335e8215d63..ae8a2684b2acd0808390e2baa1cb1a4a619e5485 100644 GIT binary patch delta 75 zcmV~$SrLFB06@XPTfzH2u!9|_#J?XegaL@)j0x!FuJhJ;dm{)4iHJ!^$;c^?C`u}7 Z8d^Gf21X`k7FITPj#o<~u1^{LoIl7(7jFOn delta 75 zcmV~$SrLFB06@XPTfzH2FoPke#J?XegaL@)j0x!FuJhJ;dm{)4iHJ!^$;c^?C`u}7 Z8d^Gf21X`k7FITPj#o<~u1^{LoIl7y7j6Im diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp.txt b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp.txt index 9cef5563..3faf505a 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_keywords.webp.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp index 4068ba8b869f35edf23dc61b9fea2333b54c0a88..df5539b36eb5c38a59193b310e953f21b482aadf 100644 GIT binary patch delta 75 zcmV~$#}R-a006feyS^(9!>z(z^-UtFhB4QF!GI9zeijs<& ZhL(<=fsu)sg_Vt+s3a7=MU$%7!d#f delta 75 zcmV~$#}R-a006feyS^(9!>z(z^-UtFhB4QF!GI9zeijs<& ZhL(<=fsu)sg_Vt+s3a7=MU$w7!Uve diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp.txt b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp.txt index acfc3a98..5a09613c 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_persons.webp.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + 1g%n$957%%_; delta 75 zcmV~$SrLFB06@XPTS3M9q=O--#J?Xek~0RNg#pOnZtyO6cO!_1Nl3}aDJZFsC~6v7 ZG#xzyBNH1g%n$8}7%u<- diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_rating.webp.txt b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_rating.webp.txt index a6f4fe7f..36d1e15b 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_rating.webp.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_webp/new_rating.webp.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - + - + - + - + 1g%n$957%%_; delta 75 zcmV~$SrLFB06@XPTS3M9q=O--#J?Xek~0RNg#pOnZtyO6cO!_1Nl3}aDJZFsC~6v7 ZG#xzyBNH1g%n$8}7%u<- diff --git a/src/commonTest/resources/com/ashampoo/kim/updates_webp/rotated_right.webp.txt b/src/commonTest/resources/com/ashampoo/kim/updates_webp/rotated_right.webp.txt index 669fadd4..76c07103 100644 --- a/src/commonTest/resources/com/ashampoo/kim/updates_webp/rotated_right.webp.txt +++ b/src/commonTest/resources/com/ashampoo/kim/updates_webp/rotated_right.webp.txt @@ -62,7 +62,7 @@ Little-endian (Intel, II) ---- XMP ---- - +