From 111f9052ad68cb37a71b826d1ec2782e39a6ec76 Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Fri, 17 May 2024 13:08:55 +0200 Subject: [PATCH] Update README.md by removing typo Remove uneeded message Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md update readme and also ios build to be with .framework as well Co-Authored-By: Patrick Exner (FlameLizard) --- SConstruct | 2 +- bin/ios/ios.framework/Info.plist | 32 ++++++++++++++++++++++++++++++++ godot-cpp | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 bin/ios/ios.framework/Info.plist 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