Skip to content

Commit

Permalink
Update js APIs to latest Emscripten (3.1.55). (#26)
Browse files Browse the repository at this point in the history
Update defold-screenshot dependency to latest version.
Remove unused armv7-ios arch from manifest.
  • Loading branch information
ekharkunov authored Apr 11, 2024
1 parent e2581af commit 71d65cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion game.project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = 1.0.1
write_log = 0
custom_resources = example/videos
dependencies#0 = https://github.com/britzl/gooey/archive/8.1.1.zip
dependencies#1 = https://github.com/britzl/defold-screenshot/archive/1.8.1.zip
dependencies#1 = https://github.com/britzl/defold-screenshot/archive/1.10.0.zip

[bootstrap]
main_collection = /example/example.collectionc
Expand Down
4 changes: 0 additions & 4 deletions share/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ platforms:
context:
frameworks: ["AVFoundation", "AppKit"]

armv7-ios:
context:
frameworks: ["AVFoundation", "UIKit"]

arm64-ios:
context:
frameworks: ["AVFoundation", "UIKit"]
Expand Down
2 changes: 1 addition & 1 deletion share/lib/web/lib_share.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ var LibShare = {
}

autoAddDeps(LibShare, '$ShareLibrary');
mergeInto(LibraryManager.library, LibShare);
addToLibrary(LibShare);

0 comments on commit 71d65cf

Please sign in to comment.