project.pbxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. FA09A376168AFD41008C1C7B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA09A375168AFD41008C1C7B /* Foundation.framework */; };
  10. FA73FC9117A11B84007E23C2 /* AdsFlurry.m in Sources */ = {isa = PBXBuildFile; fileRef = FA73FC8F17A11B84007E23C2 /* AdsFlurry.m */; };
  11. FA73FC9617A11E24007E23C2 /* libFlurryAds.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FA73FC9517A11E24007E23C2 /* libFlurryAds.a */; };
  12. FAB6DFDD1756F22200C90D89 /* libFlurry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = FAB6DFDB1756F22200C90D89 /* libFlurry.a */; };
  13. FAB6DFE01756F29800C90D89 /* AnalyticsFlurry.m in Sources */ = {isa = PBXBuildFile; fileRef = FAB6DFDF1756F29800C90D89 /* AnalyticsFlurry.m */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXCopyFilesBuildPhase section */
  16. FA09A370168AFD41008C1C7B /* CopyFiles */ = {
  17. isa = PBXCopyFilesBuildPhase;
  18. buildActionMask = 2147483647;
  19. dstPath = "include/${PRODUCT_NAME}";
  20. dstSubfolderSpec = 16;
  21. files = (
  22. );
  23. runOnlyForDeploymentPostprocessing = 0;
  24. };
  25. /* End PBXCopyFilesBuildPhase section */
  26. /* Begin PBXFileReference section */
  27. FA09A372168AFD41008C1C7B /* libPluginFlurry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPluginFlurry.a; sourceTree = BUILT_PRODUCTS_DIR; };
  28. FA09A375168AFD41008C1C7B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  29. FA73FC8E17A11B84007E23C2 /* AdsFlurry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AdsFlurry.h; sourceTree = "<group>"; };
  30. FA73FC8F17A11B84007E23C2 /* AdsFlurry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AdsFlurry.m; sourceTree = "<group>"; };
  31. FA73FC9017A11B84007E23C2 /* PluginFlurry-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "PluginFlurry-Prefix.pch"; sourceTree = "<group>"; };
  32. FA73FC9317A11E24007E23C2 /* FlurryAdDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlurryAdDelegate.h; sourceTree = "<group>"; };
  33. FA73FC9417A11E24007E23C2 /* FlurryAds.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FlurryAds.h; sourceTree = "<group>"; };
  34. FA73FC9517A11E24007E23C2 /* libFlurryAds.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurryAds.a; sourceTree = "<group>"; };
  35. FA86650E168BE22D0073E055 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  36. FAB6DFD81756F22200C90D89 /* Flurry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Flurry.h; sourceTree = "<group>"; };
  37. FAB6DFDB1756F22200C90D89 /* libFlurry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libFlurry.a; sourceTree = "<group>"; };
  38. FAB6DFDE1756F29800C90D89 /* AnalyticsFlurry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnalyticsFlurry.h; sourceTree = "<group>"; };
  39. FAB6DFDF1756F29800C90D89 /* AnalyticsFlurry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AnalyticsFlurry.m; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. FA09A36F168AFD41008C1C7B /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. FA09A376168AFD41008C1C7B /* Foundation.framework in Frameworks */,
  47. FAB6DFDD1756F22200C90D89 /* libFlurry.a in Frameworks */,
  48. FA73FC9617A11E24007E23C2 /* libFlurryAds.a in Frameworks */,
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXFrameworksBuildPhase section */
  53. /* Begin PBXGroup section */
  54. FA09A367168AFD41008C1C7B = {
  55. isa = PBXGroup;
  56. children = (
  57. FA73FC8E17A11B84007E23C2 /* AdsFlurry.h */,
  58. FA73FC8F17A11B84007E23C2 /* AdsFlurry.m */,
  59. FA73FC9017A11B84007E23C2 /* PluginFlurry-Prefix.pch */,
  60. FAB6DFDE1756F29800C90D89 /* AnalyticsFlurry.h */,
  61. FAB6DFDF1756F29800C90D89 /* AnalyticsFlurry.m */,
  62. FAB6DFD81756F22200C90D89 /* Flurry.h */,
  63. FAB6DFDB1756F22200C90D89 /* libFlurry.a */,
  64. FA73FC9217A11E24007E23C2 /* FlurryAds */,
  65. FA09A374168AFD41008C1C7B /* Frameworks */,
  66. FA09A373168AFD41008C1C7B /* Products */,
  67. );
  68. sourceTree = "<group>";
  69. };
  70. FA09A373168AFD41008C1C7B /* Products */ = {
  71. isa = PBXGroup;
  72. children = (
  73. FA09A372168AFD41008C1C7B /* libPluginFlurry.a */,
  74. );
  75. name = Products;
  76. sourceTree = "<group>";
  77. };
  78. FA09A374168AFD41008C1C7B /* Frameworks */ = {
  79. isa = PBXGroup;
  80. children = (
  81. FA86650E168BE22D0073E055 /* SystemConfiguration.framework */,
  82. FA09A375168AFD41008C1C7B /* Foundation.framework */,
  83. );
  84. name = Frameworks;
  85. sourceTree = "<group>";
  86. };
  87. FA73FC9217A11E24007E23C2 /* FlurryAds */ = {
  88. isa = PBXGroup;
  89. children = (
  90. FA73FC9317A11E24007E23C2 /* FlurryAdDelegate.h */,
  91. FA73FC9417A11E24007E23C2 /* FlurryAds.h */,
  92. FA73FC9517A11E24007E23C2 /* libFlurryAds.a */,
  93. );
  94. path = FlurryAds;
  95. sourceTree = "<group>";
  96. };
  97. /* End PBXGroup section */
  98. /* Begin PBXNativeTarget section */
  99. FA09A371168AFD41008C1C7B /* PluginFlurry */ = {
  100. isa = PBXNativeTarget;
  101. buildConfigurationList = FA09A380168AFD41008C1C7B /* Build configuration list for PBXNativeTarget "PluginFlurry" */;
  102. buildPhases = (
  103. FA09A36E168AFD41008C1C7B /* Sources */,
  104. FA09A36F168AFD41008C1C7B /* Frameworks */,
  105. FA09A370168AFD41008C1C7B /* CopyFiles */,
  106. );
  107. buildRules = (
  108. );
  109. dependencies = (
  110. );
  111. name = PluginFlurry;
  112. productName = libPluginFlurry;
  113. productReference = FA09A372168AFD41008C1C7B /* libPluginFlurry.a */;
  114. productType = "com.apple.product-type.library.static";
  115. };
  116. /* End PBXNativeTarget section */
  117. /* Begin PBXProject section */
  118. FA09A369168AFD41008C1C7B /* Project object */ = {
  119. isa = PBXProject;
  120. attributes = {
  121. LastUpgradeCheck = 0510;
  122. ORGANIZATIONNAME = zhangbin;
  123. };
  124. buildConfigurationList = FA09A36C168AFD41008C1C7B /* Build configuration list for PBXProject "PluginFlurry" */;
  125. compatibilityVersion = "Xcode 3.2";
  126. developmentRegion = English;
  127. hasScannedForEncodings = 0;
  128. knownRegions = (
  129. en,
  130. );
  131. mainGroup = FA09A367168AFD41008C1C7B;
  132. productRefGroup = FA09A373168AFD41008C1C7B /* Products */;
  133. projectDirPath = "";
  134. projectRoot = "";
  135. targets = (
  136. FA09A371168AFD41008C1C7B /* PluginFlurry */,
  137. );
  138. };
  139. /* End PBXProject section */
  140. /* Begin PBXSourcesBuildPhase section */
  141. FA09A36E168AFD41008C1C7B /* Sources */ = {
  142. isa = PBXSourcesBuildPhase;
  143. buildActionMask = 2147483647;
  144. files = (
  145. FAB6DFE01756F29800C90D89 /* AnalyticsFlurry.m in Sources */,
  146. FA73FC9117A11B84007E23C2 /* AdsFlurry.m in Sources */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXSourcesBuildPhase section */
  151. /* Begin XCBuildConfiguration section */
  152. FA09A37E168AFD41008C1C7B /* Debug */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ALWAYS_SEARCH_USER_PATHS = NO;
  156. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  157. CLANG_CXX_LIBRARY = "libc++";
  158. CLANG_WARN_BOOL_CONVERSION = YES;
  159. CLANG_WARN_CONSTANT_CONVERSION = YES;
  160. CLANG_WARN_EMPTY_BODY = YES;
  161. CLANG_WARN_ENUM_CONVERSION = YES;
  162. CLANG_WARN_INT_CONVERSION = YES;
  163. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  164. COPY_PHASE_STRIP = NO;
  165. GCC_C_LANGUAGE_STANDARD = gnu99;
  166. GCC_DYNAMIC_NO_PIC = NO;
  167. GCC_OPTIMIZATION_LEVEL = 0;
  168. GCC_PREPROCESSOR_DEFINITIONS = (
  169. "DEBUG=1",
  170. "$(inherited)",
  171. );
  172. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  173. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  174. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  175. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  176. GCC_WARN_UNDECLARED_SELECTOR = YES;
  177. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  178. GCC_WARN_UNUSED_FUNCTION = YES;
  179. GCC_WARN_UNUSED_VARIABLE = YES;
  180. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  181. ONLY_ACTIVE_ARCH = YES;
  182. SDKROOT = iphoneos;
  183. };
  184. name = Debug;
  185. };
  186. FA09A37F168AFD41008C1C7B /* Release */ = {
  187. isa = XCBuildConfiguration;
  188. buildSettings = {
  189. ALWAYS_SEARCH_USER_PATHS = NO;
  190. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  191. CLANG_CXX_LIBRARY = "libc++";
  192. CLANG_WARN_BOOL_CONVERSION = YES;
  193. CLANG_WARN_CONSTANT_CONVERSION = YES;
  194. CLANG_WARN_EMPTY_BODY = YES;
  195. CLANG_WARN_ENUM_CONVERSION = YES;
  196. CLANG_WARN_INT_CONVERSION = YES;
  197. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  198. COPY_PHASE_STRIP = YES;
  199. GCC_C_LANGUAGE_STANDARD = gnu99;
  200. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  201. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  202. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  203. GCC_WARN_UNDECLARED_SELECTOR = YES;
  204. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  205. GCC_WARN_UNUSED_FUNCTION = YES;
  206. GCC_WARN_UNUSED_VARIABLE = YES;
  207. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  208. SDKROOT = iphoneos;
  209. VALIDATE_PRODUCT = YES;
  210. };
  211. name = Release;
  212. };
  213. FA09A381168AFD41008C1C7B /* Debug */ = {
  214. isa = XCBuildConfiguration;
  215. buildSettings = {
  216. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  217. CLANG_CXX_LIBRARY = "compiler-default";
  218. DSTROOT = /tmp/libPluginFlurry.dst;
  219. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  220. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  221. GCC_PREFIX_HEADER = "PluginFlurry-Prefix.pch";
  222. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  223. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  224. LIBRARY_SEARCH_PATHS = (
  225. "$(inherited)",
  226. "\"$(SRCROOT)/../platform/ios\"",
  227. "\"$(SRCROOT)\"",
  228. "\"$(SRCROOT)/FlurryAds\"",
  229. );
  230. ONLY_ACTIVE_ARCH = NO;
  231. OTHER_LDFLAGS = "-ObjC";
  232. PRODUCT_NAME = PluginFlurry;
  233. SKIP_INSTALL = YES;
  234. VALID_ARCHS = "arm64 armv7";
  235. };
  236. name = Debug;
  237. };
  238. FA09A382168AFD41008C1C7B /* Release */ = {
  239. isa = XCBuildConfiguration;
  240. buildSettings = {
  241. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  242. CLANG_CXX_LIBRARY = "compiler-default";
  243. DSTROOT = /tmp/libPluginFlurry.dst;
  244. GCC_C_LANGUAGE_STANDARD = "compiler-default";
  245. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  246. GCC_PREFIX_HEADER = "PluginFlurry-Prefix.pch";
  247. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../protocols/platform/ios";
  248. IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
  249. LIBRARY_SEARCH_PATHS = (
  250. "$(inherited)",
  251. "\"$(SRCROOT)/../platform/ios\"",
  252. "\"$(SRCROOT)\"",
  253. "\"$(SRCROOT)/FlurryAds\"",
  254. );
  255. OTHER_LDFLAGS = "-ObjC";
  256. PRODUCT_NAME = PluginFlurry;
  257. SKIP_INSTALL = YES;
  258. VALID_ARCHS = "arm64 armv7";
  259. };
  260. name = Release;
  261. };
  262. /* End XCBuildConfiguration section */
  263. /* Begin XCConfigurationList section */
  264. FA09A36C168AFD41008C1C7B /* Build configuration list for PBXProject "PluginFlurry" */ = {
  265. isa = XCConfigurationList;
  266. buildConfigurations = (
  267. FA09A37E168AFD41008C1C7B /* Debug */,
  268. FA09A37F168AFD41008C1C7B /* Release */,
  269. );
  270. defaultConfigurationIsVisible = 0;
  271. defaultConfigurationName = Release;
  272. };
  273. FA09A380168AFD41008C1C7B /* Build configuration list for PBXNativeTarget "PluginFlurry" */ = {
  274. isa = XCConfigurationList;
  275. buildConfigurations = (
  276. FA09A381168AFD41008C1C7B /* Debug */,
  277. FA09A382168AFD41008C1C7B /* Release */,
  278. );
  279. defaultConfigurationIsVisible = 0;
  280. defaultConfigurationName = Release;
  281. };
  282. /* End XCConfigurationList section */
  283. };
  284. rootObject = FA09A369168AFD41008C1C7B /* Project object */;
  285. }