Skip to content

Commit

Permalink
Merge pull request #33 from Berstanio/fix-plist
Browse files Browse the repository at this point in the history
Fix issue that info.plist file isn't included into final jar
  • Loading branch information
PokeMMO authored Mar 22, 2022
2 parents 3ae4941 + a7215ba commit 5230c53
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 5230c53

Please sign in to comment.