axmol/plugin/plugins/flurry/proj.ios/PluginFlurry.xcodeproj/project.pbxproj

270 lines
9.6 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
FA09A376168AFD41008C1C7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA09A375168AFD41008C1C7B /* Foundation.framework */; };
FA09A394168B00D4008C1C7B /* AnalyticsFlurry.mm in Sources */ = {isa = PBXBuildFile; fileRef = FA09A393168B00D4008C1C7B /* AnalyticsFlurry.mm */; };
FA866509168BE0980073E055 /* libFlurry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA866508168BE0980073E055 /* libFlurry.a */; };
FA8CC2241739EFF200464206 /* FlurryWrapper.m in Sources */ = {isa = PBXBuildFile; fileRef = FA8CC2231739EFF200464206 /* FlurryWrapper.m */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
FA09A370168AFD41008C1C7B /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/${PRODUCT_NAME}";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
FA09A372168AFD41008C1C7B /* libPluginFlurry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginFlurry.a; sourceTree = BUILT_PRODUCTS_DIR; };
FA09A375168AFD41008C1C7B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
FA09A391168AFD79008C1C7B /* AnalyticsFlurry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnalyticsFlurry.h; sourceTree = "<group>"; };
FA09A393168B00D4008C1C7B /* AnalyticsFlurry.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AnalyticsFlurry.mm; sourceTree = "<group>"; };
FA866507168BE0980073E055 /* Flurry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Flurry.h; sourceTree = "<group>"; };
FA866508168BE0980073E055 /* libFlurry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurry.a; sourceTree = "<group>"; };
FA86650E168BE22D0073E055 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
FA8CC2221739EFF200464206 /* FlurryWrapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlurryWrapper.h; sourceTree = "<group>"; };
FA8CC2231739EFF200464206 /* FlurryWrapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FlurryWrapper.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FA09A36F168AFD41008C1C7B /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FA09A376168AFD41008C1C7B /* Foundation.framework in Frameworks */,
FA866509168BE0980073E055 /* libFlurry.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FA09A367168AFD41008C1C7B = {
isa = PBXGroup;
children = (
FA86650E168BE22D0073E055 /* SystemConfiguration.framework */,
FA09A392168AFD96008C1C7B /* ios */,
FA09A390168AFD79008C1C7B /* include */,
FA09A374168AFD41008C1C7B /* Frameworks */,
FA09A373168AFD41008C1C7B /* Products */,
);
sourceTree = "<group>";
};
FA09A373168AFD41008C1C7B /* Products */ = {
isa = PBXGroup;
children = (
FA09A372168AFD41008C1C7B /* libPluginFlurry.a */,
);
name = Products;
sourceTree = "<group>";
};
FA09A374168AFD41008C1C7B /* Frameworks */ = {
isa = PBXGroup;
children = (
FA09A375168AFD41008C1C7B /* Foundation.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
FA09A390168AFD79008C1C7B /* include */ = {
isa = PBXGroup;
children = (
FA09A391168AFD79008C1C7B /* AnalyticsFlurry.h */,
);
name = include;
path = ../include;
sourceTree = "<group>";
};
FA09A392168AFD96008C1C7B /* ios */ = {
isa = PBXGroup;
children = (
FA8CC2221739EFF200464206 /* FlurryWrapper.h */,
FA8CC2231739EFF200464206 /* FlurryWrapper.m */,
FA866507168BE0980073E055 /* Flurry.h */,
FA866508168BE0980073E055 /* libFlurry.a */,
FA09A393168B00D4008C1C7B /* AnalyticsFlurry.mm */,
);
name = ios;
path = ../platform/ios;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
FA09A371168AFD41008C1C7B /* PluginFlurry */ = {
isa = PBXNativeTarget;
buildConfigurationList = FA09A380168AFD41008C1C7B /* Build configuration list for PBXNativeTarget "PluginFlurry" */;
buildPhases = (
FA09A36E168AFD41008C1C7B /* Sources */,
FA09A36F168AFD41008C1C7B /* Frameworks */,
FA09A370168AFD41008C1C7B /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = PluginFlurry;
productName = libPluginFlurry;
productReference = FA09A372168AFD41008C1C7B /* libPluginFlurry.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FA09A369168AFD41008C1C7B /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0440;
ORGANIZATIONNAME = zhangbin;
};
buildConfigurationList = FA09A36C168AFD41008C1C7B /* Build configuration list for PBXProject "PluginFlurry" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FA09A367168AFD41008C1C7B;
productRefGroup = FA09A373168AFD41008C1C7B /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FA09A371168AFD41008C1C7B /* PluginFlurry */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
FA09A36E168AFD41008C1C7B /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FA09A394168B00D4008C1C7B /* AnalyticsFlurry.mm in Sources */,
FA8CC2241739EFF200464206 /* FlurryWrapper.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
FA09A37E168AFD41008C1C7B /* 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;
};
FA09A37F168AFD41008C1C7B /* 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;
};
FA09A381168AFD41008C1C7B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/libPluginFlurry.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PluginFlurry-Prefix.pch";
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../../protocols/include",
"$(SRCROOT)/../../../protocols/platform/ios",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../platform/ios\"",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = PluginFlurry;
SKIP_INSTALL = YES;
};
name = Debug;
};
FA09A382168AFD41008C1C7B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DSTROOT = /tmp/libPluginFlurry.dst;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "PluginFlurry-Prefix.pch";
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../../../protocols/include",
"$(SRCROOT)/../../../protocols/platform/ios",
);
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../platform/ios\"",
);
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = PluginFlurry;
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FA09A36C168AFD41008C1C7B /* Build configuration list for PBXProject "PluginFlurry" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA09A37E168AFD41008C1C7B /* Debug */,
FA09A37F168AFD41008C1C7B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FA09A380168AFD41008C1C7B /* Build configuration list for PBXNativeTarget "PluginFlurry" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FA09A381168AFD41008C1C7B /* Debug */,
FA09A382168AFD41008C1C7B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FA09A369168AFD41008C1C7B /* Project object */;
}