project.pbxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 56;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2F8DC9E828F5B5BA00214AEA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F8DC9E728F5B5BA00214AEA /* AppDelegate.swift */; };
  10. 2F8DC9EC28F5B5BA00214AEA /* WebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F8DC9EB28F5B5BA00214AEA /* WebViewController.swift */; };
  11. 2F8DC9F128F5B5BA00214AEA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2F8DC9F028F5B5BA00214AEA /* Assets.xcassets */; };
  12. 2F8DC9F428F5B5BA00214AEA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2F8DC9F228F5B5BA00214AEA /* LaunchScreen.storyboard */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXFileReference section */
  15. 2F8DC9E428F5B5BA00214AEA /* conversejs.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = conversejs.app; sourceTree = BUILT_PRODUCTS_DIR; };
  16. 2F8DC9E728F5B5BA00214AEA /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  17. 2F8DC9EB28F5B5BA00214AEA /* WebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewController.swift; sourceTree = "<group>"; };
  18. 2F8DC9F028F5B5BA00214AEA /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  19. 2F8DC9F328F5B5BA00214AEA /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  20. 2F8DC9F528F5B5BA00214AEA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  21. /* End PBXFileReference section */
  22. /* Begin PBXFrameworksBuildPhase section */
  23. 2F8DC9E128F5B5BA00214AEA /* Frameworks */ = {
  24. isa = PBXFrameworksBuildPhase;
  25. buildActionMask = 2147483647;
  26. files = (
  27. );
  28. runOnlyForDeploymentPostprocessing = 0;
  29. };
  30. /* End PBXFrameworksBuildPhase section */
  31. /* Begin PBXGroup section */
  32. 2F8DC9DB28F5B5BA00214AEA = {
  33. isa = PBXGroup;
  34. children = (
  35. 2F8DC9E628F5B5BA00214AEA /* conversejs */,
  36. 2F8DC9E528F5B5BA00214AEA /* Products */,
  37. );
  38. sourceTree = "<group>";
  39. };
  40. 2F8DC9E528F5B5BA00214AEA /* Products */ = {
  41. isa = PBXGroup;
  42. children = (
  43. 2F8DC9E428F5B5BA00214AEA /* conversejs.app */,
  44. );
  45. name = Products;
  46. sourceTree = "<group>";
  47. };
  48. 2F8DC9E628F5B5BA00214AEA /* conversejs */ = {
  49. isa = PBXGroup;
  50. children = (
  51. 2F8DC9E728F5B5BA00214AEA /* AppDelegate.swift */,
  52. 2F8DC9EB28F5B5BA00214AEA /* WebViewController.swift */,
  53. 2F8DC9F028F5B5BA00214AEA /* Assets.xcassets */,
  54. 2F8DC9F228F5B5BA00214AEA /* LaunchScreen.storyboard */,
  55. 2F8DC9F528F5B5BA00214AEA /* Info.plist */,
  56. );
  57. path = conversejs;
  58. sourceTree = "<group>";
  59. };
  60. /* End PBXGroup section */
  61. /* Begin PBXNativeTarget section */
  62. 2F8DC9E328F5B5BA00214AEA /* conversejs */ = {
  63. isa = PBXNativeTarget;
  64. buildConfigurationList = 2F8DC9F828F5B5BA00214AEA /* Build configuration list for PBXNativeTarget "conversejs" */;
  65. buildPhases = (
  66. 2F8DC9E028F5B5BA00214AEA /* Sources */,
  67. 2F8DC9E128F5B5BA00214AEA /* Frameworks */,
  68. 2F8DC9E228F5B5BA00214AEA /* Resources */,
  69. );
  70. buildRules = (
  71. );
  72. dependencies = (
  73. );
  74. name = conversejs;
  75. productName = conversejs;
  76. productReference = 2F8DC9E428F5B5BA00214AEA /* conversejs.app */;
  77. productType = "com.apple.product-type.application";
  78. };
  79. /* End PBXNativeTarget section */
  80. /* Begin PBXProject section */
  81. 2F8DC9DC28F5B5BA00214AEA /* Project object */ = {
  82. isa = PBXProject;
  83. attributes = {
  84. BuildIndependentTargetsInParallel = 1;
  85. LastSwiftUpdateCheck = 1400;
  86. LastUpgradeCheck = 1400;
  87. TargetAttributes = {
  88. 2F8DC9E328F5B5BA00214AEA = {
  89. CreatedOnToolsVersion = 14.0.1;
  90. };
  91. };
  92. };
  93. buildConfigurationList = 2F8DC9DF28F5B5BA00214AEA /* Build configuration list for PBXProject "conversejs" */;
  94. compatibilityVersion = "Xcode 14.0";
  95. developmentRegion = en;
  96. hasScannedForEncodings = 0;
  97. knownRegions = (
  98. en,
  99. Base,
  100. );
  101. mainGroup = 2F8DC9DB28F5B5BA00214AEA;
  102. productRefGroup = 2F8DC9E528F5B5BA00214AEA /* Products */;
  103. projectDirPath = "";
  104. projectRoot = "";
  105. targets = (
  106. 2F8DC9E328F5B5BA00214AEA /* conversejs */,
  107. );
  108. };
  109. /* End PBXProject section */
  110. /* Begin PBXResourcesBuildPhase section */
  111. 2F8DC9E228F5B5BA00214AEA /* Resources */ = {
  112. isa = PBXResourcesBuildPhase;
  113. buildActionMask = 2147483647;
  114. files = (
  115. 2F8DC9F428F5B5BA00214AEA /* LaunchScreen.storyboard in Resources */,
  116. 2F8DC9F128F5B5BA00214AEA /* Assets.xcassets in Resources */,
  117. );
  118. runOnlyForDeploymentPostprocessing = 0;
  119. };
  120. /* End PBXResourcesBuildPhase section */
  121. /* Begin PBXSourcesBuildPhase section */
  122. 2F8DC9E028F5B5BA00214AEA /* Sources */ = {
  123. isa = PBXSourcesBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. 2F8DC9EC28F5B5BA00214AEA /* WebViewController.swift in Sources */,
  127. 2F8DC9E828F5B5BA00214AEA /* AppDelegate.swift in Sources */,
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. /* End PBXSourcesBuildPhase section */
  132. /* Begin PBXVariantGroup section */
  133. 2F8DC9F228F5B5BA00214AEA /* LaunchScreen.storyboard */ = {
  134. isa = PBXVariantGroup;
  135. children = (
  136. 2F8DC9F328F5B5BA00214AEA /* Base */,
  137. );
  138. name = LaunchScreen.storyboard;
  139. sourceTree = "<group>";
  140. };
  141. /* End PBXVariantGroup section */
  142. /* Begin XCBuildConfiguration section */
  143. 2F8DC9F628F5B5BA00214AEA /* Debug */ = {
  144. isa = XCBuildConfiguration;
  145. buildSettings = {
  146. ALWAYS_SEARCH_USER_PATHS = NO;
  147. CLANG_ANALYZER_NONNULL = YES;
  148. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  149. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  150. CLANG_ENABLE_MODULES = YES;
  151. CLANG_ENABLE_OBJC_ARC = YES;
  152. CLANG_ENABLE_OBJC_WEAK = YES;
  153. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  154. CLANG_WARN_BOOL_CONVERSION = YES;
  155. CLANG_WARN_COMMA = YES;
  156. CLANG_WARN_CONSTANT_CONVERSION = YES;
  157. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  158. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  159. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  160. CLANG_WARN_EMPTY_BODY = YES;
  161. CLANG_WARN_ENUM_CONVERSION = YES;
  162. CLANG_WARN_INFINITE_RECURSION = YES;
  163. CLANG_WARN_INT_CONVERSION = YES;
  164. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  165. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  166. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  167. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  168. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  169. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  170. CLANG_WARN_STRICT_PROTOTYPES = YES;
  171. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  172. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  173. CLANG_WARN_UNREACHABLE_CODE = YES;
  174. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  175. COPY_PHASE_STRIP = NO;
  176. DEBUG_INFORMATION_FORMAT = dwarf;
  177. ENABLE_STRICT_OBJC_MSGSEND = YES;
  178. ENABLE_TESTABILITY = YES;
  179. GCC_C_LANGUAGE_STANDARD = gnu11;
  180. GCC_DYNAMIC_NO_PIC = NO;
  181. GCC_NO_COMMON_BLOCKS = YES;
  182. GCC_OPTIMIZATION_LEVEL = 0;
  183. GCC_PREPROCESSOR_DEFINITIONS = (
  184. "DEBUG=1",
  185. "$(inherited)",
  186. );
  187. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  188. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  189. GCC_WARN_UNDECLARED_SELECTOR = YES;
  190. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  191. GCC_WARN_UNUSED_FUNCTION = YES;
  192. GCC_WARN_UNUSED_VARIABLE = YES;
  193. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  194. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  195. MTL_FAST_MATH = YES;
  196. ONLY_ACTIVE_ARCH = YES;
  197. SDKROOT = iphoneos;
  198. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  199. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  200. };
  201. name = Debug;
  202. };
  203. 2F8DC9F728F5B5BA00214AEA /* Release */ = {
  204. isa = XCBuildConfiguration;
  205. buildSettings = {
  206. ALWAYS_SEARCH_USER_PATHS = NO;
  207. CLANG_ANALYZER_NONNULL = YES;
  208. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  209. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  210. CLANG_ENABLE_MODULES = YES;
  211. CLANG_ENABLE_OBJC_ARC = YES;
  212. CLANG_ENABLE_OBJC_WEAK = YES;
  213. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  214. CLANG_WARN_BOOL_CONVERSION = YES;
  215. CLANG_WARN_COMMA = YES;
  216. CLANG_WARN_CONSTANT_CONVERSION = YES;
  217. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  218. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  219. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  220. CLANG_WARN_EMPTY_BODY = YES;
  221. CLANG_WARN_ENUM_CONVERSION = YES;
  222. CLANG_WARN_INFINITE_RECURSION = YES;
  223. CLANG_WARN_INT_CONVERSION = YES;
  224. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  225. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  226. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  227. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  228. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  229. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  230. CLANG_WARN_STRICT_PROTOTYPES = YES;
  231. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  232. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  233. CLANG_WARN_UNREACHABLE_CODE = YES;
  234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  235. COPY_PHASE_STRIP = NO;
  236. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  237. ENABLE_NS_ASSERTIONS = NO;
  238. ENABLE_STRICT_OBJC_MSGSEND = YES;
  239. GCC_C_LANGUAGE_STANDARD = gnu11;
  240. GCC_NO_COMMON_BLOCKS = YES;
  241. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  242. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  243. GCC_WARN_UNDECLARED_SELECTOR = YES;
  244. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  245. GCC_WARN_UNUSED_FUNCTION = YES;
  246. GCC_WARN_UNUSED_VARIABLE = YES;
  247. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  248. MTL_ENABLE_DEBUG_INFO = NO;
  249. MTL_FAST_MATH = YES;
  250. SDKROOT = iphoneos;
  251. SWIFT_COMPILATION_MODE = wholemodule;
  252. SWIFT_OPTIMIZATION_LEVEL = "-O";
  253. VALIDATE_PRODUCT = YES;
  254. };
  255. name = Release;
  256. };
  257. 2F8DC9F928F5B5BA00214AEA /* Debug */ = {
  258. isa = XCBuildConfiguration;
  259. buildSettings = {
  260. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  261. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  262. CODE_SIGN_STYLE = Automatic;
  263. CURRENT_PROJECT_VERSION = 1;
  264. DEVELOPMENT_TEAM = QPX4P42KC5;
  265. GENERATE_INFOPLIST_FILE = YES;
  266. INFOPLIST_FILE = conversejs/Info.plist;
  267. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  268. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  269. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  270. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  271. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  272. LD_RUNPATH_SEARCH_PATHS = (
  273. "$(inherited)",
  274. "@executable_path/Frameworks",
  275. );
  276. MARKETING_VERSION = 1.0;
  277. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.conversejs;
  278. PRODUCT_NAME = "$(TARGET_NAME)";
  279. SWIFT_EMIT_LOC_STRINGS = YES;
  280. SWIFT_VERSION = 5.0;
  281. TARGETED_DEVICE_FAMILY = "1,2";
  282. };
  283. name = Debug;
  284. };
  285. 2F8DC9FA28F5B5BA00214AEA /* Release */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  289. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  290. CODE_SIGN_STYLE = Automatic;
  291. CURRENT_PROJECT_VERSION = 1;
  292. DEVELOPMENT_TEAM = QPX4P42KC5;
  293. GENERATE_INFOPLIST_FILE = YES;
  294. INFOPLIST_FILE = conversejs/Info.plist;
  295. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  296. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  297. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  298. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  299. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  300. LD_RUNPATH_SEARCH_PATHS = (
  301. "$(inherited)",
  302. "@executable_path/Frameworks",
  303. );
  304. MARKETING_VERSION = 1.0;
  305. PRODUCT_BUNDLE_IDENTIFIER = sertrsv.conversejs;
  306. PRODUCT_NAME = "$(TARGET_NAME)";
  307. SWIFT_EMIT_LOC_STRINGS = YES;
  308. SWIFT_VERSION = 5.0;
  309. TARGETED_DEVICE_FAMILY = "1,2";
  310. };
  311. name = Release;
  312. };
  313. /* End XCBuildConfiguration section */
  314. /* Begin XCConfigurationList section */
  315. 2F8DC9DF28F5B5BA00214AEA /* Build configuration list for PBXProject "conversejs" */ = {
  316. isa = XCConfigurationList;
  317. buildConfigurations = (
  318. 2F8DC9F628F5B5BA00214AEA /* Debug */,
  319. 2F8DC9F728F5B5BA00214AEA /* Release */,
  320. );
  321. defaultConfigurationIsVisible = 0;
  322. defaultConfigurationName = Release;
  323. };
  324. 2F8DC9F828F5B5BA00214AEA /* Build configuration list for PBXNativeTarget "conversejs" */ = {
  325. isa = XCConfigurationList;
  326. buildConfigurations = (
  327. 2F8DC9F928F5B5BA00214AEA /* Debug */,
  328. 2F8DC9FA28F5B5BA00214AEA /* Release */,
  329. );
  330. defaultConfigurationIsVisible = 0;
  331. defaultConfigurationName = Release;
  332. };
  333. /* End XCConfigurationList section */
  334. };
  335. rootObject = 2F8DC9DC28F5B5BA00214AEA /* Project object */;
  336. }