diff --git a/SConstruct b/SConstruct index c335828..3bfac57 100644 --- a/SConstruct +++ b/SConstruct @@ -55,7 +55,7 @@ sources = Glob("src/*.cpp") + Glob("src/utils/*.cpp") file = "{}{}{}".format(libname, env["suffix"], env["SHLIBSUFFIX"]) -if env["platform"] == "macos": +if env["platform"] == "macos" or env["platform"] == "ios": platlibname = "{}.{}.{}".format(libname, env["platform"], env["target"]) file = "{}.framework/{}".format(env["platform"], platlibname, platlibname) diff --git a/bin/ios/ios.framework/Info.plist b/bin/ios/ios.framework/Info.plist new file mode 100644 index 0000000..e53964f --- /dev/null +++ b/bin/ios/ios.framework/Info.plist @@ -0,0 +1,32 @@ + + + + + CFBundleInfoDictionaryVersion + 6.0 + CFBundleDevelopmentRegion + en + CFBundleExecutable + libEXTENSION-NAME.macos.template_release + CFBundleName + Godot Template Cpp + CFBundleDisplayName + Godot Template Cpp + CFBundleIdentifier + org.godot.godot-template-cpp + NSHumanReadableCopyright + Unlicensed + CFBundleVersion + 1.0.0 + CFBundleShortVersionString + 1.0.0 + CFBundlePackageType + FMWK + CSResourcesFileMapped + + DTPlatformName + iphoneos + MinimumOSVersion + 12.0 + + diff --git a/godot-cpp b/godot-cpp index fbbf9ec..54136ee 160000 --- a/godot-cpp +++ b/godot-cpp @@ -1 +1 @@ -Subproject commit fbbf9ec4efd8f1055d00edb8d926eef8ba4c2cce +Subproject commit 54136ee8357c5140a3775c54f08db5f7deda2058