Skip to content

Commit

Permalink
Important bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
depilz committed Dec 31, 2024
1 parent 207f47e commit d3593c7
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 36 deletions.
Binary file not shown.
Binary file modified plugins/2020.2600/android/jniLibs/armeabi-v7a/libplugin.spine.so
Binary file not shown.
Binary file modified plugins/2020.2600/android/jniLibs/x86/libplugin.spine.so
Binary file not shown.
Binary file modified plugins/2020.2600/android/jniLibs/x86_64/libplugin.spine.so
Binary file not shown.
Binary file modified plugins/2020.2600/android/libplugin.spine.so
Binary file not shown.
Binary file added plugins/2020.2600/iphone-sim/libplugin_spine.a
Binary file not shown.
15 changes: 3 additions & 12 deletions plugins/2020.2600/iphone-sim/metadata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,11 @@ local metadata =
plugin =
{
format = 'staticLibrary',

-- This is the name without the 'lib' prefix.
-- In this case, the static library is called: libSTATIC_LIB_NAME.a
staticLibs = { 'plugin_spine', },

staticLibs = { 'plugin_spine', },
frameworks = {},
frameworksOptional = {},
},
coronaManifest = {
dependencies = {
-- Example dependencies:
--["plugin.memoryBitmap"] = "com.coronalabs",
},
-- usesSwift = true,
},
}

return metadata
return metadata
24 changes: 0 additions & 24 deletions plugins/2020.2600/iphone-sim/plugin_spine.lua

This file was deleted.

Binary file modified plugins/2020.2600/iphone/libplugin_spine.a
Binary file not shown.
Binary file modified plugins/2020.2600/mac-sim/plugin_spine.dylib
Binary file not shown.
Binary file modified plugins/2020.2600/win32-sim/plugin_spine.dll
Binary file not shown.

0 comments on commit d3593c7

Please sign in to comment.