project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. A01B62C21CAC362200477FFE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01B62C11CAC362200477FFE /* AppDelegate.swift */; };
  10. A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A01B62C81CAC362200477FFE /* Assets.xcassets */; };
  11. A0509C3A1CAD76560054B40C /* GuideViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0509C391CAD76560054B40C /* GuideViewController.swift */; };
  12. A0E4C4541CAD6F1700F67F4E /* FPSLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */; };
  13. A0EA700F1CAC47C100FEF2E3 /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA700E1CAC47C100FEF2E3 /* Config.swift */; };
  14. A0EA70111CAC485C00FEF2E3 /* MyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */; };
  15. A0EA70131CAC488500FEF2E3 /* IndexViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */; };
  16. A0EA70151CAC489600FEF2E3 /* FindViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70141CAC489600FEF2E3 /* FindViewController.swift */; };
  17. A0EA70171CAC48BF00FEF2E3 /* MainTabBarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */; };
  18. A7A0A617BC974B6F44D7B093 /* Pods_BingHaoBang.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */; };
  19. /* End PBXBuildFile section */
  20. /* Begin PBXFileReference section */
  21. 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BingHaoBang.release.xcconfig"; path = "Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang.release.xcconfig"; sourceTree = "<group>"; };
  22. 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_BingHaoBang.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  23. 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BingHaoBang.debug.xcconfig"; path = "Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang.debug.xcconfig"; sourceTree = "<group>"; };
  24. A01B62BE1CAC362200477FFE /* BingHaoBang.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BingHaoBang.app; sourceTree = BUILT_PRODUCTS_DIR; };
  25. A01B62C11CAC362200477FFE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  26. A01B62C81CAC362200477FFE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  27. A01B62CD1CAC362200477FFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  28. A0509C391CAD76560054B40C /* GuideViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = GuideViewController.swift; path = View/GuideViewController.swift; sourceTree = "<group>"; };
  29. A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FPSLabel.swift; path = View/FPSLabel.swift; sourceTree = "<group>"; };
  30. A0EA700E1CAC47C100FEF2E3 /* Config.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Config.swift; path = Common/Config.swift; sourceTree = "<group>"; };
  31. A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MyViewController.swift; path = View/MyViewController.swift; sourceTree = "<group>"; };
  32. A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = IndexViewController.swift; path = View/IndexViewController.swift; sourceTree = "<group>"; };
  33. A0EA70141CAC489600FEF2E3 /* FindViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FindViewController.swift; path = View/FindViewController.swift; sourceTree = "<group>"; };
  34. A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MainTabBarViewController.swift; path = View/MainTabBarViewController.swift; sourceTree = "<group>"; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. A01B62BB1CAC362200477FFE /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. A7A0A617BC974B6F44D7B093 /* Pods_BingHaoBang.framework in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. A01B62B51CAC362200477FFE = {
  48. isa = PBXGroup;
  49. children = (
  50. A0EA70031CAC3D9800FEF2E3 /* View */,
  51. A0EA70021CAC3D8F00FEF2E3 /* Model */,
  52. A0EA70011CAC3D6D00FEF2E3 /* Controller */,
  53. A0EA70001CAC3D5100FEF2E3 /* Common */,
  54. A01B62C01CAC362200477FFE /* BingHaoBang */,
  55. A01B62BF1CAC362200477FFE /* Products */,
  56. EB01FE650186C765656B9291 /* Pods */,
  57. C4ABC6BE6FD3AE3CF23033D4 /* Frameworks */,
  58. );
  59. sourceTree = "<group>";
  60. };
  61. A01B62BF1CAC362200477FFE /* Products */ = {
  62. isa = PBXGroup;
  63. children = (
  64. A01B62BE1CAC362200477FFE /* BingHaoBang.app */,
  65. );
  66. name = Products;
  67. sourceTree = "<group>";
  68. };
  69. A01B62C01CAC362200477FFE /* BingHaoBang */ = {
  70. isa = PBXGroup;
  71. children = (
  72. A01B62C11CAC362200477FFE /* AppDelegate.swift */,
  73. A01B62C81CAC362200477FFE /* Assets.xcassets */,
  74. A01B62CD1CAC362200477FFE /* Info.plist */,
  75. );
  76. path = BingHaoBang;
  77. sourceTree = "<group>";
  78. };
  79. A0EA70001CAC3D5100FEF2E3 /* Common */ = {
  80. isa = PBXGroup;
  81. children = (
  82. A0EA700E1CAC47C100FEF2E3 /* Config.swift */,
  83. );
  84. name = Common;
  85. sourceTree = "<group>";
  86. };
  87. A0EA70011CAC3D6D00FEF2E3 /* Controller */ = {
  88. isa = PBXGroup;
  89. children = (
  90. );
  91. name = Controller;
  92. sourceTree = "<group>";
  93. };
  94. A0EA70021CAC3D8F00FEF2E3 /* Model */ = {
  95. isa = PBXGroup;
  96. children = (
  97. );
  98. name = Model;
  99. sourceTree = "<group>";
  100. };
  101. A0EA70031CAC3D9800FEF2E3 /* View */ = {
  102. isa = PBXGroup;
  103. children = (
  104. A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */,
  105. A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */,
  106. A0EA70141CAC489600FEF2E3 /* FindViewController.swift */,
  107. A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.swift */,
  108. A0E4C4531CAD6F1700F67F4E /* FPSLabel.swift */,
  109. A0509C391CAD76560054B40C /* GuideViewController.swift */,
  110. );
  111. name = View;
  112. sourceTree = "<group>";
  113. };
  114. C4ABC6BE6FD3AE3CF23033D4 /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 7826C879955B60301A0514A5 /* Pods_BingHaoBang.framework */,
  118. );
  119. name = Frameworks;
  120. sourceTree = "<group>";
  121. };
  122. EB01FE650186C765656B9291 /* Pods */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */,
  126. 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */,
  127. );
  128. name = Pods;
  129. sourceTree = "<group>";
  130. };
  131. /* End PBXGroup section */
  132. /* Begin PBXNativeTarget section */
  133. A01B62BD1CAC362200477FFE /* BingHaoBang */ = {
  134. isa = PBXNativeTarget;
  135. buildConfigurationList = A01B62D01CAC362200477FFE /* Build configuration list for PBXNativeTarget "BingHaoBang" */;
  136. buildPhases = (
  137. 825F93A492D8A2538D83E985 /* Check Pods Manifest.lock */,
  138. A01B62BA1CAC362200477FFE /* Sources */,
  139. A01B62BB1CAC362200477FFE /* Frameworks */,
  140. A01B62BC1CAC362200477FFE /* Resources */,
  141. 91474CC53E9C4EF13AEBF2B5 /* Embed Pods Frameworks */,
  142. 719F641F6C5CF78A7C0A2E29 /* Copy Pods Resources */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = BingHaoBang;
  149. productName = BingHaoBang;
  150. productReference = A01B62BE1CAC362200477FFE /* BingHaoBang.app */;
  151. productType = "com.apple.product-type.application";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. A01B62B61CAC362200477FFE /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastSwiftUpdateCheck = 0730;
  159. LastUpgradeCheck = 0730;
  160. ORGANIZATIONNAME = Zjdboy;
  161. TargetAttributes = {
  162. A01B62BD1CAC362200477FFE = {
  163. CreatedOnToolsVersion = 7.3;
  164. DevelopmentTeam = 6U9V8U75HY;
  165. };
  166. };
  167. };
  168. buildConfigurationList = A01B62B91CAC362200477FFE /* Build configuration list for PBXProject "BingHaoBang" */;
  169. compatibilityVersion = "Xcode 3.2";
  170. developmentRegion = English;
  171. hasScannedForEncodings = 0;
  172. knownRegions = (
  173. en,
  174. Base,
  175. );
  176. mainGroup = A01B62B51CAC362200477FFE;
  177. productRefGroup = A01B62BF1CAC362200477FFE /* Products */;
  178. projectDirPath = "";
  179. projectRoot = "";
  180. targets = (
  181. A01B62BD1CAC362200477FFE /* BingHaoBang */,
  182. );
  183. };
  184. /* End PBXProject section */
  185. /* Begin PBXResourcesBuildPhase section */
  186. A01B62BC1CAC362200477FFE /* Resources */ = {
  187. isa = PBXResourcesBuildPhase;
  188. buildActionMask = 2147483647;
  189. files = (
  190. A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */,
  191. );
  192. runOnlyForDeploymentPostprocessing = 0;
  193. };
  194. /* End PBXResourcesBuildPhase section */
  195. /* Begin PBXShellScriptBuildPhase section */
  196. 719F641F6C5CF78A7C0A2E29 /* Copy Pods Resources */ = {
  197. isa = PBXShellScriptBuildPhase;
  198. buildActionMask = 2147483647;
  199. files = (
  200. );
  201. inputPaths = (
  202. );
  203. name = "Copy Pods Resources";
  204. outputPaths = (
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. shellPath = /bin/sh;
  208. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-resources.sh\"\n";
  209. showEnvVarsInLog = 0;
  210. };
  211. 825F93A492D8A2538D83E985 /* Check Pods Manifest.lock */ = {
  212. isa = PBXShellScriptBuildPhase;
  213. buildActionMask = 2147483647;
  214. files = (
  215. );
  216. inputPaths = (
  217. );
  218. name = "Check Pods Manifest.lock";
  219. outputPaths = (
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. shellPath = /bin/sh;
  223. shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
  224. showEnvVarsInLog = 0;
  225. };
  226. 91474CC53E9C4EF13AEBF2B5 /* Embed Pods Frameworks */ = {
  227. isa = PBXShellScriptBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. );
  231. inputPaths = (
  232. );
  233. name = "Embed Pods Frameworks";
  234. outputPaths = (
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. shellPath = /bin/sh;
  238. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-frameworks.sh\"\n";
  239. showEnvVarsInLog = 0;
  240. };
  241. /* End PBXShellScriptBuildPhase section */
  242. /* Begin PBXSourcesBuildPhase section */
  243. A01B62BA1CAC362200477FFE /* Sources */ = {
  244. isa = PBXSourcesBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. A01B62C21CAC362200477FFE /* AppDelegate.swift in Sources */,
  248. A0509C3A1CAD76560054B40C /* GuideViewController.swift in Sources */,
  249. A0E4C4541CAD6F1700F67F4E /* FPSLabel.swift in Sources */,
  250. A0EA70111CAC485C00FEF2E3 /* MyViewController.swift in Sources */,
  251. A0EA70171CAC48BF00FEF2E3 /* MainTabBarViewController.swift in Sources */,
  252. A0EA700F1CAC47C100FEF2E3 /* Config.swift in Sources */,
  253. A0EA70131CAC488500FEF2E3 /* IndexViewController.swift in Sources */,
  254. A0EA70151CAC489600FEF2E3 /* FindViewController.swift in Sources */,
  255. );
  256. runOnlyForDeploymentPostprocessing = 0;
  257. };
  258. /* End PBXSourcesBuildPhase section */
  259. /* Begin XCBuildConfiguration section */
  260. A01B62CE1CAC362200477FFE /* Debug */ = {
  261. isa = XCBuildConfiguration;
  262. buildSettings = {
  263. ALWAYS_SEARCH_USER_PATHS = NO;
  264. CLANG_ANALYZER_NONNULL = YES;
  265. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  266. CLANG_CXX_LIBRARY = "libc++";
  267. CLANG_ENABLE_MODULES = YES;
  268. CLANG_ENABLE_OBJC_ARC = YES;
  269. CLANG_WARN_BOOL_CONVERSION = YES;
  270. CLANG_WARN_CONSTANT_CONVERSION = YES;
  271. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  272. CLANG_WARN_EMPTY_BODY = YES;
  273. CLANG_WARN_ENUM_CONVERSION = YES;
  274. CLANG_WARN_INT_CONVERSION = YES;
  275. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  276. CLANG_WARN_UNREACHABLE_CODE = YES;
  277. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  278. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  279. COPY_PHASE_STRIP = NO;
  280. DEBUG_INFORMATION_FORMAT = dwarf;
  281. ENABLE_STRICT_OBJC_MSGSEND = YES;
  282. ENABLE_TESTABILITY = YES;
  283. GCC_C_LANGUAGE_STANDARD = gnu99;
  284. GCC_DYNAMIC_NO_PIC = NO;
  285. GCC_NO_COMMON_BLOCKS = YES;
  286. GCC_OPTIMIZATION_LEVEL = 0;
  287. GCC_PREPROCESSOR_DEFINITIONS = (
  288. "DEBUG=1",
  289. "$(inherited)",
  290. );
  291. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  292. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  293. GCC_WARN_UNDECLARED_SELECTOR = YES;
  294. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  295. GCC_WARN_UNUSED_FUNCTION = YES;
  296. GCC_WARN_UNUSED_VARIABLE = YES;
  297. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  298. MTL_ENABLE_DEBUG_INFO = YES;
  299. ONLY_ACTIVE_ARCH = YES;
  300. SDKROOT = iphoneos;
  301. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  302. };
  303. name = Debug;
  304. };
  305. A01B62CF1CAC362200477FFE /* Release */ = {
  306. isa = XCBuildConfiguration;
  307. buildSettings = {
  308. ALWAYS_SEARCH_USER_PATHS = NO;
  309. CLANG_ANALYZER_NONNULL = YES;
  310. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  311. CLANG_CXX_LIBRARY = "libc++";
  312. CLANG_ENABLE_MODULES = YES;
  313. CLANG_ENABLE_OBJC_ARC = YES;
  314. CLANG_WARN_BOOL_CONVERSION = YES;
  315. CLANG_WARN_CONSTANT_CONVERSION = YES;
  316. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  317. CLANG_WARN_EMPTY_BODY = YES;
  318. CLANG_WARN_ENUM_CONVERSION = YES;
  319. CLANG_WARN_INT_CONVERSION = YES;
  320. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  321. CLANG_WARN_UNREACHABLE_CODE = YES;
  322. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  323. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  324. COPY_PHASE_STRIP = NO;
  325. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  326. ENABLE_NS_ASSERTIONS = NO;
  327. ENABLE_STRICT_OBJC_MSGSEND = YES;
  328. GCC_C_LANGUAGE_STANDARD = gnu99;
  329. GCC_NO_COMMON_BLOCKS = YES;
  330. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  331. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  332. GCC_WARN_UNDECLARED_SELECTOR = YES;
  333. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  334. GCC_WARN_UNUSED_FUNCTION = YES;
  335. GCC_WARN_UNUSED_VARIABLE = YES;
  336. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  337. MTL_ENABLE_DEBUG_INFO = NO;
  338. SDKROOT = iphoneos;
  339. VALIDATE_PRODUCT = YES;
  340. };
  341. name = Release;
  342. };
  343. A01B62D11CAC362200477FFE /* Debug */ = {
  344. isa = XCBuildConfiguration;
  345. baseConfigurationReference = 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */;
  346. buildSettings = {
  347. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  348. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  349. CODE_SIGN_IDENTITY = "iPhone Developer";
  350. INFOPLIST_FILE = BingHaoBang/Info.plist;
  351. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  352. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  353. PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
  354. PRODUCT_NAME = "$(TARGET_NAME)";
  355. };
  356. name = Debug;
  357. };
  358. A01B62D21CAC362200477FFE /* Release */ = {
  359. isa = XCBuildConfiguration;
  360. baseConfigurationReference = 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */;
  361. buildSettings = {
  362. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  363. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  364. CODE_SIGN_IDENTITY = "iPhone Developer";
  365. INFOPLIST_FILE = BingHaoBang/Info.plist;
  366. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  367. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  368. PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
  369. PRODUCT_NAME = "$(TARGET_NAME)";
  370. };
  371. name = Release;
  372. };
  373. /* End XCBuildConfiguration section */
  374. /* Begin XCConfigurationList section */
  375. A01B62B91CAC362200477FFE /* Build configuration list for PBXProject "BingHaoBang" */ = {
  376. isa = XCConfigurationList;
  377. buildConfigurations = (
  378. A01B62CE1CAC362200477FFE /* Debug */,
  379. A01B62CF1CAC362200477FFE /* Release */,
  380. );
  381. defaultConfigurationIsVisible = 0;
  382. defaultConfigurationName = Release;
  383. };
  384. A01B62D01CAC362200477FFE /* Build configuration list for PBXNativeTarget "BingHaoBang" */ = {
  385. isa = XCConfigurationList;
  386. buildConfigurations = (
  387. A01B62D11CAC362200477FFE /* Debug */,
  388. A01B62D21CAC362200477FFE /* Release */,
  389. );
  390. defaultConfigurationIsVisible = 0;
  391. defaultConfigurationName = Release;
  392. };
  393. /* End XCConfigurationList section */
  394. };
  395. rootObject = A01B62B61CAC362200477FFE /* Project object */;
  396. }