project.pbxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  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. A01B62C41CAC362200477FFE /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A01B62C31CAC362200477FFE /* ViewController.swift */; };
  11. A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A01B62C81CAC362200477FFE /* Assets.xcassets */; };
  12. A01B62CC1CAC362200477FFE /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A01B62CA1CAC362200477FFE /* LaunchScreen.storyboard */; };
  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. A01B62C31CAC362200477FFE /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  27. A01B62C81CAC362200477FFE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  28. A01B62CB1CAC362200477FFE /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  29. A01B62CD1CAC362200477FFE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; 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. A01B62C31CAC362200477FFE /* ViewController.swift */,
  74. A01B62C81CAC362200477FFE /* Assets.xcassets */,
  75. A01B62CA1CAC362200477FFE /* LaunchScreen.storyboard */,
  76. A01B62CD1CAC362200477FFE /* Info.plist */,
  77. );
  78. path = BingHaoBang;
  79. sourceTree = "<group>";
  80. };
  81. A0EA70001CAC3D5100FEF2E3 /* Common */ = {
  82. isa = PBXGroup;
  83. children = (
  84. A0EA700E1CAC47C100FEF2E3 /* Config.swift */,
  85. );
  86. name = Common;
  87. sourceTree = "<group>";
  88. };
  89. A0EA70011CAC3D6D00FEF2E3 /* Controller */ = {
  90. isa = PBXGroup;
  91. children = (
  92. );
  93. name = Controller;
  94. sourceTree = "<group>";
  95. };
  96. A0EA70021CAC3D8F00FEF2E3 /* Model */ = {
  97. isa = PBXGroup;
  98. children = (
  99. );
  100. name = Model;
  101. sourceTree = "<group>";
  102. };
  103. A0EA70031CAC3D9800FEF2E3 /* View */ = {
  104. isa = PBXGroup;
  105. children = (
  106. A0EA70101CAC485C00FEF2E3 /* MyViewController.swift */,
  107. A0EA70121CAC488500FEF2E3 /* IndexViewController.swift */,
  108. A0EA70141CAC489600FEF2E3 /* FindViewController.swift */,
  109. A0EA70161CAC48BF00FEF2E3 /* MainTabBarViewController.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. A01B62CC1CAC362200477FFE /* LaunchScreen.storyboard in Resources */,
  191. A01B62C91CAC362200477FFE /* Assets.xcassets in Resources */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXResourcesBuildPhase section */
  196. /* Begin PBXShellScriptBuildPhase section */
  197. 719F641F6C5CF78A7C0A2E29 /* Copy Pods Resources */ = {
  198. isa = PBXShellScriptBuildPhase;
  199. buildActionMask = 2147483647;
  200. files = (
  201. );
  202. inputPaths = (
  203. );
  204. name = "Copy Pods Resources";
  205. outputPaths = (
  206. );
  207. runOnlyForDeploymentPostprocessing = 0;
  208. shellPath = /bin/sh;
  209. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-resources.sh\"\n";
  210. showEnvVarsInLog = 0;
  211. };
  212. 825F93A492D8A2538D83E985 /* Check Pods Manifest.lock */ = {
  213. isa = PBXShellScriptBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. );
  217. inputPaths = (
  218. );
  219. name = "Check Pods Manifest.lock";
  220. outputPaths = (
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. shellPath = /bin/sh;
  224. 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";
  225. showEnvVarsInLog = 0;
  226. };
  227. 91474CC53E9C4EF13AEBF2B5 /* Embed Pods Frameworks */ = {
  228. isa = PBXShellScriptBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. );
  232. inputPaths = (
  233. );
  234. name = "Embed Pods Frameworks";
  235. outputPaths = (
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. shellPath = /bin/sh;
  239. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-BingHaoBang/Pods-BingHaoBang-frameworks.sh\"\n";
  240. showEnvVarsInLog = 0;
  241. };
  242. /* End PBXShellScriptBuildPhase section */
  243. /* Begin PBXSourcesBuildPhase section */
  244. A01B62BA1CAC362200477FFE /* Sources */ = {
  245. isa = PBXSourcesBuildPhase;
  246. buildActionMask = 2147483647;
  247. files = (
  248. A01B62C41CAC362200477FFE /* ViewController.swift in Sources */,
  249. A01B62C21CAC362200477FFE /* AppDelegate.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 PBXVariantGroup section */
  260. A01B62CA1CAC362200477FFE /* LaunchScreen.storyboard */ = {
  261. isa = PBXVariantGroup;
  262. children = (
  263. A01B62CB1CAC362200477FFE /* Base */,
  264. );
  265. name = LaunchScreen.storyboard;
  266. sourceTree = "<group>";
  267. };
  268. /* End PBXVariantGroup section */
  269. /* Begin XCBuildConfiguration section */
  270. A01B62CE1CAC362200477FFE /* Debug */ = {
  271. isa = XCBuildConfiguration;
  272. buildSettings = {
  273. ALWAYS_SEARCH_USER_PATHS = NO;
  274. CLANG_ANALYZER_NONNULL = YES;
  275. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  276. CLANG_CXX_LIBRARY = "libc++";
  277. CLANG_ENABLE_MODULES = YES;
  278. CLANG_ENABLE_OBJC_ARC = YES;
  279. CLANG_WARN_BOOL_CONVERSION = YES;
  280. CLANG_WARN_CONSTANT_CONVERSION = YES;
  281. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  282. CLANG_WARN_EMPTY_BODY = YES;
  283. CLANG_WARN_ENUM_CONVERSION = YES;
  284. CLANG_WARN_INT_CONVERSION = YES;
  285. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  286. CLANG_WARN_UNREACHABLE_CODE = YES;
  287. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  288. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  289. COPY_PHASE_STRIP = NO;
  290. DEBUG_INFORMATION_FORMAT = dwarf;
  291. ENABLE_STRICT_OBJC_MSGSEND = YES;
  292. ENABLE_TESTABILITY = YES;
  293. GCC_C_LANGUAGE_STANDARD = gnu99;
  294. GCC_DYNAMIC_NO_PIC = NO;
  295. GCC_NO_COMMON_BLOCKS = YES;
  296. GCC_OPTIMIZATION_LEVEL = 0;
  297. GCC_PREPROCESSOR_DEFINITIONS = (
  298. "DEBUG=1",
  299. "$(inherited)",
  300. );
  301. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  303. GCC_WARN_UNDECLARED_SELECTOR = YES;
  304. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  305. GCC_WARN_UNUSED_FUNCTION = YES;
  306. GCC_WARN_UNUSED_VARIABLE = YES;
  307. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  308. MTL_ENABLE_DEBUG_INFO = YES;
  309. ONLY_ACTIVE_ARCH = YES;
  310. SDKROOT = iphoneos;
  311. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  312. };
  313. name = Debug;
  314. };
  315. A01B62CF1CAC362200477FFE /* Release */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ALWAYS_SEARCH_USER_PATHS = NO;
  319. CLANG_ANALYZER_NONNULL = YES;
  320. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  321. CLANG_CXX_LIBRARY = "libc++";
  322. CLANG_ENABLE_MODULES = YES;
  323. CLANG_ENABLE_OBJC_ARC = YES;
  324. CLANG_WARN_BOOL_CONVERSION = YES;
  325. CLANG_WARN_CONSTANT_CONVERSION = YES;
  326. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  327. CLANG_WARN_EMPTY_BODY = YES;
  328. CLANG_WARN_ENUM_CONVERSION = YES;
  329. CLANG_WARN_INT_CONVERSION = YES;
  330. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  331. CLANG_WARN_UNREACHABLE_CODE = YES;
  332. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  333. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  334. COPY_PHASE_STRIP = NO;
  335. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  336. ENABLE_NS_ASSERTIONS = NO;
  337. ENABLE_STRICT_OBJC_MSGSEND = YES;
  338. GCC_C_LANGUAGE_STANDARD = gnu99;
  339. GCC_NO_COMMON_BLOCKS = YES;
  340. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  341. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  342. GCC_WARN_UNDECLARED_SELECTOR = YES;
  343. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  344. GCC_WARN_UNUSED_FUNCTION = YES;
  345. GCC_WARN_UNUSED_VARIABLE = YES;
  346. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  347. MTL_ENABLE_DEBUG_INFO = NO;
  348. SDKROOT = iphoneos;
  349. VALIDATE_PRODUCT = YES;
  350. };
  351. name = Release;
  352. };
  353. A01B62D11CAC362200477FFE /* Debug */ = {
  354. isa = XCBuildConfiguration;
  355. baseConfigurationReference = 9101E85183BB07FD008CA084 /* Pods-BingHaoBang.debug.xcconfig */;
  356. buildSettings = {
  357. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  358. INFOPLIST_FILE = BingHaoBang/Info.plist;
  359. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  360. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  361. PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. };
  364. name = Debug;
  365. };
  366. A01B62D21CAC362200477FFE /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. baseConfigurationReference = 092C49D19851971B9A4BF69E /* Pods-BingHaoBang.release.xcconfig */;
  369. buildSettings = {
  370. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  371. INFOPLIST_FILE = BingHaoBang/Info.plist;
  372. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  373. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  374. PRODUCT_BUNDLE_IDENTIFIER = Com.Zjdboy.BingHaoBang;
  375. PRODUCT_NAME = "$(TARGET_NAME)";
  376. };
  377. name = Release;
  378. };
  379. /* End XCBuildConfiguration section */
  380. /* Begin XCConfigurationList section */
  381. A01B62B91CAC362200477FFE /* Build configuration list for PBXProject "BingHaoBang" */ = {
  382. isa = XCConfigurationList;
  383. buildConfigurations = (
  384. A01B62CE1CAC362200477FFE /* Debug */,
  385. A01B62CF1CAC362200477FFE /* Release */,
  386. );
  387. defaultConfigurationIsVisible = 0;
  388. defaultConfigurationName = Release;
  389. };
  390. A01B62D01CAC362200477FFE /* Build configuration list for PBXNativeTarget "BingHaoBang" */ = {
  391. isa = XCConfigurationList;
  392. buildConfigurations = (
  393. A01B62D11CAC362200477FFE /* Debug */,
  394. A01B62D21CAC362200477FFE /* Release */,
  395. );
  396. defaultConfigurationIsVisible = 0;
  397. defaultConfigurationName = Release;
  398. };
  399. /* End XCConfigurationList section */
  400. };
  401. rootObject = A01B62B61CAC362200477FFE /* Project object */;
  402. }