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) <patrick.exner1@web.de>
This commit is contained in:
parent
19eda87006
commit
27b2c2efbb
|
@ -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)
|
||||
|
||||
|
|
32
bin/ios/ios.framework/Info.plist
Normal file
32
bin/ios/ios.framework/Info.plist
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>libEXTENSION-NAME.macos.template_release</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Godot Template Cpp</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Godot Template Cpp</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.godot.godot-template-cpp</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Unlicensed</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CSResourcesFileMapped</key>
|
||||
<true/>
|
||||
<key>DTPlatformName</key>
|
||||
<string>iphoneos</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>12.0</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1 +1 @@
|
|||
Subproject commit fbbf9ec4efd8f1055d00edb8d926eef8ba4c2cce
|
||||
Subproject commit 54136ee8357c5140a3775c54f08db5f7deda2058
|
Loading…
Reference in a new issue