project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 43186B5E203FB83E002C2D56 /* OJSScriptMessageHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43186B5D203FB83E002C2D56 /* OJSScriptMessageHandler.swift */; };
  10. 437D4CDC20219EC300053357 /* index2.html in Resources */ = {isa = PBXBuildFile; fileRef = 437D4CDB20219EC300053357 /* index2.html */; };
  11. 43A1009C1E6EEB0F00472628 /* TwoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43A1009B1E6EEB0F00472628 /* TwoViewController.swift */; };
  12. 43A583981DD6ED2B0006FE70 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43A583971DD6ED2B0006FE70 /* AppDelegate.swift */; };
  13. 43A5839A1DD6ED2B0006FE70 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43A583991DD6ED2B0006FE70 /* ViewController.swift */; };
  14. 43A5839D1DD6ED2B0006FE70 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43A5839B1DD6ED2B0006FE70 /* Main.storyboard */; };
  15. 43A5839F1DD6ED2B0006FE70 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 43A5839E1DD6ED2B0006FE70 /* Assets.xcassets */; };
  16. 43A583A21DD6ED2B0006FE70 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 43A583A01DD6ED2B0006FE70 /* LaunchScreen.storyboard */; };
  17. 43B1A2491E6F95F400DFA3CD /* ThreeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B1A2481E6F95F400DFA3CD /* ThreeViewController.swift */; };
  18. 43B1A24B1E6FA3B000DFA3CD /* OJSStaticCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43B1A24A1E6FA3B000DFA3CD /* OJSStaticCell.swift */; };
  19. 43D015E21DD952B800AA084D /* TESTObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D015E11DD952B800AA084D /* TESTObject.m */; };
  20. 43E2FD7E1FEE4F3A00393417 /* OJSWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43E2FD7D1FEE4F3A00393417 /* OJSWebViewController.swift */; };
  21. 43E2FD801FEE5D1600393417 /* iosTest.html in Resources */ = {isa = PBXBuildFile; fileRef = 43E2FD7F1FEE5D1600393417 /* iosTest.html */; };
  22. 43F708321DF538740065A978 /* OneViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43F708311DF538740065A978 /* OneViewController.swift */; };
  23. 594CBDAA8094B95FD9500747 /* Pods_OJASwiftKitDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3B14E65BDBD260438980497 /* Pods_OJASwiftKitDemo.framework */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXCopyFilesBuildPhase section */
  26. 43683D251DF6C9AA00F13F9C /* Embed Frameworks */ = {
  27. isa = PBXCopyFilesBuildPhase;
  28. buildActionMask = 2147483647;
  29. dstPath = "";
  30. dstSubfolderSpec = 10;
  31. files = (
  32. );
  33. name = "Embed Frameworks";
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXCopyFilesBuildPhase section */
  37. /* Begin PBXFileReference section */
  38. 430307401DE2D0AF00628A62 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  39. 430307421DE2D0B500628A62 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  40. 43186B5D203FB83E002C2D56 /* OJSScriptMessageHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OJSScriptMessageHandler.swift; sourceTree = "<group>"; };
  41. 437D4CDB20219EC300053357 /* index2.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index2.html; sourceTree = "<group>"; };
  42. 43902A0E22845BD200FE087B /* OJASwiftKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = OJASwiftKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 43A1009B1E6EEB0F00472628 /* TwoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TwoViewController.swift; sourceTree = "<group>"; };
  44. 43A583941DD6ED2B0006FE70 /* OJASwiftKitDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OJASwiftKitDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 43A583971DD6ED2B0006FE70 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  46. 43A583991DD6ED2B0006FE70 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  47. 43A5839C1DD6ED2B0006FE70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  48. 43A5839E1DD6ED2B0006FE70 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  49. 43A583A11DD6ED2B0006FE70 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  50. 43A583A31DD6ED2B0006FE70 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. 43B1A2481E6F95F400DFA3CD /* ThreeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThreeViewController.swift; sourceTree = "<group>"; };
  52. 43B1A24A1E6FA3B000DFA3CD /* OJSStaticCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OJSStaticCell.swift; sourceTree = "<group>"; };
  53. 43D015DF1DD952B800AA084D /* OJASwiftKitDemo-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "OJASwiftKitDemo-Bridging-Header.h"; sourceTree = "<group>"; };
  54. 43D015E01DD952B800AA084D /* TESTObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TESTObject.h; sourceTree = "<group>"; };
  55. 43D015E11DD952B800AA084D /* TESTObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TESTObject.m; sourceTree = "<group>"; };
  56. 43E2FD7D1FEE4F3A00393417 /* OJSWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OJSWebViewController.swift; sourceTree = "<group>"; };
  57. 43E2FD7F1FEE5D1600393417 /* iosTest.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = iosTest.html; sourceTree = "<group>"; };
  58. 43F708311DF538740065A978 /* OneViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OneViewController.swift; sourceTree = "<group>"; };
  59. 5B82F77F52F1B51693D1737E /* Pods-OJASwiftKitDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OJASwiftKitDemo.release.xcconfig"; path = "Pods/Target Support Files/Pods-OJASwiftKitDemo/Pods-OJASwiftKitDemo.release.xcconfig"; sourceTree = "<group>"; };
  60. 5E6B4088D6B1AE2750A339BB /* Pods-OJASwiftKitDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OJASwiftKitDemo.debug.xcconfig"; path = "Pods/Target Support Files/Pods-OJASwiftKitDemo/Pods-OJASwiftKitDemo.debug.xcconfig"; sourceTree = "<group>"; };
  61. A3B14E65BDBD260438980497 /* Pods_OJASwiftKitDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OJASwiftKitDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  62. BAD1867AB53D584A4D2ACF3E /* Pods_OJASwiftKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OJASwiftKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. 43A583911DD6ED2B0006FE70 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. 594CBDAA8094B95FD9500747 /* Pods_OJASwiftKitDemo.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. 31ED6282DEBEF5FEF534ABF1 /* Pods */ = {
  76. isa = PBXGroup;
  77. children = (
  78. 5E6B4088D6B1AE2750A339BB /* Pods-OJASwiftKitDemo.debug.xcconfig */,
  79. 5B82F77F52F1B51693D1737E /* Pods-OJASwiftKitDemo.release.xcconfig */,
  80. );
  81. name = Pods;
  82. sourceTree = "<group>";
  83. };
  84. 4303073F1DE2D0AF00628A62 /* Frameworks */ = {
  85. isa = PBXGroup;
  86. children = (
  87. 43902A0E22845BD200FE087B /* OJASwiftKit.framework */,
  88. 430307421DE2D0B500628A62 /* Foundation.framework */,
  89. 430307401DE2D0AF00628A62 /* UIKit.framework */,
  90. BAD1867AB53D584A4D2ACF3E /* Pods_OJASwiftKit.framework */,
  91. A3B14E65BDBD260438980497 /* Pods_OJASwiftKitDemo.framework */,
  92. );
  93. name = Frameworks;
  94. sourceTree = "<group>";
  95. };
  96. 43A5838B1DD6ED2B0006FE70 = {
  97. isa = PBXGroup;
  98. children = (
  99. 43A583961DD6ED2B0006FE70 /* OJASwiftKitDemo */,
  100. 43A583951DD6ED2B0006FE70 /* Products */,
  101. 4303073F1DE2D0AF00628A62 /* Frameworks */,
  102. 31ED6282DEBEF5FEF534ABF1 /* Pods */,
  103. );
  104. sourceTree = "<group>";
  105. };
  106. 43A583951DD6ED2B0006FE70 /* Products */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 43A583941DD6ED2B0006FE70 /* OJASwiftKitDemo.app */,
  110. );
  111. name = Products;
  112. sourceTree = "<group>";
  113. };
  114. 43A583961DD6ED2B0006FE70 /* OJASwiftKitDemo */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 43E2FD7F1FEE5D1600393417 /* iosTest.html */,
  118. 437D4CDB20219EC300053357 /* index2.html */,
  119. 43A583971DD6ED2B0006FE70 /* AppDelegate.swift */,
  120. 43A583991DD6ED2B0006FE70 /* ViewController.swift */,
  121. 43F708311DF538740065A978 /* OneViewController.swift */,
  122. 43A1009B1E6EEB0F00472628 /* TwoViewController.swift */,
  123. 43B1A2481E6F95F400DFA3CD /* ThreeViewController.swift */,
  124. 43B1A24A1E6FA3B000DFA3CD /* OJSStaticCell.swift */,
  125. 43E2FD7D1FEE4F3A00393417 /* OJSWebViewController.swift */,
  126. 43186B5D203FB83E002C2D56 /* OJSScriptMessageHandler.swift */,
  127. 43D015E01DD952B800AA084D /* TESTObject.h */,
  128. 43D015E11DD952B800AA084D /* TESTObject.m */,
  129. 43A5839B1DD6ED2B0006FE70 /* Main.storyboard */,
  130. 43A5839E1DD6ED2B0006FE70 /* Assets.xcassets */,
  131. 43A583A01DD6ED2B0006FE70 /* LaunchScreen.storyboard */,
  132. 43A583A31DD6ED2B0006FE70 /* Info.plist */,
  133. 43D015DF1DD952B800AA084D /* OJASwiftKitDemo-Bridging-Header.h */,
  134. );
  135. path = OJASwiftKitDemo;
  136. sourceTree = "<group>";
  137. };
  138. /* End PBXGroup section */
  139. /* Begin PBXNativeTarget section */
  140. 43A583931DD6ED2B0006FE70 /* OJASwiftKitDemo */ = {
  141. isa = PBXNativeTarget;
  142. buildConfigurationList = 43A583A61DD6ED2B0006FE70 /* Build configuration list for PBXNativeTarget "OJASwiftKitDemo" */;
  143. buildPhases = (
  144. 3C606B9A0658E2CA0E5795AB /* [CP] Check Pods Manifest.lock */,
  145. 43A583901DD6ED2B0006FE70 /* Sources */,
  146. 43A583911DD6ED2B0006FE70 /* Frameworks */,
  147. 43A583921DD6ED2B0006FE70 /* Resources */,
  148. 4A27819C292EEDA8C7A6A92E /* [CP] Embed Pods Frameworks */,
  149. 43683D251DF6C9AA00F13F9C /* Embed Frameworks */,
  150. );
  151. buildRules = (
  152. );
  153. dependencies = (
  154. );
  155. name = OJASwiftKitDemo;
  156. productName = OJASwiftKitDemo;
  157. productReference = 43A583941DD6ED2B0006FE70 /* OJASwiftKitDemo.app */;
  158. productType = "com.apple.product-type.application";
  159. };
  160. /* End PBXNativeTarget section */
  161. /* Begin PBXProject section */
  162. 43A5838C1DD6ED2B0006FE70 /* Project object */ = {
  163. isa = PBXProject;
  164. attributes = {
  165. LastSwiftUpdateCheck = 0810;
  166. LastUpgradeCheck = 1020;
  167. ORGANIZATIONNAME = luxiaoming;
  168. TargetAttributes = {
  169. 43A583931DD6ED2B0006FE70 = {
  170. CreatedOnToolsVersion = 8.1;
  171. DevelopmentTeam = J3UC485RZ9;
  172. LastSwiftMigration = 1000;
  173. ProvisioningStyle = Automatic;
  174. };
  175. };
  176. };
  177. buildConfigurationList = 43A5838F1DD6ED2B0006FE70 /* Build configuration list for PBXProject "OJASwiftKitDemo" */;
  178. compatibilityVersion = "Xcode 3.2";
  179. developmentRegion = en;
  180. hasScannedForEncodings = 0;
  181. knownRegions = (
  182. en,
  183. Base,
  184. );
  185. mainGroup = 43A5838B1DD6ED2B0006FE70;
  186. productRefGroup = 43A583951DD6ED2B0006FE70 /* Products */;
  187. projectDirPath = "";
  188. projectRoot = "";
  189. targets = (
  190. 43A583931DD6ED2B0006FE70 /* OJASwiftKitDemo */,
  191. );
  192. };
  193. /* End PBXProject section */
  194. /* Begin PBXResourcesBuildPhase section */
  195. 43A583921DD6ED2B0006FE70 /* Resources */ = {
  196. isa = PBXResourcesBuildPhase;
  197. buildActionMask = 2147483647;
  198. files = (
  199. 43A583A21DD6ED2B0006FE70 /* LaunchScreen.storyboard in Resources */,
  200. 43E2FD801FEE5D1600393417 /* iosTest.html in Resources */,
  201. 43A5839F1DD6ED2B0006FE70 /* Assets.xcassets in Resources */,
  202. 43A5839D1DD6ED2B0006FE70 /* Main.storyboard in Resources */,
  203. 437D4CDC20219EC300053357 /* index2.html in Resources */,
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. /* End PBXResourcesBuildPhase section */
  208. /* Begin PBXShellScriptBuildPhase section */
  209. 3C606B9A0658E2CA0E5795AB /* [CP] Check Pods Manifest.lock */ = {
  210. isa = PBXShellScriptBuildPhase;
  211. buildActionMask = 2147483647;
  212. files = (
  213. );
  214. inputPaths = (
  215. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  216. "${PODS_ROOT}/Manifest.lock",
  217. );
  218. name = "[CP] Check Pods Manifest.lock";
  219. outputPaths = (
  220. "$(DERIVED_FILE_DIR)/Pods-OJASwiftKitDemo-checkManifestLockResult.txt",
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. shellPath = /bin/sh;
  224. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  225. showEnvVarsInLog = 0;
  226. };
  227. 4A27819C292EEDA8C7A6A92E /* [CP] Embed Pods Frameworks */ = {
  228. isa = PBXShellScriptBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. );
  232. inputPaths = (
  233. "${PODS_ROOT}/Target Support Files/Pods-OJASwiftKitDemo/Pods-OJASwiftKitDemo-frameworks.sh",
  234. "${BUILT_PRODUCTS_DIR}/LXMBlockKit/LXMBlockKit.framework",
  235. "${BUILT_PRODUCTS_DIR}/OJASwiftKit/OJASwiftKit.framework",
  236. );
  237. name = "[CP] Embed Pods Frameworks";
  238. outputPaths = (
  239. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LXMBlockKit.framework",
  240. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OJASwiftKit.framework",
  241. );
  242. runOnlyForDeploymentPostprocessing = 0;
  243. shellPath = /bin/sh;
  244. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-OJASwiftKitDemo/Pods-OJASwiftKitDemo-frameworks.sh\"\n";
  245. showEnvVarsInLog = 0;
  246. };
  247. /* End PBXShellScriptBuildPhase section */
  248. /* Begin PBXSourcesBuildPhase section */
  249. 43A583901DD6ED2B0006FE70 /* Sources */ = {
  250. isa = PBXSourcesBuildPhase;
  251. buildActionMask = 2147483647;
  252. files = (
  253. 43A1009C1E6EEB0F00472628 /* TwoViewController.swift in Sources */,
  254. 43A5839A1DD6ED2B0006FE70 /* ViewController.swift in Sources */,
  255. 43186B5E203FB83E002C2D56 /* OJSScriptMessageHandler.swift in Sources */,
  256. 43D015E21DD952B800AA084D /* TESTObject.m in Sources */,
  257. 43B1A2491E6F95F400DFA3CD /* ThreeViewController.swift in Sources */,
  258. 43A583981DD6ED2B0006FE70 /* AppDelegate.swift in Sources */,
  259. 43B1A24B1E6FA3B000DFA3CD /* OJSStaticCell.swift in Sources */,
  260. 43E2FD7E1FEE4F3A00393417 /* OJSWebViewController.swift in Sources */,
  261. 43F708321DF538740065A978 /* OneViewController.swift in Sources */,
  262. );
  263. runOnlyForDeploymentPostprocessing = 0;
  264. };
  265. /* End PBXSourcesBuildPhase section */
  266. /* Begin PBXVariantGroup section */
  267. 43A5839B1DD6ED2B0006FE70 /* Main.storyboard */ = {
  268. isa = PBXVariantGroup;
  269. children = (
  270. 43A5839C1DD6ED2B0006FE70 /* Base */,
  271. );
  272. name = Main.storyboard;
  273. sourceTree = "<group>";
  274. };
  275. 43A583A01DD6ED2B0006FE70 /* LaunchScreen.storyboard */ = {
  276. isa = PBXVariantGroup;
  277. children = (
  278. 43A583A11DD6ED2B0006FE70 /* Base */,
  279. );
  280. name = LaunchScreen.storyboard;
  281. sourceTree = "<group>";
  282. };
  283. /* End PBXVariantGroup section */
  284. /* Begin XCBuildConfiguration section */
  285. 43A583A41DD6ED2B0006FE70 /* Debug */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ALWAYS_SEARCH_USER_PATHS = NO;
  289. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  290. CLANG_ANALYZER_NONNULL = YES;
  291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  292. CLANG_CXX_LIBRARY = "libc++";
  293. CLANG_ENABLE_MODULES = YES;
  294. CLANG_ENABLE_OBJC_ARC = YES;
  295. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  296. CLANG_WARN_BOOL_CONVERSION = YES;
  297. CLANG_WARN_COMMA = YES;
  298. CLANG_WARN_CONSTANT_CONVERSION = YES;
  299. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  300. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  301. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  302. CLANG_WARN_EMPTY_BODY = YES;
  303. CLANG_WARN_ENUM_CONVERSION = YES;
  304. CLANG_WARN_INFINITE_RECURSION = YES;
  305. CLANG_WARN_INT_CONVERSION = YES;
  306. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  307. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  308. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  309. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  310. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  311. CLANG_WARN_STRICT_PROTOTYPES = YES;
  312. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  313. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  314. CLANG_WARN_UNREACHABLE_CODE = YES;
  315. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  316. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  317. COPY_PHASE_STRIP = NO;
  318. DEBUG_INFORMATION_FORMAT = dwarf;
  319. ENABLE_STRICT_OBJC_MSGSEND = YES;
  320. ENABLE_TESTABILITY = YES;
  321. GCC_C_LANGUAGE_STANDARD = gnu99;
  322. GCC_DYNAMIC_NO_PIC = NO;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_OPTIMIZATION_LEVEL = 0;
  325. GCC_PREPROCESSOR_DEFINITIONS = (
  326. "DEBUG=1",
  327. "$(inherited)",
  328. );
  329. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  330. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  331. GCC_WARN_UNDECLARED_SELECTOR = YES;
  332. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  333. GCC_WARN_UNUSED_FUNCTION = YES;
  334. GCC_WARN_UNUSED_VARIABLE = YES;
  335. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  336. MTL_ENABLE_DEBUG_INFO = YES;
  337. ONLY_ACTIVE_ARCH = YES;
  338. SDKROOT = iphoneos;
  339. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  340. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  341. };
  342. name = Debug;
  343. };
  344. 43A583A51DD6ED2B0006FE70 /* Release */ = {
  345. isa = XCBuildConfiguration;
  346. buildSettings = {
  347. ALWAYS_SEARCH_USER_PATHS = NO;
  348. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  349. CLANG_ANALYZER_NONNULL = YES;
  350. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  351. CLANG_CXX_LIBRARY = "libc++";
  352. CLANG_ENABLE_MODULES = YES;
  353. CLANG_ENABLE_OBJC_ARC = YES;
  354. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  355. CLANG_WARN_BOOL_CONVERSION = YES;
  356. CLANG_WARN_COMMA = YES;
  357. CLANG_WARN_CONSTANT_CONVERSION = YES;
  358. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  359. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  360. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  361. CLANG_WARN_EMPTY_BODY = YES;
  362. CLANG_WARN_ENUM_CONVERSION = YES;
  363. CLANG_WARN_INFINITE_RECURSION = YES;
  364. CLANG_WARN_INT_CONVERSION = YES;
  365. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  366. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  367. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  368. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  369. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  370. CLANG_WARN_STRICT_PROTOTYPES = YES;
  371. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  372. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  373. CLANG_WARN_UNREACHABLE_CODE = YES;
  374. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  375. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  376. COPY_PHASE_STRIP = NO;
  377. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  378. ENABLE_NS_ASSERTIONS = NO;
  379. ENABLE_STRICT_OBJC_MSGSEND = YES;
  380. GCC_C_LANGUAGE_STANDARD = gnu99;
  381. GCC_NO_COMMON_BLOCKS = YES;
  382. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  383. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  384. GCC_WARN_UNDECLARED_SELECTOR = YES;
  385. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  386. GCC_WARN_UNUSED_FUNCTION = YES;
  387. GCC_WARN_UNUSED_VARIABLE = YES;
  388. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  389. MTL_ENABLE_DEBUG_INFO = NO;
  390. SDKROOT = iphoneos;
  391. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  392. VALIDATE_PRODUCT = YES;
  393. };
  394. name = Release;
  395. };
  396. 43A583A71DD6ED2B0006FE70 /* Debug */ = {
  397. isa = XCBuildConfiguration;
  398. baseConfigurationReference = 5E6B4088D6B1AE2750A339BB /* Pods-OJASwiftKitDemo.debug.xcconfig */;
  399. buildSettings = {
  400. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  401. CLANG_ENABLE_CODE_COVERAGE = YES;
  402. CLANG_ENABLE_MODULES = YES;
  403. DEVELOPMENT_TEAM = J3UC485RZ9;
  404. INFOPLIST_FILE = OJASwiftKitDemo/Info.plist;
  405. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  406. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  407. OTHER_LDFLAGS = "$(inherited)";
  408. PRODUCT_BUNDLE_IDENTIFIER = com.ouj.OJASwiftKitDemo;
  409. PRODUCT_NAME = "$(TARGET_NAME)";
  410. SWIFT_OBJC_BRIDGING_HEADER = "OJASwiftKitDemo/OJASwiftKitDemo-Bridging-Header.h";
  411. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  412. SWIFT_VERSION = 4.2;
  413. };
  414. name = Debug;
  415. };
  416. 43A583A81DD6ED2B0006FE70 /* Release */ = {
  417. isa = XCBuildConfiguration;
  418. baseConfigurationReference = 5B82F77F52F1B51693D1737E /* Pods-OJASwiftKitDemo.release.xcconfig */;
  419. buildSettings = {
  420. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  421. CLANG_ENABLE_CODE_COVERAGE = YES;
  422. CLANG_ENABLE_MODULES = YES;
  423. DEVELOPMENT_TEAM = J3UC485RZ9;
  424. INFOPLIST_FILE = OJASwiftKitDemo/Info.plist;
  425. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  426. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  427. OTHER_LDFLAGS = "$(inherited)";
  428. PRODUCT_BUNDLE_IDENTIFIER = com.ouj.OJASwiftKitDemo;
  429. PRODUCT_NAME = "$(TARGET_NAME)";
  430. SWIFT_OBJC_BRIDGING_HEADER = "OJASwiftKitDemo/OJASwiftKitDemo-Bridging-Header.h";
  431. SWIFT_VERSION = 4.2;
  432. };
  433. name = Release;
  434. };
  435. /* End XCBuildConfiguration section */
  436. /* Begin XCConfigurationList section */
  437. 43A5838F1DD6ED2B0006FE70 /* Build configuration list for PBXProject "OJASwiftKitDemo" */ = {
  438. isa = XCConfigurationList;
  439. buildConfigurations = (
  440. 43A583A41DD6ED2B0006FE70 /* Debug */,
  441. 43A583A51DD6ED2B0006FE70 /* Release */,
  442. );
  443. defaultConfigurationIsVisible = 0;
  444. defaultConfigurationName = Release;
  445. };
  446. 43A583A61DD6ED2B0006FE70 /* Build configuration list for PBXNativeTarget "OJASwiftKitDemo" */ = {
  447. isa = XCConfigurationList;
  448. buildConfigurations = (
  449. 43A583A71DD6ED2B0006FE70 /* Debug */,
  450. 43A583A81DD6ED2B0006FE70 /* Release */,
  451. );
  452. defaultConfigurationIsVisible = 0;
  453. defaultConfigurationName = Release;
  454. };
  455. /* End XCConfigurationList section */
  456. };
  457. rootObject = 43A5838C1DD6ED2B0006FE70 /* Project object */;
  458. }