File tree Expand file tree Collapse file tree
src/main/java/org/redlance/platformtools/impl/macos/appkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55}
66
77base. archivesName = " PlatformTools"
8- version = " 1.0.4 "
8+ version = " 1.0.5 "
99group = " org.redlance"
1010
1111repositories {
@@ -20,7 +20,7 @@ dependencies {
2020 api(" net.java.dev.jna:jna:5.17.0" )
2121
2222 // macOS
23- api(" com.github.dima-dencep:jfa:7692527 " ) {
23+ api(" com.github.dima-dencep:jfa:f5dd036 " ) {
2424 exclude(group : " net.java.dev.jna" )
2525 }
2626}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 66import de .jangassen .jfa .foundation .ID ;
77
88public interface CoreServices extends Library {
9- CoreServices INSTANCE = Native .load (
10- "/System/Library/Frameworks/CoreServices.framework/CoreServices" ,
11- CoreServices .class );
9+ CoreServices INSTANCE = Native .load ("CoreServices" , CoreServices .class );
1210
1311 ID MDItemCreate (Pointer allocator , ID path );
1412 ID MDItemCopyAttribute (ID item , ID name );
You can’t perform that action at this time.
0 commit comments