Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Jun 27, 2024
1 parent 4b43db0 commit 5acd045
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package com.mohamedrejeb.calf.picker.platform.mac
import com.mohamedrejeb.calf.picker.FilePickerFileType
import com.mohamedrejeb.calf.picker.FilePickerSelectionMode
import com.mohamedrejeb.calf.picker.platform.PlatformFilePicker
import io.github.vinceglb.filekit.core.platform.mac.foundation.Foundation
import io.github.vinceglb.filekit.core.platform.mac.foundation.ID
import com.mohamedrejeb.calf.picker.platform.mac.foundation.Foundation
import com.mohamedrejeb.calf.picker.platform.mac.foundation.ID
import jodd.net.MimeTypes
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.withContext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.vinceglb.filekit.core.platform.mac.foundation
package com.mohamedrejeb.calf.picker.platform.mac.foundation

import com.sun.jna.Callback
import com.sun.jna.Function
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.vinceglb.filekit.core.platform.mac.foundation
package com.mohamedrejeb.calf.picker.platform.mac.foundation

import com.sun.jna.Callback
import com.sun.jna.Library
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.github.vinceglb.filekit.core.platform.mac.foundation
package com.mohamedrejeb.calf.picker.platform.mac.foundation

import com.sun.jna.NativeLong

Expand Down

0 comments on commit 5acd045

Please sign in to comment.