Skip to content

Commit

Permalink
Fix issue that info.plist file isn't included into final jar
Browse files Browse the repository at this point in the history
  • Loading branch information
berstanio committed Mar 22, 2022
1 parent 3ae4941 commit a7215ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public void add(BuildTarget target, JnigenExtension ext, String abi) {

String path = ext.subProjectDir + ext.libsDir + File.separatorChar + targetFolder;
from(path, (copySpec) -> {
copySpec.include("**/*.xcframework/");
copySpec.include("**/*.framework/");
copySpec.include("**/*.a");
copySpec.into("META-INF/robovm/ios/libs");
Expand Down

0 comments on commit a7215ba

Please sign in to comment.