Skip to content

Commit

Permalink
Update to FMOD 1.10.11 and iOS SDK 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dapetcu21 committed Feb 22, 2019
1 parent e720f8b commit bb7bd51
Show file tree
Hide file tree
Showing 18 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/Makefile.ios
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HEADERS = \

CXX := xcrun --sdk iphoneos c++ -isysroot `xcrun --sdk iphoneos --show-sdk-path` -arch arm64 -arch armv7s -arch armv7

CXXFLAGS := -std=c++11 -O3 -fvisibility=hidden -I./include -miphoneos-version-min=6.0
CXXFLAGS := -std=c++11 -O3 -fvisibility=hidden -I./include -miphoneos-version-min=8.0

all: $(LIBPATH)

Expand Down
2 changes: 2 additions & 0 deletions fmod/ext.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ platforms:
arm64-ios:
context:
frameworks: ["AVFoundation"]
libs: ["c++"]

armv7-ios:
context:
frameworks: ["AVFoundation"]
libs: ["c++"]

x86_64-osx:
context:
Expand Down
Binary file modified fmod/lib/android/fmod.jar
Binary file not shown.
Binary file modified fmod/lib/ios/libfmod_iphoneos.a
Binary file not shown.
Binary file modified fmod/lib/ios/libfmodbridge.a
Binary file not shown.
Binary file modified fmod/lib/ios/libfmodstudio_iphoneos.a
Binary file not shown.
Binary file modified fmod/lib/web/libfmodstudio.a
Binary file not shown.
Binary file modified fmod/res/armv7-android/lib/armeabi-v7a/libfmod.so
Binary file not shown.
Binary file modified fmod/res/armv7-android/lib/armeabi-v7a/libfmodstudio.so
Binary file not shown.
Binary file modified fmod/res/x86-win32/fmod.dll
Binary file not shown.
Binary file modified fmod/res/x86-win32/fmodstudio.dll
Binary file not shown.
Binary file modified fmod/res/x86_64-linux/libfmod.so
Binary file not shown.
Binary file modified fmod/res/x86_64-linux/libfmodstudio.so
Binary file not shown.
Binary file modified fmod/res/x86_64-osx/Contents/MacOS/libfmod.dylib
Binary file not shown.
Binary file modified fmod/res/x86_64-osx/Contents/MacOS/libfmodstudio.dylib
Binary file not shown.
Binary file modified fmod/res/x86_64-win32/fmod64.dll
Binary file not shown.
Binary file modified fmod/res/x86_64-win32/fmodstudio64.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions fmod/src/fmod_extension.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#define LIB_NAME "DefoldFMOD"
#define MODULE_NAME "fmod"

#ifndef DLIB_LOG_DOMAIN
#define DLIB_LOG_DOMAIN "fmod"
#endif
#include <dmsdk/sdk.h>

#if defined(DM_PLATFORM_OSX) || defined(DM_PLATFORM_WINDOWS) || defined(DM_PLATFORM_LINUX) || defined(DM_PLATFORM_IOS) || defined(DM_PLATFORM_HTML5) || defined(DM_PLATFORM_ANDROID)
Expand Down

0 comments on commit bb7bd51

Please sign in to comment.