Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrw committed Jun 22, 2024
1 parent f497e22 commit 5a4aac6
Show file tree
Hide file tree
Showing 86 changed files with 2,782 additions and 119 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
!*.*
!AppRun

vendor/pcre

*.dSYM
*.so
*.dylib
Expand All @@ -19,8 +21,8 @@ logs/

app/.import
.DS_Store
app/_dlls/enu.exp
app/_dlls/enu.lib
app/enu.exp
app/enu.lib

generated/
app/export_presets.cfg
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
url = https://github.com/dsrw/godot.git
branch = enu
ignore = untracked
[submodule "vendor/pcre2"]
path = vendor/pcre2
url = https://github.com/PhilipHazel/pcre2.git
Binary file added Enu.pck
Binary file not shown.
40 changes: 40 additions & 0 deletions Enu.xcframework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AvailableLibraries</key>
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>libgodot.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>libgodot.a</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
<string>XFWK</string>
<key>XCFrameworkFormatVersion</key>
<string>1.0</string>
</dict>
</plist>
Binary file added Enu.xcframework/ios-arm64/libgodot.a
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 5a4aac6

Please sign in to comment.