mirror of https://github.com/axmolengine/axmol.git
256 lines
9.5 KiB
Plaintext
256 lines
9.5 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
FA09A325168ADBC2008C1C7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA09A324168ADBC2008C1C7B /* Foundation.framework */; };
|
|
FA09A33E168ADC1F008C1C7B /* PluginManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */; };
|
|
FA09A33F168ADC1F008C1C7B /* RegisterPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA09A33D168ADC1F008C1C7B /* RegisterPlugin.cpp */; };
|
|
FA0CB8B7168D3CC200E36B11 /* ProtocolAnalytics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA0CB8B6168D3CC200E36B11 /* ProtocolAnalytics.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
FA09A31F168ADBC2008C1C7B /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "include/${PRODUCT_NAME}";
|
|
dstSubfolderSpec = 16;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libPluginProtocol.a; path = libPluginProtocol.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
FA09A324168ADBC2008C1C7B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
FA09A337168ADC05008C1C7B /* PluginManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginManager.h; sourceTree = "<group>"; };
|
|
FA09A338168ADC05008C1C7B /* PluginProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginProtocol.h; sourceTree = "<group>"; };
|
|
FA09A339168ADC05008C1C7B /* ProtocolAnalytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolAnalytics.h; sourceTree = "<group>"; };
|
|
FA09A33A168ADC05008C1C7B /* ProtocolIAP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProtocolIAP.h; sourceTree = "<group>"; };
|
|
FA09A33B168ADC05008C1C7B /* RegisterPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterPlugin.h; sourceTree = "<group>"; };
|
|
FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PluginManager.cpp; path = ../PluginManager.cpp; sourceTree = "<group>"; };
|
|
FA09A33D168ADC1F008C1C7B /* RegisterPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RegisterPlugin.cpp; path = ../RegisterPlugin.cpp; sourceTree = "<group>"; };
|
|
FA0CB8B6168D3CC200E36B11 /* ProtocolAnalytics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ProtocolAnalytics.cpp; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
FA09A31E168ADBC2008C1C7B /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
FA09A325168ADBC2008C1C7B /* Foundation.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
FA09A316168ADBC2008C1C7B = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FA0CB8B5168D3CC200E36B11 /* ios */,
|
|
FA09A33C168ADC1F008C1C7B /* PluginManager.cpp */,
|
|
FA09A33D168ADC1F008C1C7B /* RegisterPlugin.cpp */,
|
|
FA09A336168ADC05008C1C7B /* include */,
|
|
FA09A323168ADBC2008C1C7B /* Frameworks */,
|
|
FA09A322168ADBC2008C1C7B /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
FA09A322168ADBC2008C1C7B /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
FA09A323168ADBC2008C1C7B /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FA09A324168ADBC2008C1C7B /* Foundation.framework */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
FA09A336168ADC05008C1C7B /* include */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FA09A337168ADC05008C1C7B /* PluginManager.h */,
|
|
FA09A338168ADC05008C1C7B /* PluginProtocol.h */,
|
|
FA09A339168ADC05008C1C7B /* ProtocolAnalytics.h */,
|
|
FA09A33A168ADC05008C1C7B /* ProtocolIAP.h */,
|
|
FA09A33B168ADC05008C1C7B /* RegisterPlugin.h */,
|
|
);
|
|
name = include;
|
|
path = ../include;
|
|
sourceTree = "<group>";
|
|
};
|
|
FA0CB8B5168D3CC200E36B11 /* ios */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
FA0CB8B6168D3CC200E36B11 /* ProtocolAnalytics.cpp */,
|
|
);
|
|
name = ios;
|
|
path = ../platform/ios;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
FA09A320168ADBC2008C1C7B /* PluginProtocol */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = FA09A32F168ADBC2008C1C7B /* Build configuration list for PBXNativeTarget "PluginProtocol" */;
|
|
buildPhases = (
|
|
FA09A31D168ADBC2008C1C7B /* Sources */,
|
|
FA09A31E168ADBC2008C1C7B /* Frameworks */,
|
|
FA09A31F168ADBC2008C1C7B /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = PluginProtocol;
|
|
productName = PluginProtocol;
|
|
productReference = FA09A321168ADBC2008C1C7B /* libPluginProtocol.a */;
|
|
productType = "com.apple.product-type.library.static";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
FA09A318168ADBC2008C1C7B /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0440;
|
|
ORGANIZATIONNAME = zhangbin;
|
|
};
|
|
buildConfigurationList = FA09A31B168ADBC2008C1C7B /* Build configuration list for PBXProject "PluginProtocol" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = FA09A316168ADBC2008C1C7B;
|
|
productRefGroup = FA09A322168ADBC2008C1C7B /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
FA09A320168ADBC2008C1C7B /* PluginProtocol */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
FA09A31D168ADBC2008C1C7B /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
FA09A33E168ADC1F008C1C7B /* PluginManager.cpp in Sources */,
|
|
FA09A33F168ADC1F008C1C7B /* RegisterPlugin.cpp in Sources */,
|
|
FA0CB8B7168D3CC200E36B11 /* ProtocolAnalytics.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
FA09A32D168ADBC2008C1C7B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
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_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
SDKROOT = iphoneos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
FA09A32E168ADBC2008C1C7B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
IPHONEOS_DEPLOYMENT_TARGET = 5.1;
|
|
SDKROOT = iphoneos;
|
|
VALIDATE_PRODUCT = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
FA09A330168ADBC2008C1C7B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DSTROOT = /tmp/PluginProtocol.dst;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "PluginProtocol-Prefix.pch";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Debug;
|
|
};
|
|
FA09A331168ADBC2008C1C7B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
DSTROOT = /tmp/PluginProtocol.dst;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "PluginProtocol-Prefix.pch";
|
|
OTHER_LDFLAGS = "-ObjC";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
SKIP_INSTALL = YES;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
FA09A31B168ADBC2008C1C7B /* Build configuration list for PBXProject "PluginProtocol" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FA09A32D168ADBC2008C1C7B /* Debug */,
|
|
FA09A32E168ADBC2008C1C7B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
FA09A32F168ADBC2008C1C7B /* Build configuration list for PBXNativeTarget "PluginProtocol" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
FA09A330168ADBC2008C1C7B /* Debug */,
|
|
FA09A331168ADBC2008C1C7B /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = FA09A318168ADBC2008C1C7B /* Project object */;
|
|
}
|