diff options
author | chai <chaifix@163.com> | 2021-11-08 01:17:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-08 01:17:11 +0800 |
commit | efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c (patch) | |
tree | 0789475ded5c377667165a3ddb047ca6703bcf33 /ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata | |
parent | ed78df90944bbe6b7de7308bda2bf3a7f1bc3de6 (diff) |
+ tolua
+ lpeg
Diffstat (limited to 'ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata')
2 files changed, 91 insertions, 0 deletions
diff --git a/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/tolua.xcscheme b/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/tolua.xcscheme new file mode 100644 index 0000000..4a1b2af --- /dev/null +++ b/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/tolua.xcscheme @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Scheme + LastUpgradeVersion = "0640" + version = "1.3"> + <BuildAction + parallelizeBuildables = "YES" + buildImplicitDependencies = "YES"> + <BuildActionEntries> + <BuildActionEntry + buildForTesting = "YES" + buildForRunning = "YES" + buildForProfiling = "YES" + buildForArchiving = "YES" + buildForAnalyzing = "YES"> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "0F4B04CF1800959F002EA938" + BuildableName = "tolua.bundle" + BlueprintName = "tolua" + ReferencedContainer = "container:tolua.xcodeproj"> + </BuildableReference> + </BuildActionEntry> + </BuildActionEntries> + </BuildAction> + <TestAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + shouldUseLaunchSchemeArgsEnv = "YES" + buildConfiguration = "Debug"> + <Testables> + </Testables> + </TestAction> + <LaunchAction + selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" + selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + launchStyle = "0" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + ignoresPersistentStateOnLaunch = "NO" + debugDocumentVersioning = "YES" + allowLocationSimulation = "YES"> + <MacroExpansion> + <BuildableReference + BuildableIdentifier = "primary" + BlueprintIdentifier = "0F4B04CF1800959F002EA938" + BuildableName = "tolua.bundle" + BlueprintName = "tolua" + ReferencedContainer = "container:tolua.xcodeproj"> + </BuildableReference> + </MacroExpansion> + <AdditionalOptions> + </AdditionalOptions> + </LaunchAction> + <ProfileAction + shouldUseLaunchSchemeArgsEnv = "YES" + savedToolIdentifier = "" + useCustomWorkingDirectory = "NO" + buildConfiguration = "Release" + debugDocumentVersioning = "YES"> + </ProfileAction> + <AnalyzeAction + buildConfiguration = "Debug"> + </AnalyzeAction> + <ArchiveAction + buildConfiguration = "Release" + customArchiveName = "tolua" + revealArchiveInOrganizer = "YES"> + </ArchiveAction> +</Scheme> diff --git a/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist b/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..3dd76f4 --- /dev/null +++ b/ThirdParty/tolua_runtime/macjit/tolua.xcodeproj/xcuserdata/admin.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ +<?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>SchemeUserState</key> + <dict> + <key>tolua.xcscheme</key> + <dict> + <key>orderHint</key> + <integer>0</integer> + </dict> + </dict> + <key>SuppressBuildableAutocreation</key> + <dict> + <key>0F4B04CF1800959F002EA938</key> + <dict> + <key>primary</key> + <true/> + </dict> + </dict> +</dict> +</plist> |