Skip to content

Commit

Permalink
[fix] missing compiled library on iOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Dias committed May 17, 2024
1 parent 8bc5735 commit 090e52a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ source/fmod_gml/extensions/FMOD/*.nrr
source/fmod_gml/extensions/FMOD/**/fmod.jar
source/fmod_gml/extensions/FMOD/**/*fmodL*.*
source/fmod_gml/extensions/FMOD/**/*fmodstudioL*.*
source/fmod_gml/extensions/FMOD/**/Fmod Core/
source/fmod_gml/extensions/FMOD/**/Fmod Studio/

# YYFMOD build solutions (temp & output)
source/fmod_gml/extensions/FMOD/fmod_android/out/
Expand All @@ -45,3 +47,4 @@ xcuserdata/
*.sh-e

output/

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"gitHubUrl":"https://github.com/YoYoGames/GMEXT-FMOD","projectFile":"source/fmod_gml/FMOD.yyp","projectVersion":"LTS22","releaseTemplate":"templates/release_body.md","extensionMetaData":[{"extensionFile":"source/fmod_gml/extensions/FMOD/FMOD.yy","packageId":"com.yoyogames.fmodext","packageName":"FMOD Ext","packageVersion":"0.0.4","packageFormat":"LTS22","includeFolders":null,"includeResources":null,"excludeFolders":null,"excludeResources":null,"postRemovals":["**/.vs/","**/.vsc/","extensions/FMOD/YYFMOD_xbox*.dll","extensions/FMOD/*.prx","extensions/FMOD/*.nro","extensions/FMOD/*.nrr","extensions/FMOD/**/fmod.jar","extensions/FMOD/**/*fmodL*.*","extensions/FMOD/**/*fmodstudioL*.*","extensions/FMOD/fmod_android/out/","extensions/FMOD/fmod_gdk/**/Gaming.Xbox.*.x64/","extensions/FMOD/fmod_playstation/**/ORBIS/","extensions/FMOD/fmod_playstation/**/Prospero/","extensions/FMOD/fmod_switch/**/NX64/","extensions/FMOD/fmod_windows/**/x64/","*.user","xcuserdata/","!extensions/FMOD/libfmodL.dylib","!extensions/FMOD/libfmodstudioL.dylib","*.sh-e"]}]}
{"gitHubUrl":"https://github.com/YoYoGames/GMEXT-FMOD","projectFile":"source/fmod_gml/FMOD.yyp","projectVersion":"LTS22","releaseTemplate":"templates/release_body.md","extensionMetaData":[{"extensionFile":"source/fmod_gml/extensions/FMOD/FMOD.yy","packageId":"com.yoyogames.fmodext","packageName":"FMOD Ext","packageVersion":"0.0.5","packageFormat":"LTS22","includeFolders":null,"includeResources":null,"excludeFolders":null,"excludeResources":null,"postRemovals":["**/.vs/","**/.vsc/","extensions/FMOD/YYFMOD_xbox*.dll","extensions/FMOD/*.prx","extensions/FMOD/*.nro","extensions/FMOD/*.nrr","extensions/FMOD/**/fmod.jar","extensions/FMOD/**/*fmodL*.*","extensions/FMOD/**/*fmodstudioL*.*","extensions/FMOD/**/Fmod Core/","extensions/FMOD/**/Fmod Studio/","extensions/FMOD/fmod_android/out/","extensions/FMOD/fmod_gdk/**/Gaming.Xbox.*.x64/","extensions/FMOD/fmod_playstation/**/ORBIS/","extensions/FMOD/fmod_playstation/**/Prospero/","extensions/FMOD/fmod_switch/**/NX64/","extensions/FMOD/fmod_windows/**/x64/","*.user","xcuserdata/","!extensions/FMOD/libfmodL.dylib","!extensions/FMOD/libfmodstudioL.dylib","*.sh-e"]}]}
2 changes: 1 addition & 1 deletion source/fmod_gml/extensions/FMOD/FMOD.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 090e52a

Please sign in to comment.