diff --git a/luajit.xcframework/Info.plist b/luajit.xcframework/Info.plist
index 6497793..8c41c91 100644
--- a/luajit.xcframework/Info.plist
+++ b/luajit.xcframework/Info.plist
@@ -5,38 +5,44 @@
AvailableLibraries
+ BinaryPath
+ libluajit_iOS_simulator.a
HeadersPath
Headers
LibraryIdentifier
- macos-arm64_x86_64
+ ios-arm64_x86_64-simulator
LibraryPath
- libluajit_macos.a
+ libluajit_iOS_simulator.a
SupportedArchitectures
arm64
x86_64
SupportedPlatform
- macos
+ ios
+ SupportedPlatformVariant
+ simulator
+ BinaryPath
+ libluajit_macos.a
HeadersPath
Headers
LibraryIdentifier
- ios-arm64_x86_64-simulator
+ macos-arm64_x86_64
LibraryPath
- libluajit_iOS_simulator.a
+ libluajit_macos.a
SupportedArchitectures
arm64
x86_64
SupportedPlatform
- ios
- SupportedPlatformVariant
- simulator
+ macos
+ BinaryPath
+ libluajitA64.a
HeadersPath
Headers
LibraryIdentifier
diff --git a/luajit.xcframework/ios-arm64/Headers/luaconf.h b/luajit.xcframework/ios-arm64/Headers/luaconf.h
index e8790c1..1cf3a03 100644
--- a/luajit.xcframework/ios-arm64/Headers/luaconf.h
+++ b/luajit.xcframework/ios-arm64/Headers/luaconf.h
@@ -1,6 +1,6 @@
/*
** Configuration header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef luaconf_h
@@ -37,7 +37,6 @@
#endif
#define LUA_LROOT "/usr/local"
#define LUA_LUADIR "/lua/5.1/"
-#define LUA_LJDIR "/luajit-2.1.0-beta3/"
#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT
@@ -51,7 +50,11 @@
#define LUA_RCPATH
#endif
-#define LUA_JPATH ";" LUA_JROOT "/share" LUA_LJDIR "?.lua"
+#ifndef LUA_LJDIR
+#define LUA_LJDIR LUA_JROOT "/share/luajit-2.1"
+#endif
+
+#define LUA_JPATH ";" LUA_LJDIR "/?.lua"
#define LUA_LLDIR LUA_LROOT "/share" LUA_LUADIR
#define LUA_LCDIR LUA_LROOT "/" LUA_LMULTILIB LUA_LUADIR
#define LUA_LLPATH ";" LUA_LLDIR "?.lua;" LUA_LLDIR "?/init.lua"
diff --git a/luajit.xcframework/ios-arm64/Headers/luajit.h b/luajit.xcframework/ios-arm64/Headers/luajit.h
index 31f1eb1..608b325 100644
--- a/luajit.xcframework/ios-arm64/Headers/luajit.h
+++ b/luajit.xcframework/ios-arm64/Headers/luajit.h
@@ -1,7 +1,7 @@
/*
** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
**
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
@@ -30,10 +30,10 @@
#include "lua.h"
-#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3"
-#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
-#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
-#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2022 Mike Pall"
+#define LUAJIT_VERSION "LuaJIT 2.1.1727870382"
+#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
+#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1727870382
+#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"
/* Modes for luaJIT_setmode. */
diff --git a/luajit.xcframework/ios-arm64/Headers/lualib.h b/luajit.xcframework/ios-arm64/Headers/lualib.h
index 8774845..ea116eb 100644
--- a/luajit.xcframework/ios-arm64/Headers/lualib.h
+++ b/luajit.xcframework/ios-arm64/Headers/lualib.h
@@ -1,6 +1,6 @@
/*
** Standard library header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LUALIB_H
diff --git a/luajit.xcframework/ios-arm64/libluajitA64.a b/luajit.xcframework/ios-arm64/libluajitA64.a
index 83d10b1..33282ed 100644
Binary files a/luajit.xcframework/ios-arm64/libluajitA64.a and b/luajit.xcframework/ios-arm64/libluajitA64.a differ
diff --git a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luaconf.h b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luaconf.h
index e8790c1..1cf3a03 100644
--- a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luaconf.h
+++ b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luaconf.h
@@ -1,6 +1,6 @@
/*
** Configuration header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef luaconf_h
@@ -37,7 +37,6 @@
#endif
#define LUA_LROOT "/usr/local"
#define LUA_LUADIR "/lua/5.1/"
-#define LUA_LJDIR "/luajit-2.1.0-beta3/"
#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT
@@ -51,7 +50,11 @@
#define LUA_RCPATH
#endif
-#define LUA_JPATH ";" LUA_JROOT "/share" LUA_LJDIR "?.lua"
+#ifndef LUA_LJDIR
+#define LUA_LJDIR LUA_JROOT "/share/luajit-2.1"
+#endif
+
+#define LUA_JPATH ";" LUA_LJDIR "/?.lua"
#define LUA_LLDIR LUA_LROOT "/share" LUA_LUADIR
#define LUA_LCDIR LUA_LROOT "/" LUA_LMULTILIB LUA_LUADIR
#define LUA_LLPATH ";" LUA_LLDIR "?.lua;" LUA_LLDIR "?/init.lua"
diff --git a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luajit.h b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luajit.h
index 31f1eb1..608b325 100644
--- a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luajit.h
+++ b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/luajit.h
@@ -1,7 +1,7 @@
/*
** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
**
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
@@ -30,10 +30,10 @@
#include "lua.h"
-#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3"
-#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
-#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
-#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2022 Mike Pall"
+#define LUAJIT_VERSION "LuaJIT 2.1.1727870382"
+#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
+#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1727870382
+#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"
/* Modes for luaJIT_setmode. */
diff --git a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/lualib.h b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/lualib.h
index 8774845..ea116eb 100644
--- a/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/lualib.h
+++ b/luajit.xcframework/ios-arm64_x86_64-simulator/Headers/lualib.h
@@ -1,6 +1,6 @@
/*
** Standard library header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LUALIB_H
diff --git a/luajit.xcframework/ios-arm64_x86_64-simulator/libluajit_iOS_simulator.a b/luajit.xcframework/ios-arm64_x86_64-simulator/libluajit_iOS_simulator.a
index fff8f1d..57030b3 100644
Binary files a/luajit.xcframework/ios-arm64_x86_64-simulator/libluajit_iOS_simulator.a and b/luajit.xcframework/ios-arm64_x86_64-simulator/libluajit_iOS_simulator.a differ
diff --git a/luajit.xcframework/macos-arm64_x86_64/Headers/luaconf.h b/luajit.xcframework/macos-arm64_x86_64/Headers/luaconf.h
index e8790c1..1cf3a03 100644
--- a/luajit.xcframework/macos-arm64_x86_64/Headers/luaconf.h
+++ b/luajit.xcframework/macos-arm64_x86_64/Headers/luaconf.h
@@ -1,6 +1,6 @@
/*
** Configuration header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef luaconf_h
@@ -37,7 +37,6 @@
#endif
#define LUA_LROOT "/usr/local"
#define LUA_LUADIR "/lua/5.1/"
-#define LUA_LJDIR "/luajit-2.1.0-beta3/"
#ifdef LUA_ROOT
#define LUA_JROOT LUA_ROOT
@@ -51,7 +50,11 @@
#define LUA_RCPATH
#endif
-#define LUA_JPATH ";" LUA_JROOT "/share" LUA_LJDIR "?.lua"
+#ifndef LUA_LJDIR
+#define LUA_LJDIR LUA_JROOT "/share/luajit-2.1"
+#endif
+
+#define LUA_JPATH ";" LUA_LJDIR "/?.lua"
#define LUA_LLDIR LUA_LROOT "/share" LUA_LUADIR
#define LUA_LCDIR LUA_LROOT "/" LUA_LMULTILIB LUA_LUADIR
#define LUA_LLPATH ";" LUA_LLDIR "?.lua;" LUA_LLDIR "?/init.lua"
diff --git a/luajit.xcframework/macos-arm64_x86_64/Headers/luajit.h b/luajit.xcframework/macos-arm64_x86_64/Headers/luajit.h
index 31f1eb1..608b325 100644
--- a/luajit.xcframework/macos-arm64_x86_64/Headers/luajit.h
+++ b/luajit.xcframework/macos-arm64_x86_64/Headers/luajit.h
@@ -1,7 +1,7 @@
/*
** LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/
**
-** Copyright (C) 2005-2022 Mike Pall. All rights reserved.
+** Copyright (C) 2005-2023 Mike Pall. All rights reserved.
**
** Permission is hereby granted, free of charge, to any person obtaining
** a copy of this software and associated documentation files (the
@@ -30,10 +30,10 @@
#include "lua.h"
-#define LUAJIT_VERSION "LuaJIT 2.1.0-beta3"
-#define LUAJIT_VERSION_NUM 20100 /* Version 2.1.0 = 02.01.00. */
-#define LUAJIT_VERSION_SYM luaJIT_version_2_1_0_beta3
-#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2022 Mike Pall"
+#define LUAJIT_VERSION "LuaJIT 2.1.1727870382"
+#define LUAJIT_VERSION_NUM 20199 /* Deprecated. */
+#define LUAJIT_VERSION_SYM luaJIT_version_2_1_1727870382
+#define LUAJIT_COPYRIGHT "Copyright (C) 2005-2023 Mike Pall"
#define LUAJIT_URL "https://luajit.org/"
/* Modes for luaJIT_setmode. */
diff --git a/luajit.xcframework/macos-arm64_x86_64/Headers/lualib.h b/luajit.xcframework/macos-arm64_x86_64/Headers/lualib.h
index 8774845..ea116eb 100644
--- a/luajit.xcframework/macos-arm64_x86_64/Headers/lualib.h
+++ b/luajit.xcframework/macos-arm64_x86_64/Headers/lualib.h
@@ -1,6 +1,6 @@
/*
** Standard library header.
-** Copyright (C) 2005-2022 Mike Pall. See Copyright Notice in luajit.h
+** Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _LUALIB_H
diff --git a/luajit.xcframework/macos-arm64_x86_64/libluajit_macos.a b/luajit.xcframework/macos-arm64_x86_64/libluajit_macos.a
index 4ca10cc..231805f 100644
Binary files a/luajit.xcframework/macos-arm64_x86_64/libluajit_macos.a and b/luajit.xcframework/macos-arm64_x86_64/libluajit_macos.a differ