|
@@ -0,0 +1,258 @@
|
|
|
|
|
+// !$*UTF8*$!
|
|
|
|
|
+{
|
|
|
|
|
+ archiveVersion = 1;
|
|
|
|
|
+ classes = {
|
|
|
|
|
+ };
|
|
|
|
|
+ objectVersion = 46;
|
|
|
|
|
+ objects = {
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
|
|
+ 42B7F6FD15B06EFE002BB8C3 /* ClassBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42B7F6F215B06EFE002BB8C3 /* ClassBinding.cpp */; };
|
|
|
|
|
+ 42B7F6FE15B06EFE002BB8C3 /* DebugNew.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42B7F6F415B06EFE002BB8C3 /* DebugNew.cpp */; };
|
|
|
|
|
+ 42B7F6FF15B06EFE002BB8C3 /* FunctionBinding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42B7F6F715B06EFE002BB8C3 /* FunctionBinding.cpp */; };
|
|
|
|
|
+ 42B7F70015B06EFE002BB8C3 /* Generator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42B7F6F915B06EFE002BB8C3 /* Generator.cpp */; };
|
|
|
|
|
+ 42B7F70115B06EFE002BB8C3 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 42B7F6FB15B06EFE002BB8C3 /* main.cpp */; };
|
|
|
|
|
+ 42B7F71215B06F67002BB8C3 /* libtinyxml2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 42B7F71115B06F67002BB8C3 /* libtinyxml2.a */; };
|
|
|
|
|
+/* End PBXBuildFile section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXCopyFilesBuildPhase section */
|
|
|
|
|
+ 42B7F6DE15B06E85002BB8C3 /* CopyFiles */ = {
|
|
|
|
|
+ isa = PBXCopyFilesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ dstPath = /usr/share/man/man1/;
|
|
|
|
|
+ dstSubfolderSpec = 0;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 1;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXFileReference section */
|
|
|
|
|
+ 42B7F6E015B06E85002BB8C3 /* gameplay-luagen */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "gameplay-luagen"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
|
|
+ 42B7F6F115B06EFE002BB8C3 /* Base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Base.h; path = src/Base.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F215B06EFE002BB8C3 /* ClassBinding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClassBinding.cpp; path = src/ClassBinding.cpp; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F315B06EFE002BB8C3 /* ClassBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClassBinding.h; path = src/ClassBinding.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F415B06EFE002BB8C3 /* DebugNew.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DebugNew.cpp; path = src/DebugNew.cpp; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F515B06EFE002BB8C3 /* DebugNew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebugNew.h; path = src/DebugNew.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F615B06EFE002BB8C3 /* EnumBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumBinding.h; path = src/EnumBinding.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F715B06EFE002BB8C3 /* FunctionBinding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FunctionBinding.cpp; path = src/FunctionBinding.cpp; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F815B06EFE002BB8C3 /* FunctionBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FunctionBinding.h; path = src/FunctionBinding.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6F915B06EFE002BB8C3 /* Generator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Generator.cpp; path = src/Generator.cpp; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6FA15B06EFE002BB8C3 /* Generator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Generator.h; path = src/Generator.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6FB15B06EFE002BB8C3 /* main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = src/main.cpp; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F6FC15B06EFE002BB8C3 /* TypedefBinding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TypedefBinding.h; path = src/TypedefBinding.h; sourceTree = SOURCE_ROOT; };
|
|
|
|
|
+ 42B7F71115B06F67002BB8C3 /* libtinyxml2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtinyxml2.a; path = "../external-deps/tinyxml2/lib/macosx/libtinyxml2.a"; sourceTree = "<group>"; };
|
|
|
|
|
+/* End PBXFileReference section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
|
|
+ 42B7F6DD15B06E85002BB8C3 /* Frameworks */ = {
|
|
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ 42B7F71215B06F67002BB8C3 /* libtinyxml2.a in Frameworks */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXGroup section */
|
|
|
|
|
+ 42B7F6D515B06E85002BB8C3 = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42B7F6E315B06E85002BB8C3 /* src */,
|
|
|
|
|
+ 42B7F70B15B06F3A002BB8C3 /* Libraries */,
|
|
|
|
|
+ 42B7F6E115B06E85002BB8C3 /* Products */,
|
|
|
|
|
+ );
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6E115B06E85002BB8C3 /* Products */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42B7F6E015B06E85002BB8C3 /* gameplay-luagen */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = Products;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6E315B06E85002BB8C3 /* src */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42B7F6F115B06EFE002BB8C3 /* Base.h */,
|
|
|
|
|
+ 42B7F6F215B06EFE002BB8C3 /* ClassBinding.cpp */,
|
|
|
|
|
+ 42B7F6F315B06EFE002BB8C3 /* ClassBinding.h */,
|
|
|
|
|
+ 42B7F6F415B06EFE002BB8C3 /* DebugNew.cpp */,
|
|
|
|
|
+ 42B7F6F515B06EFE002BB8C3 /* DebugNew.h */,
|
|
|
|
|
+ 42B7F6F615B06EFE002BB8C3 /* EnumBinding.h */,
|
|
|
|
|
+ 42B7F6F715B06EFE002BB8C3 /* FunctionBinding.cpp */,
|
|
|
|
|
+ 42B7F6F815B06EFE002BB8C3 /* FunctionBinding.h */,
|
|
|
|
|
+ 42B7F6F915B06EFE002BB8C3 /* Generator.cpp */,
|
|
|
|
|
+ 42B7F6FA15B06EFE002BB8C3 /* Generator.h */,
|
|
|
|
|
+ 42B7F6FB15B06EFE002BB8C3 /* main.cpp */,
|
|
|
|
|
+ 42B7F6FC15B06EFE002BB8C3 /* TypedefBinding.h */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = src;
|
|
|
|
|
+ path = "gameplay-luagen";
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F70B15B06F3A002BB8C3 /* Libraries */ = {
|
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
|
+ children = (
|
|
|
|
|
+ 42B7F71115B06F67002BB8C3 /* libtinyxml2.a */,
|
|
|
|
|
+ );
|
|
|
|
|
+ name = Libraries;
|
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXGroup section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
|
|
+ 42B7F6DF15B06E85002BB8C3 /* gameplay-luagen */ = {
|
|
|
|
|
+ isa = PBXNativeTarget;
|
|
|
|
|
+ buildConfigurationList = 42B7F6EA15B06E85002BB8C3 /* Build configuration list for PBXNativeTarget "gameplay-luagen" */;
|
|
|
|
|
+ buildPhases = (
|
|
|
|
|
+ 42B7F6DC15B06E85002BB8C3 /* Sources */,
|
|
|
|
|
+ 42B7F6DD15B06E85002BB8C3 /* Frameworks */,
|
|
|
|
|
+ 42B7F6DE15B06E85002BB8C3 /* CopyFiles */,
|
|
|
|
|
+ );
|
|
|
|
|
+ buildRules = (
|
|
|
|
|
+ );
|
|
|
|
|
+ dependencies = (
|
|
|
|
|
+ );
|
|
|
|
|
+ name = "gameplay-luagen";
|
|
|
|
|
+ productName = "gameplay-luagen";
|
|
|
|
|
+ productReference = 42B7F6E015B06E85002BB8C3 /* gameplay-luagen */;
|
|
|
|
|
+ productType = "com.apple.product-type.tool";
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXNativeTarget section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXProject section */
|
|
|
|
|
+ 42B7F6D715B06E85002BB8C3 /* Project object */ = {
|
|
|
|
|
+ isa = PBXProject;
|
|
|
|
|
+ attributes = {
|
|
|
|
|
+ LastUpgradeCheck = 0430;
|
|
|
|
|
+ };
|
|
|
|
|
+ buildConfigurationList = 42B7F6DA15B06E85002BB8C3 /* Build configuration list for PBXProject "gameplay-luagen" */;
|
|
|
|
|
+ compatibilityVersion = "Xcode 3.2";
|
|
|
|
|
+ developmentRegion = English;
|
|
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
|
|
+ knownRegions = (
|
|
|
|
|
+ en,
|
|
|
|
|
+ );
|
|
|
|
|
+ mainGroup = 42B7F6D515B06E85002BB8C3;
|
|
|
|
|
+ productRefGroup = 42B7F6E115B06E85002BB8C3 /* Products */;
|
|
|
|
|
+ projectDirPath = "";
|
|
|
|
|
+ projectRoot = "";
|
|
|
|
|
+ targets = (
|
|
|
|
|
+ 42B7F6DF15B06E85002BB8C3 /* gameplay-luagen */,
|
|
|
|
|
+ );
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXProject section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
|
|
+ 42B7F6DC15B06E85002BB8C3 /* Sources */ = {
|
|
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
|
|
+ buildActionMask = 2147483647;
|
|
|
|
|
+ files = (
|
|
|
|
|
+ 42B7F6FD15B06EFE002BB8C3 /* ClassBinding.cpp in Sources */,
|
|
|
|
|
+ 42B7F6FE15B06EFE002BB8C3 /* DebugNew.cpp in Sources */,
|
|
|
|
|
+ 42B7F6FF15B06EFE002BB8C3 /* FunctionBinding.cpp in Sources */,
|
|
|
|
|
+ 42B7F70015B06EFE002BB8C3 /* Generator.cpp in Sources */,
|
|
|
|
|
+ 42B7F70115B06EFE002BB8C3 /* main.cpp in Sources */,
|
|
|
|
|
+ );
|
|
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
|
|
+ 42B7F6E815B06E85002BB8C3 /* Debug */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
|
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
|
|
+ "DEBUG=1",
|
|
|
|
|
+ "$(inherited)",
|
|
|
|
|
+ );
|
|
|
|
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
|
|
|
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
|
|
+ SDKROOT = macosx;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Debug;
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6E915B06E85002BB8C3 /* Release */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
|
|
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
|
|
|
+ COPY_PHASE_STRIP = YES;
|
|
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
|
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
|
|
|
+ GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
|
|
|
+ SDKROOT = macosx;
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6EB15B06E85002BB8C3 /* Debug */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ HEADER_SEARCH_PATHS = "../external-deps/tinyxml2/include";
|
|
|
|
|
+ LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
+ "$(inherited)",
|
|
|
|
|
+ "\"$(SRCROOT)/../external-deps/tinyxml2/lib/macosx\"",
|
|
|
|
|
+ );
|
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Debug;
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6EC15B06E85002BB8C3 /* Release */ = {
|
|
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
|
|
+ buildSettings = {
|
|
|
|
|
+ HEADER_SEARCH_PATHS = "../external-deps/tinyxml2/include";
|
|
|
|
|
+ LIBRARY_SEARCH_PATHS = (
|
|
|
|
|
+ "$(inherited)",
|
|
|
|
|
+ "\"$(SRCROOT)/../external-deps/tinyxml2/lib/macosx\"",
|
|
|
|
|
+ );
|
|
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
|
|
+ };
|
|
|
|
|
+ name = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
|
|
+
|
|
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
|
|
+ 42B7F6DA15B06E85002BB8C3 /* Build configuration list for PBXProject "gameplay-luagen" */ = {
|
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
|
+ buildConfigurations = (
|
|
|
|
|
+ 42B7F6E815B06E85002BB8C3 /* Debug */,
|
|
|
|
|
+ 42B7F6E915B06E85002BB8C3 /* Release */,
|
|
|
|
|
+ );
|
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+ 42B7F6EA15B06E85002BB8C3 /* Build configuration list for PBXNativeTarget "gameplay-luagen" */ = {
|
|
|
|
|
+ isa = XCConfigurationList;
|
|
|
|
|
+ buildConfigurations = (
|
|
|
|
|
+ 42B7F6EB15B06E85002BB8C3 /* Debug */,
|
|
|
|
|
+ 42B7F6EC15B06E85002BB8C3 /* Release */,
|
|
|
|
|
+ );
|
|
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
|
|
+ };
|
|
|
|
|
+/* End XCConfigurationList section */
|
|
|
|
|
+ };
|
|
|
|
|
+ rootObject = 42B7F6D715B06E85002BB8C3 /* Project object */;
|
|
|
|
|
+}
|